Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Apr 2004 20:31:50 +0200
From:      Guido Berhoerster <ich@guido-berhoerster.org>
To:        ports@freebsd.org
Subject:   Please fix security/cyrus-sasl
Message-ID:  <20040421183149.GA50281@hal.privat.lan>

next in thread | raw e-mail | index | archive | help
Hello,
the security/cyrus-sasl startup script was broken by a commit
almost 7 weeks ago. It was already noted on this list on March
24th, see
http://lists.freebsd.org/pipermail/freebsd-ports/2004-March/010795.html
Currently this port not have a maintainer and the fix is really
trivial since there is just a missing quote, could somebody
please commit this before the tree is tagged?
Patch follows:

----8<----

--- saslauthd1.sh.old   Thu Mar 25 09:11:43 2004
+++ saslauthd1.sh       Wed Apr 21 20:11:15 2004
@@ -19,7 +19,7 @@
 # DO NOT CHANGE THE DEFAULT VALUES HERE

 saslauthd1_enable=${saslauthd1_enable:-"yes"}
-saslauthd1_flags=${saslauthd1_flags:-"-a pam}
+saslauthd1_flags=${saslauthd1_flags:-"-a pam"}

 . /usr/local/etc/rc.subr

---->8----
-- 
Guido Berhoerster    ich@guido-berhoerster.org
                     http://www.guido-berhoerster.org/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040421183149.GA50281>