[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#426145: marked as done (busybox: handles cp/rm but fails for symlinks)



Your message dated Tue, 07 Dec 2010 22:58:58 +0300
with message-id <4CFE9202.7090007@msgid.tls.msk.ru>
and subject line Re: Bug#426145: busybox: handles cp/rm but fails for symlinks
has caused the Debian Bug report #426145,
regarding busybox: handles cp/rm but fails for symlinks
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
426145: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=426145
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: busybox
Version: 1:1.1.3-4

busybox mv handles moving across devices eg. when rename() can't work.
But it doesn't work moving a dangling symlink like:

cd /mnt/a
ln -s x y
rm -f ./x
mv y /mnt/b

This is mildly annoying when you're in an initrd and mv breaks for lib64
or such (since lib has already been moved) and you have to go and
recreate various links.


--- End Message ---
--- Begin Message ---
Version: 1:1.17.1-8

26.05.2007 21:35, Justin Pryzby wrote:
> Package: busybox
> Version: 1:1.1.3-4
> 
> busybox mv handles moving across devices eg. when rename() can't work.
> But it doesn't work moving a dangling symlink like:
> 
> cd /mnt/a
> ln -s x y
> rm -f ./x
> mv y /mnt/b

The current version in squeeze (1:1.17.1-8) handles this
situation just fine.  So closing this bug now.

Thanks!

/mjt


--- End Message ---

Reply to: