diff options
author | osa <osa@FreeBSD.org> | 2010-06-19 04:19:38 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2010-06-19 04:19:38 +0800 |
commit | 685eae1a0415e9e378aab61d498a730613cf4b90 (patch) | |
tree | 3c5823e213b218fa248d82db4fd2200b4a26028e | |
parent | 55d223cd33a21fd7fb464f306765146625fa9971 (diff) | |
download | freebsd-ports-gnome-685eae1a0415e9e378aab61d498a730613cf4b90.tar.gz freebsd-ports-gnome-685eae1a0415e9e378aab61d498a730613cf4b90.tar.zst freebsd-ports-gnome-685eae1a0415e9e378aab61d498a730613cf4b90.zip |
Fix pkg-plist.
Bump PORTREVISION.
Feature safe: yes
Spotted by: itetcu
-rw-r--r-- | sysutils/heartbeat/Makefile | 2 | ||||
-rw-r--r-- | sysutils/heartbeat/pkg-plist | 3 |
2 files changed, 1 insertions, 4 deletions
diff --git a/sysutils/heartbeat/Makefile b/sysutils/heartbeat/Makefile index a7da2281d201..34f3218a1407 100644 --- a/sysutils/heartbeat/Makefile +++ b/sysutils/heartbeat/Makefile @@ -7,7 +7,7 @@ PORTNAME= heartbeat PORTVERSION= 2.1.4 -PORTREVISION= 8 +PORTREVISION= 9 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 df73cce65c23..f4b004fbf855 100644 --- a/sysutils/heartbeat/pkg-plist +++ b/sysutils/heartbeat/pkg-plist @@ -3,14 +3,11 @@ 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%%etc/ha.d/ldirectord.cf.sample |