summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/rc.subr2
-rw-r--r--share/man/man8/rc.subr.812
2 files changed, 13 insertions, 1 deletions
diff --git a/etc/rc.subr b/etc/rc.subr
index 46e1dd3..bff3620 100644
--- a/etc/rc.subr
+++ b/etc/rc.subr
@@ -426,6 +426,8 @@ wait_for_pids()
# reload Similar to stop, except use $sig_reload instead,
# and doesn't wait_for_pids.
# $sig_reload defaults to HUP.
+# Note that `reload' isn't provided by default,
+# it should be enabled via $extra_commands.
#
# restart Run `stop' then `start'.
#
diff --git a/share/man/man8/rc.subr.8 b/share/man/man8/rc.subr.8
index fa17731..00c8f67 100644
--- a/share/man/man8/rc.subr.8
+++ b/share/man/man8/rc.subr.8
@@ -36,7 +36,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd January 6, 2004
+.Dd October 26, 2005
.Dt RC.SUBR 8
.Os
.Sh NAME
@@ -625,6 +625,16 @@ except that it uses
.Va sig_reload
instead, and does not run
.Ic wait_for_pids .
+Another difference from
+.Cm stop
+is that
+.Cm reload
+is not provided by default.
+It can be enabled via
+.Va extra_commands
+if appropriate:
+.Pp
+.Dl "extra_commands=reload"
.It Cm restart
Runs the
.Cm stop
OpenPOWER on IntegriCloud