Index: head/etc/Makefile =================================================================== --- head/etc/Makefile +++ head/etc/Makefile @@ -41,7 +41,6 @@ remote \ rpc \ services \ - sysctl.conf \ syslog.conf \ termcap.small Index: head/etc/sysctl.conf =================================================================== --- head/etc/sysctl.conf +++ head/etc/sysctl.conf @@ -1,9 +0,0 @@ -# $FreeBSD$ -# -# This file is read when going to multi-user and its contents piped thru -# ``sysctl'' to adjust kernel values. ``man 5 sysctl.conf'' for details. -# - -# Uncomment this to prevent users from seeing information about processes that -# are being run under another UID. -#security.bsd.see_other_uids=0 Index: head/sbin/sysctl/Makefile =================================================================== --- head/sbin/sysctl/Makefile +++ head/sbin/sysctl/Makefile @@ -2,6 +2,7 @@ # $FreeBSD$ PACKAGE=runtime +CONFS= sysctl.conf PROG= sysctl WARNS?= 3 MAN= sysctl.8 Index: head/sbin/sysctl/sysctl.conf =================================================================== --- head/sbin/sysctl/sysctl.conf +++ head/sbin/sysctl/sysctl.conf @@ -0,0 +1,9 @@ +# $FreeBSD$ +# +# This file is read when going to multi-user and its contents piped thru +# ``sysctl'' to adjust kernel values. ``man 5 sysctl.conf'' for details. +# + +# Uncomment this to prevent users from seeing information about processes that +# are being run under another UID. +#security.bsd.see_other_uids=0