aboutsummaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorMatthew Dillon <dillon@FreeBSD.org>1998-12-12 23:08:34 +0000
committerMatthew Dillon <dillon@FreeBSD.org>1998-12-12 23:08:34 +0000
commitf633e4c98bb6f792a150630f60d525ce7786c8e7 (patch)
treec51f03f2cf9f3565add1f172a92931f7ecc90809 /share
parent416db1f2431efbb96991d552ab11545fac5a2fa3 (diff)
Notes
Diffstat (limited to 'share')
-rw-r--r--share/man/man8/rc.88
1 files changed, 6 insertions, 2 deletions
diff --git a/share/man/man8/rc.8 b/share/man/man8/rc.8
index 88dfe6c006cdc..3054ab8fef58c 100644
--- a/share/man/man8/rc.8
+++ b/share/man/man8/rc.8
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)rc.8 8.2 (Berkeley) 12/11/93
-.\" $Id: rc.8,v 1.4 1998/02/26 02:44:17 jkh Exp $
+.\" $Id: rc.8,v 1.5 1998/10/06 19:24:31 phk Exp $
.\"
.Dd December 11, 1993
.Dt RC 8
@@ -56,7 +56,11 @@ is the command script which controls the automatic reboot
(calling the other scripts) and
.Nm rc.local
is the script holding commands which are pertinent only
-to a specific site.
+to a specific site. Typically, the /usr/local/etc/rc.d
+mechanism is used instead of rc.local these days but if
+you do want to use rc.local, /etc/rc still supports it.
+In this case, rc.local should source /etc/rc.conf and
+contain additional custom startup code for your system.
.Nm Rc.conf
contains the global system configuration information referenced
by the rc files, while