Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F148503068
D16559.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D16559.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D16559: Move sysctl.conf to sbin/sysctl/
Attached
Detach File
Event Timeline
Log In to Comment