Please fix security/cyrus-sasl

Guido Berhoerster ich at guido-berhoerster.org
Wed Apr 21 11:32:10 PDT 2004


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 at guido-berhoerster.org
                     http://www.guido-berhoerster.org/


More information about the freebsd-ports mailing list