svn commit: r420291 - head/sysutils/heartbeat
Michael Gmelin
grembo at FreeBSD.org
Tue Aug 16 17:13:31 UTC 2016
Author: grembo
Date: Tue Aug 16 17:13:29 2016
New Revision: 420291
URL: https://svnweb.freebsd.org/changeset/ports/420291
Log:
Remove pid file that was added by accident when stagifying the port.
PR: 210601
Approved by: mentors (implicit)
Modified:
head/sysutils/heartbeat/Makefile
head/sysutils/heartbeat/pkg-plist
Modified: head/sysutils/heartbeat/Makefile
==============================================================================
--- head/sysutils/heartbeat/Makefile Tue Aug 16 16:55:41 2016 (r420290)
+++ head/sysutils/heartbeat/Makefile Tue Aug 16 17:13:29 2016 (r420291)
@@ -3,7 +3,7 @@
PORTNAME= heartbeat
PORTVERSION= 2.1.4
-PORTREVISION= 27
+PORTREVISION= 28
CATEGORIES= sysutils
#MASTER_SITES= http://hg.linux-ha.org/lha-2.1/archive/STABLE-2.1.4.tar.bz2
MASTER_SITES= LOCAL/kuriyama/heartbeat
@@ -143,7 +143,6 @@ post-patch:
post-install:
${MKDIR} -m 0750 ${STAGEDIR}/var/run/heartbeat/pengine
${MKDIR} ${STAGEDIR}/var/lib/heartbeat/mgmt
- ${TOUCH} ${STAGEDIR}/var/run/heartbeat.pid
.if ${PORT_OPTIONS:MDOCS}
# Install sample configuration
Modified: head/sysutils/heartbeat/pkg-plist
==============================================================================
--- head/sysutils/heartbeat/pkg-plist Tue Aug 16 16:55:41 2016 (r420290)
+++ head/sysutils/heartbeat/pkg-plist Tue Aug 16 17:13:29 2016 (r420291)
@@ -607,4 +607,3 @@ sbin/stonith
@dir(%%USER%%,%%GROUP%%,750) /var/run/heartbeat/ccm
@dir(%%USER%%,%%GROUP%%,750) /var/run/heartbeat/crm
@dir(%%USER%%,%%GROUP%%,750) /var/run/heartbeat
-/var/run/heartbeat.pid
More information about the svn-ports-head
mailing list