Hy, I believe that the question is going to deadlocking itself. If the user need to using the "ifconfig" program, that user must include the right directory where was originally located ("/sbin").
Just 2 my cent Cesare On 6/16/05, Gunnar Wolf <[EMAIL PROTECTED]> wrote: > Richard Kettlewell dijo [Fri, Jun 10, 2005 at 03:42:01PM +0100]: > > I think it doesn't go far enough. > > > > mv sbin/* bin > > rmdir sbin > > ln -s bin sbin > > > > ...and the problem goes away forever. > > You type too fast. > > Are you _sure_ no two Debian packages provide overlapping /bin/$that > and /sbin/$that ? Or /usr/bin/$foo and /usr/sbin/$foo ? Or (going back > some flamewars^Wweeks) /bin/$bleh and /usr/bin/$bleh ? ...Or, > mix-and-match, /sbin/$this and /usr/bin/$this? > > Greetings,