diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-04-27 12:01:50 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-04-27 12:01:50 +0000 |
commit | f500c5ce375ba301aee74ec2fed0083835c6ad0a (patch) | |
tree | a528ea874ba46ee7bb96c51c2eb5321f22070b3a /sysutils/healthd | |
parent | Update to 1.0.2. (diff) |
Update to 0.4.2.
PR: ports/18229
Submitted by: MAINTAINER
Notes
Notes:
svn path=/head/; revision=28038
Diffstat (limited to 'sysutils/healthd')
-rw-r--r-- | sysutils/healthd/Makefile | 8 | ||||
-rw-r--r-- | sysutils/healthd/distinfo | 2 |
2 files changed, 8 insertions, 2 deletions
diff --git a/sysutils/healthd/Makefile b/sysutils/healthd/Makefile index c8cb9a9b88e6..13a84f5d5357 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 322875b7eb38..b5505328338a 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 |