diff options
author | yar <yar@FreeBSD.org> | 2005-10-26 04:12:34 +0000 |
---|---|---|
committer | yar <yar@FreeBSD.org> | 2005-10-26 04:12:34 +0000 |
commit | 82d988c3c8750331b76a988a48951783723c1244 (patch) | |
tree | 37481773ee6c480b6934a0f27cc039fb522bfdac /etc | |
parent | 3224e8b29a432cb906f9a21185ffda8334bc6bc7 (diff) | |
download | FreeBSD-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')
-rw-r--r-- | etc/rc.subr | 2 |
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'. # |