diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-08-26 22:54:54 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-08-26 22:54:54 +0000 |
| commit | 33b6cf558b69c0273435c64ee998d136f8f49a54 (patch) | |
| tree | 7d9cf70b81e5ae18d2c9c71aa9ca252b02c5db9f | |
| parent | 4ccf710a3b8965c93460984143bb7377a4665ca3 (diff) | |
Notes
| -rw-r--r-- | share/man/man5/rc.conf.5 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/share/man/man5/rc.conf.5 b/share/man/man5/rc.conf.5 index 2c6aa0a1464d1..ea80394254ae1 100644 --- a/share/man/man5/rc.conf.5 +++ b/share/man/man5/rc.conf.5 @@ -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 files for each .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. |
