diff options
author | Will Andrews <will@FreeBSD.org> | 2000-06-22 01:18:37 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-06-22 01:18:37 +0000 |
commit | 1e8805ff6d0c80794aca0f4273d0447cd3c83818 (patch) | |
tree | 92d560698b60cf10c04ee3c6e1f6f813ef6d7870 /sysutils/healthd | |
parent | 8b4c4f394ddf602d929046ccdce664d58d86a26c (diff) | |
download | ports-1e8805ff6d0c80794aca0f4273d0447cd3c83818.tar.gz ports-1e8805ff6d0c80794aca0f4273d0447cd3c83818.zip |
Notes
Diffstat (limited to 'sysutils/healthd')
-rw-r--r-- | sysutils/healthd/Makefile | 4 | ||||
-rw-r--r-- | sysutils/healthd/distinfo | 2 | ||||
-rw-r--r-- | sysutils/healthd/pkg-plist | 5 |
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 |