CVSROOT: /cvs Module name: ports Changes by: [email protected] 2012/08/27 07:39:59
Modified files:
sysutils/apcupsd: Makefile
sysutils/apcupsd/pkg: apcupsd.rc
Log message:
simplify rc_pre(); this uses rm -f which returns a successful exit code
even if the file doesn't exist, so no need to explicitly test for its
presence. from rpe, ok ajacoutot@
