=================================================================== RCS file: /cvs/ports/sysutils/apcupsd/pkg/Attic/MESSAGE-main,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ports/sysutils/apcupsd/pkg/Attic/MESSAGE-main 2008/11/10 13:15:33 1.1 +++ ports/sysutils/apcupsd/pkg/Attic/MESSAGE-main 2009/01/13 12:57:40 1.2 @@ -2,8 +2,9 @@ ${SYSCONFDIR}/apcupsd/apcupsd.conf and add the following lines to ${SYSCONFDIR}/rc.local: -if [ -x ${PREFIX}/sbin/apcupsctl]; then - echo -n ' apcupsd'; ${PREFIX}/sbin/apcupsctl start +if [ -x ${PREFIX}/sbin/apcupsctl ]; then + echo -n ' apcupsd' + ${PREFIX}/sbin/apcupsctl start 2>&1 > /dev/null fi This will start apcupsd and use ${SYSCONFDIR}/apcupsd/apcupsd.conf for