Source-Changes-D archive

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

Re: CVS commit: src/etc/rc.d



On Sat, Jan 08, 2011 at 04:16:52PM +0000, Adam Hamsik wrote:
 > Modified Files:
 >      src/etc/rc.d: mountcritlocal
 > 
 > Log Message:
 > Use /rescue/chown not chown from /usr/sbin which might not be available in
 > time of running this script.
 > 
 > XXX. Why is chown in /usr/sbin ? it should be moved to /sbin

Because historically nothing needed to be chowned during boot because
it was all root.

This is no longer true, for lvm and other things, so let's take a deep
breath and move chown. I don't like the idea of having rc.d scripts
depend on /rescue.

-- 
David A. Holland
dholland%netbsd.org@localhost


Home | Main Index | Thread Index | Old Index