diff options
author | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2014-08-29 17:17:23 +0000 |
---|---|---|
committer | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2014-08-29 17:17:23 +0000 |
commit | 958ef9cc5d5025547f0b9f1a013fe764ea0c346b (patch) | |
tree | f6e35cbdf9df9aae45b0aa527f7447f271594b5c /usr.sbin/rcctl | |
parent | 2d65fd7df74cadb6916e075d6cbeec713e1ceb09 (diff) |
Document the fact that 'enable' can also be used to modify flags even if
the daemon is already enabled.
Diffstat (limited to 'usr.sbin/rcctl')
-rw-r--r-- | usr.sbin/rcctl/rcctl.8 | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/usr.sbin/rcctl/rcctl.8 b/usr.sbin/rcctl/rcctl.8 index 2f29852513d..61b033f4f21 100644 --- a/usr.sbin/rcctl/rcctl.8 +++ b/usr.sbin/rcctl/rcctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rcctl.8,v 1.6 2014/08/24 07:33:26 ajacoutot Exp $ +.\" $OpenBSD: rcctl.8,v 1.7 2014/08/29 17:17:22 ajacoutot 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: August 24 2014 $ +.Dd $Mdocdate: August 29 2014 $ .Dt RCCTL 8 .Os .Sh NAME @@ -57,6 +57,12 @@ is appended without any .Ar arguments , .Ar daemon Ns _flags is reset to its default value. +If +.Ar daemon +is already enabled, +.Ar daemon Ns _flags +is reset to the optionally provided +.Cm flags . .It Cm disable Ar service | daemon Disable the service or daemon in .Xr rc.conf.local 8 . |