I'm trying to build a stripped down version of FreeBSD and have run across a few oddities in the startup scripts.
1. Should commands be wrapped in a check for their existance? For example: swapon, adjkerntz, etc. 2. Should everything be wrapped in a "rc.conf" variable? For example, the section with "mount -a -t nfs" (even though it silently exists if no NFS filesystems exist). 3. How much checking should be done before executing commands? As it stands now, if you don't have any ptys, the chflags/chmod/chown will fail -- should this be wrapped with an if statement? 4. What is the point of the "stty status '^T' at the top of the rc file? Shouldn't this be in the .profile/.login files? Thanks, -- Stephen J. Roznowski (s...@home.net) To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-hackers" in the body of the message