Now init always complains: init: cannot get kernel security level: No such file or directory It is because KERN_SECURELVL define still present in /sys/sysctl.h but gone from kern_mib.c Moreover, even define is gone from kern_mib.c, sysctl_kern_securelvl() function is still there! Please clean up the mess. -- Andrey A. Chernov <[EMAIL PROTECTED]> http://ache.pp.ru/ To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message
- Re: What happens with SECURELVL? (init complains) Andrey A. Chernov
- Re: What happens with SECURELVL? (init complains) Robert Watson
- Re: What happens with SECURELVL? (init complain... Robert Watson