Implement some kind ordering in the startup of package script daemons.
authorajacoutot <ajacoutot@openbsd.org>
Wed, 24 Dec 2014 13:04:43 +0000 (13:04 +0000)
committerajacoutot <ajacoutot@openbsd.org>
Wed, 24 Dec 2014 13:04:43 +0000 (13:04 +0000)
commitab2f10b496660a90dc28cd22df4f06429d531f99
tree1c78694d0065a51c692ab17d1a15c89d32f6d730
parent402e0ae1b33f2a7608e5d10d98f4914d5ba96b87
Implement some kind ordering in the startup of package script daemons.
'rcctl order ...' will prepend the daemon(s) given as argument to the
pkg_scripts line (it can be all daemons, some, or just one).
Without argument, it'll display the current order.

While here, drop a couple of examples from the man page to only leave
the most interesting one.

ok schwarze@ rpe@ (with tweaks) jasper@ robert@ sthen@
usr.sbin/rcctl/rcctl.8
usr.sbin/rcctl/rcctl.sh