aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorYaroslav Tykhiy <ytykhiy@gmail.com>2005-10-26 04:12:34 +0000
committerYaroslav Tykhiy <ytykhiy@gmail.com>2005-10-26 04:12:34 +0000
commit5a3c72ce8f326fe365bbfe8577210e2b8eabc1df (patch)
tree37481773ee6c480b6934a0f27cc039fb522bfdac /etc
parentf83da457dc396d74e14698ce2d1f7a5536247ab9 (diff)
downloadsrc-5a3c72ce8f326fe365bbfe8577210e2b8eabc1df.tar.gz
src-5a3c72ce8f326fe365bbfe8577210e2b8eabc1df.zip
Document that `reload' is not provided by default
yet it can be enabled when applicable.
Notes
Notes: svn path=/head/; revision=151685
Diffstat (limited to 'etc')
-rw-r--r--etc/rc.subr2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/rc.subr b/etc/rc.subr
index 46e1dd38c8b8..bff3620a522c 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'.
#