CVSROOT: /cvs Module name: src Changes by: ajacou...@cvs.openbsd.org 2016/09/07 07:12:42
Modified files: etc/rc.d : rc.subr share/man/man8 : rc.subr.8 Log message: Introduce an _rc_check_name() function to check the input script name so that we don't end up with cryptic error messages. Regex help from rpe@ Issue reported by Anthony Coulter in rcctl(8), but better fix the root cause. Also clarify the mage page that rc.d script name must follow ksh(1) variable naming. ok robert@ sthen@