1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00

Update to 0.5.

PR:		19427
Submitted by:	MAINTAINER
This commit is contained in:
Will Andrews 2000-06-22 01:18:37 +00:00
parent 8b4c4f394d
commit 1e8805ff6d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=29756
3 changed files with 7 additions and 4 deletions

View File

@ -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 \

View File

@ -1 +1 @@
MD5 (healthd-0.4.2.tar.gz) = 35ba9a8d4ce1fbd89f407c941d38fea6
MD5 (healthd-0.5.tar.gz) = 17260935197df4b3c596f8ab69c11eef

View File

@ -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