saslauthd daemonises itself, so we don't need to background it, and
we don't really need to sleep 2 while it gets going.
This commit is contained in:
parent
96d2fe8cce
commit
e8d6997dad
1 changed files with 1 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue