summaryrefslogtreecommitdiffstats
path: root/sysutils/healthd
diff options
context:
space:
mode:
authorwill <will@FreeBSD.org>2000-06-22 01:18:37 +0000
committerwill <will@FreeBSD.org>2000-06-22 01:18:37 +0000
commit43ee5f71642fc890d57b23743c4368c1086a8433 (patch)
tree2e753af42d5d275cd37368587e081af90c319f0d /sysutils/healthd
parentfafbcc82b76e7d954158660238b676c7fcfd1468 (diff)
downloadFreeBSD-ports-43ee5f71642fc890d57b23743c4368c1086a8433.zip
FreeBSD-ports-43ee5f71642fc890d57b23743c4368c1086a8433.tar.gz
Update to 0.5.
PR: 19427 Submitted by: MAINTAINER
Diffstat (limited to 'sysutils/healthd')
-rw-r--r--sysutils/healthd/Makefile4
-rw-r--r--sysutils/healthd/distinfo2
-rw-r--r--sysutils/healthd/pkg-plist5
3 files changed, 7 insertions, 4 deletions
diff --git a/sysutils/healthd/Makefile b/sysutils/healthd/Makefile
index 13a84f5..f31214f 100644
--- a/sysutils/healthd/Makefile
+++ b/sysutils/healthd/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= healthd
-PORTVERSION= 0.4.2
+PORTVERSION= 0.5
CATEGORIES= sysutils
MASTER_SITES= http://healthd.thehousleys.net/
@@ -15,7 +15,7 @@ MAINTAINER= jim@thehousleys.net
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --exec-prefix=${PREFIX}
-MAN8= healthd.8
+MAN8= healthd.8 healthdc.8
post-install:
@if [ ! -f ${PREFIX}/etc/rc.d/healthd.sh ]; then \
diff --git a/sysutils/healthd/distinfo b/sysutils/healthd/distinfo
index b550532..e5f890c 100644
--- a/sysutils/healthd/distinfo
+++ b/sysutils/healthd/distinfo
@@ -1 +1 @@
-MD5 (healthd-0.4.2.tar.gz) = 35ba9a8d4ce1fbd89f407c941d38fea6
+MD5 (healthd-0.5.tar.gz) = 17260935197df4b3c596f8ab69c11eef
diff --git a/sysutils/healthd/pkg-plist b/sysutils/healthd/pkg-plist
index 8141bc1..9ff0322 100644
--- a/sysutils/healthd/pkg-plist
+++ b/sysutils/healthd/pkg-plist
@@ -1,3 +1,6 @@
-bin/healthd
+bin/healthdc
+sbin/healthd
+@unexec if cmp -s %D/etc/healthd.conf %D/etc/healthd.conf.sample; then rm -f %D/etc/healthd.conf; fi
etc/healthd.conf.sample
+@exec if [ ! -f %D/etc/healthd.conf ]; then cp -p %D/%F %B/healthd.conf; fi
etc/rc.d/healthd.sh
OpenPOWER on IntegriCloud