summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2000-06-22 01:18:37 +0000
committerWill Andrews <will@FreeBSD.org>2000-06-22 01:18:37 +0000
commit1e8805ff6d0c80794aca0f4273d0447cd3c83818 (patch)
tree92d560698b60cf10c04ee3c6e1f6f813ef6d7870 /sysutils
parentUse another master site. The tarball disapeared from the original ftp site. (diff)
Update to 0.5.
PR: 19427 Submitted by: MAINTAINER
Notes
Notes: svn path=/head/; revision=29756
Diffstat (limited to 'sysutils')
-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 13a84f5d5357..f31214f3e1be 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 b5505328338a..e5f890c7e702 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 8141bc13f1a2..9ff0322af154 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