CVSROOT: /cvs Module name: src Changes by: ajacou...@cvs.openbsd.org 2010/12/11 05:57:21
Modified files: etc/rc.d : rc.subr Log message: Make it possible to mark an rc action as unsupported by setting the corresponding variable to NO. e.g. rc_reload=NO This will save us the trouble of copying the same rc_reload() function (or others) all over the tree. ok robert@