On Sun, Aug 29, 1999 at 06:30:35PM -0400, Chris D. Faulhaber wrote:
> On Sun, 29 Aug 1999, Natty Rebel wrote:
>
> > This procedure can be automated by entering the following command
> > in /etc/rc.sysctl
> > sysctl -w vfs.usermount=1
> >
>
> Maybe it's just me, but I think you are confusing this with
> {Net|Open}BSD. /etc/rc.sysctl does not exist in FreeBSD.
>From /etc/rc:
# set sysctl variables early as we can
if [ -f /etc/rc.sysctl ]; then
. /etc/rc.sysctl
fi
Mind you it doesn't look like it was merged into releng_3
-Chris
--
[EMAIL PROTECTED] [EMAIL PROTECTED]
"It's better to be quotable than to be honest."
--Tom Stoppard
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message