diff options
author | jeh <jeh@FreeBSD.org> | 2004-04-20 09:28:24 +0800 |
---|---|---|
committer | jeh <jeh@FreeBSD.org> | 2004-04-20 09:28:24 +0800 |
commit | 3e6634d808b30f410425112e08b5cb47d810f2b8 (patch) | |
tree | dbbc7101d93d6251c803db10928fccb9e23be606 /sysutils/healthd/files | |
parent | 50b0cd8bf88df8a55b84b1a02dba70effbafd3b1 (diff) | |
download | freebsd-ports-gnome-3e6634d808b30f410425112e08b5cb47d810f2b8.tar.gz freebsd-ports-gnome-3e6634d808b30f410425112e08b5cb47d810f2b8.tar.zst freebsd-ports-gnome-3e6634d808b30f410425112e08b5cb47d810f2b8.zip |
Use /etc/rc.subr on systems that have it.
PR: 65609
Submitted By: Franz Klammer
Diffstat (limited to 'sysutils/healthd/files')
-rw-r--r-- | sysutils/healthd/files/healthd.sh-500038 | 11 |
1 files changed, 11 insertions, 0 deletions
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` |