From owner-svn-src-stable-10@freebsd.org Sat Oct 28 07:06:58 2017 Return-Path: Delivered-To: svn-src-stable-10@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 781DBE5D94C; Sat, 28 Oct 2017 07:06:58 +0000 (UTC) (envelope-from se@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 457B065E8D; Sat, 28 Oct 2017 07:06:58 +0000 (UTC) (envelope-from se@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v9S76vPg013292; Sat, 28 Oct 2017 07:06:57 GMT (envelope-from se@FreeBSD.org) Received: (from se@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v9S76vdK013290; Sat, 28 Oct 2017 07:06:57 GMT (envelope-from se@FreeBSD.org) Message-Id: <201710280706.v9S76vdK013290@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: se set sender to se@FreeBSD.org using -f From: Stefan Esser Date: Sat, 28 Oct 2017 07:06:57 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r325053 - in stable/10/share/man: man5 man8 X-SVN-Group: stable-10 X-SVN-Commit-Author: se X-SVN-Commit-Paths: in stable/10/share/man: man5 man8 X-SVN-Commit-Revision: 325053 X-SVN-Commit-Repository: base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-stable-10@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for only the 10-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Oct 2017 07:06:58 -0000 Author: se Date: Sat Oct 28 07:06:57 2017 New Revision: 325053 URL: https://svnweb.freebsd.org/changeset/base/325053 Log: MFC 324721: Add references to sysrc(8) to SEE ALSO. MFC 324823: Mention sysrc(8) as scripting interface for config files. Modified: stable/10/share/man/man5/rc.conf.5 stable/10/share/man/man8/rc.8 Directory Properties: stable/10/ (props changed) Modified: stable/10/share/man/man5/rc.conf.5 ============================================================================== --- stable/10/share/man/man5/rc.conf.5 Sat Oct 28 07:06:30 2017 (r325052) +++ stable/10/share/man/man5/rc.conf.5 Sat Oct 28 07:06:57 2017 (r325053) @@ -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 @@ -4693,6 +4696,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/10/share/man/man8/rc.8 ============================================================================== --- stable/10/share/man/man8/rc.8 Sat Oct 28 07:06:30 2017 (r325052) +++ stable/10/share/man/man8/rc.8 Sat Oct 28 07:06:57 2017 (r325053) @@ -91,6 +91,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 rcorder 8 , .Xr rc.subr 8 , .Xr reboot 8 , -.Xr savecore 8 +.Xr savecore 8 , +.Xr sysrc 8 .Sh HISTORY The .Nm