CVSROOT: /cvs Module name: src Changes by: ajacou...@cvs.openbsd.org 2012/09/01 01:08:37
Modified files: etc/rc.d : rc.subr share/man/man8 : rc.d.8 Log message: Make '-f' only affects the "start" action. There is no reason we couldn't reload|stop a daemon even when _flags is set to NO. As a bonus side effect, we can now see usage() on disabled scripts. discussed with sthen@ and espie@ ok sthen@