Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F143916190
D32128.id.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
D32128.id.diff
View Options
Index: etc/mtree/BSD.root.dist
===================================================================
--- etc/mtree/BSD.root.dist
+++ etc/mtree/BSD.root.dist
@@ -94,6 +94,8 @@
..
ssl
..
+ sysctl.conf.d
+ ..
syslog.d
..
zfs
Index: libexec/rc/rc.d/sysctl
===================================================================
--- libexec/rc/rc.d/sysctl
+++ libexec/rc/rc.d/sysctl
@@ -27,7 +27,7 @@
;;
esac
- for _f in /etc/sysctl.conf /etc/sysctl.conf.local; do
+ for _f in /etc/sysctl.conf /etc/sysctl.conf.local /etc/sysctl.conf.d/*.conf; do
if [ -r ${_f} ]; then
${command} ${command_args} ${_f} > /dev/null
fi
Index: share/man/man5/sysctl.conf.5
===================================================================
--- share/man/man5/sysctl.conf.5
+++ share/man/man5/sysctl.conf.5
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd April 8, 2021
+.Dd September 25, 2021
.Dt SYSCTL.CONF 5
.Os
.Sh NAME
@@ -59,6 +59,10 @@
.It Pa /etc/sysctl.conf.local
Machine-specific settings for sites with a common
.Pa /etc/sysctl.conf .
+.It Pa /etc/sysctl.conf.d
+Directory for modularized
+.Xr sysctl 8
+files.
.El
.Sh EXAMPLES
To turn off logging of programs that exit due to fatal signals you may use
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Feb 2, 10:46 PM (48 m, 22 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28418420
Default Alt Text
D32128.id.diff (1 KB)
Attached To
Mode
D32128: Add support for sysctl.conf.d
Attached
Detach File
Event Timeline
Log In to Comment