"Don" <[EMAIL PROTECTED]> writes: > make install has now failed, claiming permission denied, i found the > solution to that to be setting the kern_secure_level=n being currently > higher than 1 i reset the kerne secure level to ="0" in the rc.conf file, > and upon reboot, noticed that the very last line upon reboot, it had a line > that told me kern_secure_level 0 reset to kern_secure_level='1' and as a > result the make install still would not work, what in the world reset the > kern level to 1 again when it is in the .conf file as 0?
init(8). See the man page, but the short answer is that you'll need to set securelevel to -1 to keep init from kicking it up to 1. Or you could remove the schg flag in single-user mode. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message