Subject: Re: sysctl for users mounting filesystems
To: None <current-users@netbsd.org>
From: Peter Seebach <seebs@plethora.net>
List: current-users
Date: 02/17/2000 16:14:00
In message <950824965.839278@fezzik.endicor.com>, Ty Sarna writes:
>Perhaps there should be a file /etc/sysctl.conf that is run from rc if
>it exists:

>	# Turn off timestamp option
>	net.inet.tcp.rfc1323 = 0

>	# Let users mount filesystems
>	vfs.generic.allowusermount = 1

>It could either be parsed by rc with sh magic and fed variable by
>variable to "sysctl -w", or sysctl could grow a '-f file' option.

I really like this idea, either way.

-s