diff options
author | pav <pav@FreeBSD.org> | 2010-06-22 21:30:50 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2010-06-22 21:30:50 +0800 |
commit | b72d81e74543e12266ca3b080a941368bc774bfc (patch) | |
tree | 85e55ea979494bed19b5f6ac72403cc19d905ea6 /sysutils | |
parent | 6162744b7785680fb0a6fff38a75bd44653e568f (diff) | |
download | freebsd-ports-gnome-b72d81e74543e12266ca3b080a941368bc774bfc.tar.gz freebsd-ports-gnome-b72d81e74543e12266ca3b080a941368bc774bfc.tar.zst freebsd-ports-gnome-b72d81e74543e12266ca3b080a941368bc774bfc.zip |
- Fix plist
Submitted by: Justin Head <ports@encarnate.com> (maintainer)
Feature safe: yes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/heartbeat/Makefile | 2 | ||||
-rw-r--r-- | sysutils/heartbeat/pkg-plist | 7 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sysutils/heartbeat/Makefile b/sysutils/heartbeat/Makefile index 34f3218a1407..89634e91ac54 100644 --- a/sysutils/heartbeat/Makefile +++ b/sysutils/heartbeat/Makefile @@ -7,7 +7,7 @@ PORTNAME= heartbeat PORTVERSION= 2.1.4 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= sysutils #MASTER_SITES= http://hg.linux-ha.org/lha-2.1/archive/STABLE-2.1.4.tar.bz2 MASTER_SITES= ${MASTER_SITE_LOCAL} diff --git a/sysutils/heartbeat/pkg-plist b/sysutils/heartbeat/pkg-plist index f4b004fbf855..01b82c648594 100644 --- a/sysutils/heartbeat/pkg-plist +++ b/sysutils/heartbeat/pkg-plist @@ -3,15 +3,18 @@ bin/cl_status %%MGMT%%bin/hb_gui etc/ha.d/README.config @unexec if cmp -s %D/etc/ha.d/authkeys.sample %D/etc/ha.d/authkeys; then rm -f %D/etc/ha.d/authkeys; fi +etc/ha.d/authkeys.sample @exec if [ ! -f %D/etc/ha.d/authkeys ]; then cp -p %D/%F %B/authkeys; fi @unexec if cmp -s %D/etc/ha.d/ha.cf.sample %D/etc/ha.d/ha.cf; then rm -f %D/etc/ha.d/ha.cf; fi +etc/ha.d/ha.cf.sample @exec if [ ! -f %D/etc/ha.d/ha.cf ]; then cp -p %D/%F %B/ha.cf; fi etc/ha.d/harc @unexec if cmp -s %D/etc/ha.d/logd.cf.sample %D/etc/ha.d/logd.cf; then rm -f %D/etc/ha.d/logd.cf; fi +etc/ha.d/logd.cf.sample @exec if [ ! -f %D/etc/ha.d/logd.cf ]; then cp -p %D/%F %B/logd.cf; fi -@unexec if cmp -s %D/etc/ha.d/ldirectord.cf.sample %D/etc/ha.d/ldirectord.cf; then rm -f %D/etc/ha.d/ldirectord.cf; fi +%%LDIRECTORD%%@unexec if cmp -s %D/etc/ha.d/ldirectord.cf.sample %D/etc/ha.d/ldirectord.cf; then rm -f %D/etc/ha.d/ldirectord.cf; fi %%LDIRECTORD%%etc/ha.d/ldirectord.cf.sample -@exec if [ ! -f %D/etc/ha.d/ldirectord.cf ]; then cp -p %D/%F %B/ldirectord.cf; fi +%%LDIRECTORD%%@exec if [ ! -f %D/etc/ha.d/ldirectord.cf ]; then cp -p %D/%F %B/ldirectord.cf; fi etc/ha.d/rc.d/ask_resources etc/ha.d/rc.d/hb_takeover etc/ha.d/rc.d/ip-request |