aboutsummaryrefslogtreecommitdiff
path: root/sysutils/healthd
diff options
context:
space:
mode:
authorJames E. Housley <jeh@FreeBSD.org>2004-04-20 01:28:24 +0000
committerJames E. Housley <jeh@FreeBSD.org>2004-04-20 01:28:24 +0000
commit76e742c7f52bc536709fd1360efe33f2dcfb4d8f (patch)
tree59368d26a6b3ece7f7fcfef873eba56b23c13931 /sysutils/healthd
parent0e44801e10744c06a2fa02a0077b76f3371bbe59 (diff)
downloadports-76e742c7f52bc536709fd1360efe33f2dcfb4d8f.tar.gz
ports-76e742c7f52bc536709fd1360efe33f2dcfb4d8f.zip
Use /etc/rc.subr on systems that have it.
PR: 65609 Submitted By: Franz Klammer
Notes
Notes: svn path=/head/; revision=107645
Diffstat (limited to 'sysutils/healthd')
-rw-r--r--sysutils/healthd/Makefile3
-rw-r--r--sysutils/healthd/files/healthd.sh-50003811
2 files changed, 13 insertions, 1 deletions
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`