Subject: Re: why /bin and /sbin static
To: Jussi Hamalainen <count@theblah.org>
From: None <wojtek@wojtek.from.pl>
List: netbsd-users
Date: 03/18/2001 12:59:26
> On Sun, 18 Mar 2001 wojtek@wojtek.from.pl wrote:
> 
> > why /sbin and /bin in netbsd is all static by default?
> 
> It's a safeguard in case the libraries get screwed up for some
> reason. Also, if most of the libs are in /usr/lib, this makes it
> possible to do some maintenance work with /usr unmounted.
i know but wouldn't be good to put libc and ld-elf in /lib and do links in
/usr/lib/ to this two files?