summaryrefslogtreecommitdiff
path: root/security/cyrus-sasl
diff options
context:
space:
mode:
authorgrant <grant>2002-09-20 02:01:54 +0000
committergrant <grant>2002-09-20 02:01:54 +0000
commitd97b19f8ae501f74ea2f7d9a5cd475ab951dcd06 (patch)
tree4d9e6b802d8404a55612d206bdb15d7e07e80a35 /security/cyrus-sasl
parente10f3d235fbdc528120925fe68d930401bd51938 (diff)
downloadpkgsrc-d97b19f8ae501f74ea2f7d9a5cd475ab951dcd06.tar.gz
Make these scripts more portable by taking advantage of automatic rc.d
script handling and using @RCD_SCRIPTS_SHELL@. as discussed with jlam.
Diffstat (limited to 'security/cyrus-sasl')
-rw-r--r--security/cyrus-sasl/files/sasl_pwcheck.sh4
-rw-r--r--security/cyrus-sasl/files/saslauthd.sh4
2 files changed, 4 insertions, 4 deletions
diff --git a/security/cyrus-sasl/files/sasl_pwcheck.sh b/security/cyrus-sasl/files/sasl_pwcheck.sh
index 32ea60034f9..77f421ae0ff 100644
--- a/security/cyrus-sasl/files/sasl_pwcheck.sh
+++ b/security/cyrus-sasl/files/sasl_pwcheck.sh
@@ -1,6 +1,6 @@
-#! /bin/sh
+#!@RCD_SCRIPTS_SHELL@
#
-# $NetBSD: sasl_pwcheck.sh,v 1.9 2002/08/25 18:39:51 jlam Exp $
+# $NetBSD: sasl_pwcheck.sh,v 1.10 2002/09/20 02:02:00 grant Exp $
#
# The pwcheck daemon allows UNIX password authentication with Cyrus SASL.
#
diff --git a/security/cyrus-sasl/files/saslauthd.sh b/security/cyrus-sasl/files/saslauthd.sh
index 16b77de72df..f9d3bc93629 100644
--- a/security/cyrus-sasl/files/saslauthd.sh
+++ b/security/cyrus-sasl/files/saslauthd.sh
@@ -1,6 +1,6 @@
-#! /bin/sh
+#!@RCD_SCRIPTS_SHELL@
#
-# $NetBSD: saslauthd.sh,v 1.2 2002/08/25 18:39:51 jlam Exp $
+# $NetBSD: saslauthd.sh,v 1.3 2002/09/20 02:02:00 grant Exp $
#
# The saslauthd daemon allows cleartext UNIX password authentication via
# several authentication mechanisms with Cyrus SASL.