Date: Tue, 16 Aug 2016 17:13:30 +0000 (UTC) From: Michael Gmelin <grembo@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r420291 - head/sysutils/heartbeat Message-ID: <201608161713.u7GHDU6i086124@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608161713.u7GHDU6i086124>