Hi folks.
Fix for copy-paste lovers:
Index: Makefile
===================================================================
RCS file: /cvs/ports/sysutils/apcupsd/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- Makefile 27 May 2010 10:21:39 -0000 1.2
+++ Makefile 17 Jun 2010 18:32:43 -0000
@@ -5,7 +5,7 @@
COMMENT-x11 = gapcmon - GUI for apcupsd
DISTNAME = apcupsd-3.14.8
-PKGNAME-main = ${DISTNAME}p0
+PKGNAME-main = ${DISTNAME}p1
PKGNAME-cgi = ${DISTNAME:S/-/-cgi-/}
PKGNAME-x11 = ${DISTNAME:S/-/-x11-/}p0
Index: pkg/MESSAGE-main
===================================================================
RCS file: /cvs/ports/sysutils/apcupsd/pkg/MESSAGE-main,v
retrieving revision 1.2
diff -u -r1.2 MESSAGE-main
--- pkg/MESSAGE-main 27 May 2010 10:21:39 -0000 1.2
+++ pkg/MESSAGE-main 17 Jun 2010 18:32:43 -0000
@@ -1,7 +1,7 @@
To start apcupsd at boot time, edit ${SYSCONFDIR}/apcupsd/apcupsd.conf
and add the following lines to /etc/rc.local:
-if [ -x ${PREFIX}/sbin/apcupsd]; then
+if [ -x ${PREFIX}/sbin/apcupsd ]; then
echo -n ' apcupsd'; ${PREFIX}/sbin/apcupsctl start
fi