summaryrefslogtreecommitdiff
path: root/net-mgmt/nrpe/files/nrpe.in
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/nrpe/files/nrpe.in')
-rw-r--r--net-mgmt/nrpe/files/nrpe.in31
1 files changed, 0 insertions, 31 deletions
diff --git a/net-mgmt/nrpe/files/nrpe.in b/net-mgmt/nrpe/files/nrpe.in
deleted file mode 100644
index 5e108a3f7aaf..000000000000
--- a/net-mgmt/nrpe/files/nrpe.in
+++ /dev/null
@@ -1,31 +0,0 @@
-#!/bin/sh
-#
-# $FreeBSD: /tmp/pcvs/ports/net-mgmt/nrpe/files/Attic/nrpe.in,v 1.2 2008-04-24 16:21:57 anders Exp $
-#
-
-# PROVIDE: nrpe
-# REQUIRE: NETWORKING
-# KEYWORD: shutdown
-
-#
-# Add the following lines to /etc/rc.conf to enable apache2:
-# nrpe_enable (bool): Set to "NO" by default.
-# Set it to "YES" to enable nrpe
-# nrpe_config (string): Set to "/usr/local/etc/nrpe.cfg" by default.
-#
-
-. %%RC_SUBR%%
-
-name="nrpe"
-rcvar=`set_rcvar`
-
-command="%%PREFIX%%/sbin/nrpe"
-
-[ -z "$nrpe_enable" ] && nrpe_enable="NO"
-[ -z "$nrpe_config" ] && nrpe_config="%%PREFIX%%/etc/nrpe.cfg"
-
-nrpe_flags="-c ${nrpe_config} --daemon"
-
-load_rc_config $name
-
-run_rc_command "$1"