=================================================================== RCS file: /cvs/ports/sysutils/apcupsd/pkg/Attic/MESSAGE-main,v retrieving revision 1.1.1.1 retrieving revision 1.3 diff -u -r1.1.1.1 -r1.3 --- ports/sysutils/apcupsd/pkg/Attic/MESSAGE-main 2008/11/10 13:15:33 1.1.1.1 +++ ports/sysutils/apcupsd/pkg/Attic/MESSAGE-main 2009/05/18 04:51:50 1.3 @@ -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 @@ -23,6 +24,3 @@ echo "Otherwise, the UPS may cut the power during the reboot!!!" echo fi - -See http://www.apcupsd.com, apcupsd(8) and apctest(8) for more -information. Note an old age of offline manuals.