From 3e6634d808b30f410425112e08b5cb47d810f2b8 Mon Sep 17 00:00:00 2001 From: jeh Date: Tue, 20 Apr 2004 01:28:24 +0000 Subject: Use /etc/rc.subr on systems that have it. PR: 65609 Submitted By: Franz Klammer --- sysutils/healthd/Makefile | 3 ++- sysutils/healthd/files/healthd.sh-500038 | 11 +++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 sysutils/healthd/files/healthd.sh-500038 (limited to 'sysutils') diff --git a/sysutils/healthd/Makefile b/sysutils/healthd/Makefile index dbaa9c5b60a2..c1a7e134ad10 100644 --- a/sysutils/healthd/Makefile +++ b/sysutils/healthd/Makefile @@ -7,7 +7,7 @@ PORTNAME= healthd PORTVERSION= 0.7.6 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= sysutils ipv6 MASTER_SITES= http://healthd.thehousleys.net/ \ http://healthd1.thehousleys.net/ @@ -38,6 +38,7 @@ CONFIGURE_ARGS+= --disable-ipv6 .if ${OSVERSION} >= 500038 RC_SUBR?= /etc/rc.subr +EXTRA_PATCHES= files/healthd.sh-500038 .else USE_RC_SUBR= yes .endif diff --git a/sysutils/healthd/files/healthd.sh-500038 b/sysutils/healthd/files/healthd.sh-500038 new file mode 100644 index 000000000000..a5178f15e18f --- /dev/null +++ b/sysutils/healthd/files/healthd.sh-500038 @@ -0,0 +1,11 @@ +--- healthd.sh.orig Fri Apr 16 10:03:37 2004 ++++ healthd.sh Fri Apr 16 10:04:17 2004 +@@ -13,7 +13,7 @@ + #healthd_enable="YES" + # + +-. /usr/local/etc/rc.subr ++. /etc/rc.subr + + name=healthd + rcvar=`set_rcvar` -- cgit