summaryrefslogtreecommitdiff
path: root/security/cyrus-sasl/files/pwcheck.sh
diff options
context:
space:
mode:
Diffstat (limited to 'security/cyrus-sasl/files/pwcheck.sh')
-rw-r--r--security/cyrus-sasl/files/pwcheck.sh34
1 files changed, 0 insertions, 34 deletions
diff --git a/security/cyrus-sasl/files/pwcheck.sh b/security/cyrus-sasl/files/pwcheck.sh
deleted file mode 100644
index b43abbb8257c..000000000000
--- a/security/cyrus-sasl/files/pwcheck.sh
+++ /dev/null
@@ -1,34 +0,0 @@
-#!/bin/sh
-#
-# $FreeBSD$
-#
-
-# PROVIDE: cyrus_pwcheck
-# REQUIRE: DAEMON
-# BEFORE: mail imap
-# KEYWORD: shutdown
-#
-
-prefix=%%PREFIX%%
-
-# Define these cyrus_pwcheck_* variables in one of these files:
-# /etc/rc.conf
-# /etc/rc.conf.local
-# /etc/rc.conf.d/cyrus_pwcheck
-#
-# DO NOT CHANGE THE DEFAULT VALUES HERE
-
-cyrus_pwcheck_enable=${cyrus_pwcheck_enable:-"%%ENABLE_PWCHECK%%"}
-
-# pwcheck program to use (pwcheck/pwcheck_pam)
-cyrus_pwcheck_program=${cyrus_pwcheck_program:-"${prefix}/sbin/%%PWCHECK%%"}
-
-. %%RC_SUBR%%
-
-name="cyrus_pwcheck"
-rcvar=`set_rcvar`
-command=${prefix}/sbin/%%PWCHECK%%
-pidfile="/var/run/pwcheck.pid"
-
-load_rc_config $name
-run_rc_command "$1"