diff options
author | chris <chris@pkgsrc.org> | 2002-11-23 15:07:46 +0000 |
---|---|---|
committer | chris <chris@pkgsrc.org> | 2002-11-23 15:07:46 +0000 |
commit | e8d6997dad2cadcd8adad35be4f2534103ff9797 (patch) | |
tree | 03de2bfa06ad3b0928a4b06c933360cdd1c7e10a /security | |
parent | 96d2fe8cce7c1a56bc65bf3fdb52c6dcfe4c7433 (diff) | |
download | pkgsrc-e8d6997dad2cadcd8adad35be4f2534103ff9797.tar.gz |
saslauthd daemonises itself, so we don't need to background it, and
we don't really need to sleep 2 while it gets going.
Diffstat (limited to 'security')
-rw-r--r-- | security/cyrus-sasl2/files/saslauthd.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/cyrus-sasl2/files/saslauthd.sh b/security/cyrus-sasl2/files/saslauthd.sh index ee6f74a399b..820f0b3688b 100644 --- a/security/cyrus-sasl2/files/saslauthd.sh +++ b/security/cyrus-sasl2/files/saslauthd.sh @@ -1,6 +1,6 @@ #!@RCD_SCRIPTS_SHELL@ # -# $NetBSD: saslauthd.sh,v 1.2 2002/11/23 14:44:54 chris Exp $ +# $NetBSD: saslauthd.sh,v 1.3 2002/11/23 15:07:46 chris Exp $ # # The saslauthd daemon allows cleartext UNIX password authentication via # several authentication mechanisms with Cyrus SASL. @@ -16,7 +16,6 @@ fi name="saslauthd" rcvar="${name}" command="@PREFIX@/sbin/saslauthd" -command_args="& sleep 2" start_precmd="saslauthd_precmd" # Default to authenticating against local password database. |