diff options
author | 2018-09-20 12:24:14 +0000 | |
---|---|---|
committer | 2018-09-20 12:24:14 +0000 | |
commit | e500f7b4e8f00efc5800f2705b07f734cbd5ed1c (patch) | |
tree | 602fdae2228f130798389b2e11e36e5571416d59 | |
parent | add missing braces implied by indentation (diff) | |
download | wireguard-openbsd-e500f7b4e8f00efc5800f2705b07f734cbd5ed1c.tar.xz wireguard-openbsd-e500f7b4e8f00efc5800f2705b07f734cbd5ed1c.zip |
add missing explanation about daemon_variables removed when disabling a pkg
script
ok aja@ jca@
-rw-r--r-- | usr.sbin/rcctl/rcctl.8 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/usr.sbin/rcctl/rcctl.8 b/usr.sbin/rcctl/rcctl.8 index cbce9623720..9f7a90e3224 100644 --- a/usr.sbin/rcctl/rcctl.8 +++ b/usr.sbin/rcctl/rcctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rcctl.8,v 1.34 2016/10/10 15:22:26 schwarze Exp $ +.\" $OpenBSD: rcctl.8,v 1.35 2018/09/20 12:24:14 solene Exp $ .\" .\" Copyright (c) 2014 Antoine Jacoutot <ajacoutot@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: October 10 2016 $ +.Dd $Mdocdate: September 20 2018 $ .Dt RCCTL 8 .Os .Sh NAME @@ -166,7 +166,8 @@ in When a disabled package daemon is enabled, it is appended to the end of .Va pkg_scripts . When a package daemon is disabled, it is removed from -.Va pkg_scripts . +.Va pkg_scripts +and its variables are removed if any. .El .Sh EXIT STATUS .Nm Ar action |