svn commit: r325052 - in stable/11/share/man: man5 man8
Stefan Esser
se at FreeBSD.org
Sat Oct 28 07:06:32 UTC 2017
Author: se
Date: Sat Oct 28 07:06:30 2017
New Revision: 325052
URL: https://svnweb.freebsd.org/changeset/base/325052
Log:
MFC 324721: Add references to sysrc(8) to SEE ALSO.
MFC 324823: Mention sysrc(8) as scripting interface for config files.
Modified:
stable/11/share/man/man5/rc.conf.5
stable/11/share/man/man8/rc.8
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/share/man/man5/rc.conf.5
==============================================================================
--- stable/11/share/man/man5/rc.conf.5 Sat Oct 28 02:51:27 2017 (r325051)
+++ stable/11/share/man/man5/rc.conf.5 Sat Oct 28 07:06:30 2017 (r325052)
@@ -64,6 +64,9 @@ is used to override settings in
.Pa /etc/rc.conf
for historical reasons.
.Pp
+The sysrc(8) command provides a scripting interface to modify system
+config files.
+.Pp
In addition to
.Pa /etc/rc.conf.local
you can also place smaller configuration files for each
@@ -4666,6 +4669,7 @@ configuration file.
.Xr swapon 8 ,
.Xr sysctl 8 ,
.Xr syslogd 8 ,
+.Xr sysrc 8 ,
.Xr timed 8 ,
.Xr unbound 8 ,
.Xr usbconfig 8 ,
Modified: stable/11/share/man/man8/rc.8
==============================================================================
--- stable/11/share/man/man8/rc.8 Sat Oct 28 02:51:27 2017 (r325051)
+++ stable/11/share/man/man8/rc.8 Sat Oct 28 07:06:30 2017 (r325052)
@@ -87,6 +87,9 @@ The
.Nm rc.d/
directories contain scripts which will be automatically
executed at boot time and shutdown time.
+.Pp
+The sysrc(8) command provides a scripting interface to modify system
+config files.
.Ss Operation of Nm
.Bl -enum
.It
@@ -557,7 +560,8 @@ is unnecessary, but is often included.
.Xr rc.subr 8 ,
.Xr rcorder 8 ,
.Xr reboot 8 ,
-.Xr savecore 8
+.Xr savecore 8 ,
+.Xr sysrc 8
.Sh HISTORY
The
.Nm
More information about the svn-src-stable-11
mailing list