Subject: Re: sysctl for users mounting filesystems
To: None <current-users@NetBSD.ORG>
From: Ty Sarna <tsarna@endicor.com>
List: current-users
Date: 02/17/2000 22:02:46
In article <200002172130.PAA29414@guild.plethora.net>,
Peter Seebach <seebs@plethora.net> wrote:
> Personally, I like this feature, and I'd like to see an rc.conf or similar
> setting for it, because I hate having local-color sysctl's.

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.