summaryrefslogtreecommitdiffstats
path: root/net/quagga-re/files/watchquagga.in
diff options
context:
space:
mode:
Diffstat (limited to 'net/quagga-re/files/watchquagga.in')
-rw-r--r--net/quagga-re/files/watchquagga.in37
1 files changed, 0 insertions, 37 deletions
diff --git a/net/quagga-re/files/watchquagga.in b/net/quagga-re/files/watchquagga.in
deleted file mode 100644
index 1b7870f..0000000
--- a/net/quagga-re/files/watchquagga.in
+++ /dev/null
@@ -1,37 +0,0 @@
-#!/bin/sh
-
-# $FreeBSD$
-#
-# PROVIDE: watchquagga
-# REQUIRE: NETWORKING quagga
-#
-# Add the following line to /etc/rc.conf to enable quagga:
-# watchquagga_enable="YES"
-#
-# You may also wish to use the following variables to fine-tune startup:
-# watchquagga_flags
-#
-#
-
-. /etc/rc.subr
-
-name="watchquagga"
-rcvar=watchquagga_enable
-
-
-stop_postcmd=stop_postcmd
-
-stop_postcmd()
-{
- rm -f $pidfile
-}
-
-# set defaults
-
-load_rc_config $name
-
-: ${watchquagga_enable="NO"}
-
-command=%%PREFIX%%/sbin/watchquagga
-pidfile=%%LOCALSTATE_DIR%%/watchquagga.pid
-run_rc_command "$1"
OpenPOWER on IntegriCloud