summaryrefslogtreecommitdiffstats
path: root/etc/rc.subr
diff options
context:
space:
mode:
authoryar <yar@FreeBSD.org>2005-10-26 04:12:34 +0000
committeryar <yar@FreeBSD.org>2005-10-26 04:12:34 +0000
commit82d988c3c8750331b76a988a48951783723c1244 (patch)
tree37481773ee6c480b6934a0f27cc039fb522bfdac /etc/rc.subr
parent3224e8b29a432cb906f9a21185ffda8334bc6bc7 (diff)
downloadFreeBSD-src-82d988c3c8750331b76a988a48951783723c1244.zip
FreeBSD-src-82d988c3c8750331b76a988a48951783723c1244.tar.gz
Document that `reload' is not provided by default
yet it can be enabled when applicable.
Diffstat (limited to 'etc/rc.subr')
-rw-r--r--etc/rc.subr2
1 files changed, 2 insertions, 0 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'.
#
OpenPOWER on IntegriCloud