=================================================================== RCS file: /cvs/ports/sysutils/apcupsd/pkg/Attic/MESSAGE-main,v retrieving revision 1.2 retrieving revision 1.4 diff -u -r1.2 -r1.4 --- ports/sysutils/apcupsd/pkg/Attic/MESSAGE-main 2009/01/13 12:57:40 1.2 +++ ports/sysutils/apcupsd/pkg/Attic/MESSAGE-main 2009/06/03 05:09:00 1.4 @@ -4,7 +4,7 @@ if [ -x ${PREFIX}/sbin/apcupsctl ]; then echo -n ' apcupsd' - ${PREFIX}/sbin/apcupsctl start 2>&1 > /dev/null + ${PREFIX}/sbin/apcupsctl start > /dev/null 2>&1 fi This will start apcupsd and use ${SYSCONFDIR}/apcupsd/apcupsd.conf for @@ -24,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.