summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2000-04-27 12:01:50 +0000
committerknu <knu@FreeBSD.org>2000-04-27 12:01:50 +0000
commitfadd0e98a55fcf0e0f9ef9a6ac527234216ec562 (patch)
tree0573ae4d837d0bd7fb6b8dc85a75e0fce1980321
parentab557be63fbad23c830f2bd1d7693f4369d7d8e5 (diff)
downloadFreeBSD-ports-fadd0e98a55fcf0e0f9ef9a6ac527234216ec562.zip
FreeBSD-ports-fadd0e98a55fcf0e0f9ef9a6ac527234216ec562.tar.gz
Update to 0.4.2.
PR: ports/18229 Submitted by: MAINTAINER
-rw-r--r--sysutils/healthd/Makefile8
-rw-r--r--sysutils/healthd/distinfo2
2 files changed, 8 insertions, 2 deletions
diff --git a/sysutils/healthd/Makefile b/sysutils/healthd/Makefile
index c8cb9a9..13a84f5 100644
--- a/sysutils/healthd/Makefile
+++ b/sysutils/healthd/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= healthd
-PORTVERSION= 0.3
+PORTVERSION= 0.4.2
CATEGORIES= sysutils
MASTER_SITES= http://healthd.thehousleys.net/
@@ -24,5 +24,11 @@ post-install:
${ECHO} "[ -x ${PREFIX}/bin/healthd ] && ${PREFIX}/bin/healthd > /dev/null && ${ECHO} -n ' healthd'" >> ${PREFIX}/etc/rc.d/healthd.sh; \
${CHMOD} 751 ${PREFIX}/etc/rc.d/healthd.sh; \
fi
+ @if [ ! -f ${PREFIX}/etc/healthd.conf ]; then \
+ ${ECHO} "Installing ${PREFIX}/etc/healthd.conf configuration file."; \
+ ${ECHO} "It is recommended you edit this file to match your system"; \
+ ${ECHO} "before running the program."; \
+ ${CP} ${PREFIX}/etc/healthd.conf.sample ${PREFIX}/etc/healthd.conf; \
+ fi
.include <bsd.port.mk>
diff --git a/sysutils/healthd/distinfo b/sysutils/healthd/distinfo
index 322875b..b550532 100644
--- a/sysutils/healthd/distinfo
+++ b/sysutils/healthd/distinfo
@@ -1 +1 @@
-MD5 (healthd-0.3.tar.gz) = 56b61b06f6b99ae0b7efc55f952828ac
+MD5 (healthd-0.4.2.tar.gz) = 35ba9a8d4ce1fbd89f407c941d38fea6
OpenPOWER on IntegriCloud