Date: Tue, 26 Aug 2014 22:54:55 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r270679 - head/share/man/man5 Message-ID: <201408262254.s7QMstrv066884@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Tue Aug 26 22:54:54 2014 New Revision: 270679 URL: http://svnweb.freebsd.org/changeset/base/270679 Log: Document the new ${LOCALBASE}/etc/rc.conf.d in rc.conf(5) MFC after: 1 week Modified: head/share/man/man5/rc.conf.5 Modified: head/share/man/man5/rc.conf.5 ============================================================================== --- head/share/man/man5/rc.conf.5 Tue Aug 26 22:47:40 2014 (r270678) +++ head/share/man/man5/rc.conf.5 Tue Aug 26 22:54:54 2014 (r270679) @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd February 15, 2014 +.Dd August 27, 2014 .Dt RC.CONF 5 .Os .Sh NAME @@ -69,6 +69,8 @@ you can also place smaller configuration .Xr rc 8 script in the .Pa /etc/rc.conf.d +directory or in the +.Pa ${LOCALBASE}/etc/rc.conf.d directory, which will be included by the .Va load_rc_config function.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408262254.s7QMstrv066884>