From: schwarze Date: Thu, 21 Aug 2014 10:15:11 +0000 (+0000) Subject: Now that rc.conf(8) defines what a base system service, a base X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=ea15528cba2af49df92a38418acb205a2acae205;p=openbsd Now that rc.conf(8) defines what a base system service, a base system daemon, and a package daemon is, refer to it instead of duplicating information. While here, clean up wording. OK ajacoutot@ --- diff --git a/usr.sbin/rcctl/rcctl.8 b/usr.sbin/rcctl/rcctl.8 index 098bee3c877..de103767956 100644 --- a/usr.sbin/rcctl/rcctl.8 +++ b/usr.sbin/rcctl/rcctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rcctl.8,v 1.3 2014/08/19 17:45:43 schwarze Exp $ +.\" $OpenBSD: rcctl.8,v 1.4 2014/08/21 10:15:11 schwarze Exp $ .\" .\" Copyright (c) 2014 Antoine Jacoutot .\" @@ -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 19 2014 $ +.Dd $Mdocdate: August 21 2014 $ .Dt RCCTL 8 .Os .Sh NAME @@ -27,19 +27,21 @@ .Sm on .Op Ar service | daemon Op Cm flags Op Ar arguments .Sh DESCRIPTION +The .Nm -is a simple utility for maintaining -.Xr rc.conf.local 8 . -It can enable or disable -.Xr rc 8 -services and get/set their status and flags. -It can also be used to interact with +utility can enable or disable a base system +.Ar service +or a base system or package +.Ar daemon +in +.Xr rc.conf.local 8 +or display its status. +For a daemon, it can also change the command line arguments or call its .Xr rc.d 8 -scripts. +.Ar daemon +control script. .Pp -The following -.Ar actions -are available. +The following commands are available: .Bl -tag -width Ds .It Cm enable Ar service | daemon Op Cm flags Op Ar arguments Enable the service or daemon in @@ -72,13 +74,6 @@ script with the .Ar action argument. .El -.Pp -These services have no corresponding -.Xr rc.d 8 -script and have no -.Cm flags : -accounting, check_quotas, ipsec, multicast_host, multicast_router, -pf, spamd_black. .Sh EXIT STATUS .Nm Ar action returns with the exit status of the