From daf4ed1bb844f93c3d42d6e95f762347d7b4b786 Mon Sep 17 00:00:00 2001 From: "James E. Housley" Date: Fri, 26 Jul 2002 11:53:50 +0000 Subject: Fix a type from last change. Submitted by: Kimura Fuyuki --- sysutils/healthd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysutils') 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; \ -- cgit v1.2.3