Page MenuHomeFreeBSD

D16559.diff
No OneTemporary

D16559.diff

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

File Metadata

Mime Type
text/plain
Expires
Thu, Mar 19, 7:27 AM (4 h, 33 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29954670
Default Alt Text
D16559.diff (1 KB)

Event Timeline