summaryrefslogtreecommitdiff
path: root/net/radiusd-cistron/files/radiusd-cistron.in
diff options
context:
space:
mode:
Diffstat (limited to 'net/radiusd-cistron/files/radiusd-cistron.in')
-rw-r--r--net/radiusd-cistron/files/radiusd-cistron.in30
1 files changed, 0 insertions, 30 deletions
diff --git a/net/radiusd-cistron/files/radiusd-cistron.in b/net/radiusd-cistron/files/radiusd-cistron.in
deleted file mode 100644
index eef24ded7508..000000000000
--- a/net/radiusd-cistron/files/radiusd-cistron.in
+++ /dev/null
@@ -1,30 +0,0 @@
-#!/bin/sh
-
-# $FreeBSD$
-#
-# PROVIDE: radiusd-cistron
-# REQUIRE: LOGIN
-# KEYWORD: shutdown
-#
-# Add the following lines to /etc/rc.conf.local or /etc/rc.conf
-# to enable this service:
-#
-# radiusd_enable (bool): Set to NO by default.
-# Set it to YES to enable radiusd-cistron.
-#
-
-. /etc/rc.subr
-
-name="radiusd"
-rcvar="radiusd_enable"
-
-command=%%PREFIX%%/sbin/${name}
-pidfile=/var/run/${name}.pid
-
-load_rc_config $name
-
-: ${radiusd_enable="NO"}
-
-command_args="-y"
-
-run_rc_command "$1"