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