Introduce rcctl(8), a simple utility for maintaining rc.conf.local(8).
authorajacoutot <ajacoutot@openbsd.org>
Tue, 19 Aug 2014 14:08:20 +0000 (14:08 +0000)
committerajacoutot <ajacoutot@openbsd.org>
Tue, 19 Aug 2014 14:08:20 +0000 (14:08 +0000)
commit79f09f3ffc7b21a7bfead83d62bd8421f27caf60
tree9e041413d9d7ceb9855f7d55cb57dc78388707c7
parentf880c90912c34a9d270a0e51a9ddc66dfddd1c2c
Introduce rcctl(8), a simple utility for maintaining rc.conf.local(8).

# rcctl
usage: rcctl enable|disable|status|action [service [flags [...]]]

Lots of man page improvement from the usual suspects (jmc@ and schwarze@)
not hooked up yet but committing now so work can continue in-tree
agreed by several
usr.sbin/rcctl/Makefile [new file with mode: 0644]
usr.sbin/rcctl/rcctl.8 [new file with mode: 0644]
usr.sbin/rcctl/rcctl.sh [new file with mode: 0644]