Index: etc/Makefile =================================================================== --- etc/Makefile +++ etc/Makefile @@ -42,7 +42,6 @@ remote \ rpc \ services \ - sysctl.conf \ syslog.conf \ termcap.small Index: etc/sysctl.conf =================================================================== --- etc/sysctl.conf +++ 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: sbin/sysctl/Makefile =================================================================== --- sbin/sysctl/Makefile +++ sbin/sysctl/Makefile @@ -2,6 +2,7 @@ # $FreeBSD$ PACKAGE=runtime +CONFS= sysctl.conf PROG= sysctl WARNS?= 3 MAN= sysctl.8