CVSROOT: /cvs Module name: src Changes by: [email protected] 2012/11/19 00:10:59
Modified files:
etc/rc.d : rc.subr
Log message:
Remove useless test: rc_rm_runfile() uses rm -f which always returns 0
so we don't care if the file is present or not; also this function
should never return a failure.
ok halex@
