diff options
author | James E. Housley <jeh@FreeBSD.org> | 2002-07-26 11:53:50 +0000 |
---|---|---|
committer | James E. Housley <jeh@FreeBSD.org> | 2002-07-26 11:53:50 +0000 |
commit | daf4ed1bb844f93c3d42d6e95f762347d7b4b786 (patch) | |
tree | 73747de89d0cea2942418a85771ad713db899b78 /sysutils/healthd | |
parent | 9f60d38e88e6faf92fc0b1c7d8bc5c4f3c826ae7 (diff) | |
download | ports-daf4ed1bb844f93c3d42d6e95f762347d7b4b786.tar.gz ports-daf4ed1bb844f93c3d42d6e95f762347d7b4b786.zip |
Notes
Diffstat (limited to 'sysutils/healthd')
-rw-r--r-- | sysutils/healthd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/healthd/Makefile b/sysutils/healthd/Makefile index bc74a50bbe3f..f3817f883d85 100644 --- a/sysutils/healthd/Makefile +++ b/sysutils/healthd/Makefile @@ -33,7 +33,7 @@ CONFIGURE_ARGS+= --disable-ipv6 .endif post-install: - ${INSTALL_SCRIPT} -m 751 ${WRKSRC}/healthd.sh ${PREFIX}/etc/rc.d/healthd.sh.sample; \ + ${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; \ |