CVSROOT: /cvs Module name: src Changes by: ajacou...@cvs.openbsd.org 2012/11/12 01:07:53
Modified files: etc/rc.d : rc.subr Log message: Don't check if ${local_rcconf} is defined before sourcing rc.conf but do it unconditionally. The only place local_rcconf could have been defined is from /etc/rc sourcing rc.conf but then the variable is not exported so it will never be seen by rc.subr. ok robert@