svn commit: r324823 - in head/share/man: man5 man8
Stefan Esser
se at FreeBSD.org
Sat Oct 21 16:55:53 UTC 2017
Author: se
Date: Sat Oct 21 16:55:52 2017
New Revision: 324823
URL: https://svnweb.freebsd.org/changeset/base/324823
Log:
Mention sysrc(8) as scripting interface for the modification of config
files. This is a follow up commit to r324721, which added sysrc(8) to
the SEE ALSO list.
Submitted by: Kurt Jaeger (lists at opsec.eu)
MFC after: 1 week
Modified:
head/share/man/man5/rc.conf.5
head/share/man/man8/rc.8
Modified: head/share/man/man5/rc.conf.5
==============================================================================
--- head/share/man/man5/rc.conf.5 Sat Oct 21 16:12:00 2017 (r324822)
+++ head/share/man/man5/rc.conf.5 Sat Oct 21 16:55:52 2017 (r324823)
@@ -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
Modified: head/share/man/man8/rc.8
==============================================================================
--- head/share/man/man8/rc.8 Sat Oct 21 16:12:00 2017 (r324822)
+++ head/share/man/man8/rc.8 Sat Oct 21 16:55:52 2017 (r324823)
@@ -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
More information about the svn-src-all
mailing list