aboutsummaryrefslogtreecommitdiff
path: root/security/shibboleth2-sp/files/shibboleth-sp.in
diff options
context:
space:
mode:
Diffstat (limited to 'security/shibboleth2-sp/files/shibboleth-sp.in')
-rw-r--r--security/shibboleth2-sp/files/shibboleth-sp.in20
1 files changed, 0 insertions, 20 deletions
diff --git a/security/shibboleth2-sp/files/shibboleth-sp.in b/security/shibboleth2-sp/files/shibboleth-sp.in
deleted file mode 100644
index 245ae80004d4..000000000000
--- a/security/shibboleth2-sp/files/shibboleth-sp.in
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/bin/sh
-#
-# $FreeBSD$
-#
-# PROVIDE: shibboleth_sp
-# REQUIRE: DAEMON
-#
-
-. %%RC_SUBR%%
-
-name="shibboleth_sp"
-rcvar=${name}_enable
-
-[ -z "$shibboleth_sp_enable" ] && shibboleth_sp_enable="NO"
-pidfile="/var/run/${name}.pid"
-command="%%PREFIX%%/sbin/shibd"
-start_cmd="${command} -f -p ${pidfile} &"
-
-load_rc_config $name
-run_rc_command "$1"