diff options
author | James E. Housley <jeh@FreeBSD.org> | 2002-07-25 12:20:36 +0000 |
---|---|---|
committer | James E. Housley <jeh@FreeBSD.org> | 2002-07-25 12:20:36 +0000 |
commit | e6f6845a9d9319851a527036fc334366dc41bf7e (patch) | |
tree | 494053b9efdafe89144f7ec4ae950799195eb80f /sysutils/healthd | |
parent | 90c1ebc2d2e08d7220f8b145199e9c76fb101642 (diff) |
Notes
Diffstat (limited to 'sysutils/healthd')
-rw-r--r-- | sysutils/healthd/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sysutils/healthd/Makefile b/sysutils/healthd/Makefile index 6b3c4680bb3d..bc74a50bbe3f 100644 --- a/sysutils/healthd/Makefile +++ b/sysutils/healthd/Makefile @@ -33,10 +33,7 @@ CONFIGURE_ARGS+= --disable-ipv6 .endif post-install: - @if [ ! -f ${PREFIX}/etc/rc.d/healthd.sh.sample ]; then \ - ${ECHO} "Installing ${PREFIX}/etc/rc.d/healthd.sh.sample startup file."; \ - ${INSTALL_SCRIPT} -m 751 ${WRKSRC}/healthd.sh ${PREFIX}/etc/rc.d/healthd.sh.sample; \ - fi + ${INSTALL_SCRIPT} -m 751 ${WRKSRC}/healthd.sh ${PREFIX}/etc/rc.d/healthd.sh.sample; \ @if [ ! -f ${PREFIX}/etc/rc.d/healthd.sh ]; then \ ${ECHO} "Installing ${PREFIX}/etc/rc.d/healthd.sh startup file."; \ ${INSTALL_SCRIPT} -m 751 ${WRKSRC}/healthd.sh ${PREFIX}/etc/rc.d/healthd.sh; \ |