Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Apr 2004 11:02:04 -0700 (PDT)
From:      Linh Pham <question+freebsdpr@closedsrc.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/66003: security/cyrus-sasl - un-terminated quote in files/saslauthd.sh
Message-ID:  <20040426180204.F082A45071@q.closedsrc.org>
Resent-Message-ID: <200404261810.i3QIAKgP051605@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         66003
>Category:       ports
>Synopsis:       security/cyrus-sasl - un-terminated quote in files/saslauthd.sh
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 26 11:10:20 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Linh Pham
>Release:        FreeBSD 5.2.1-RELEASE-p5 i386
>Organization:
>Environment:
System: FreeBSD q.internal.closedsrc.org 5.2.1-RELEASE-p5 FreeBSD 5.2.1-RELEASE-p5 #1: Fri Apr 16 23:02:54 PDT 2004 question@q.internal.closedsrc.org:/usr/obj/usr/src/sys/Q i386
>Description:
There is a missing quote after ""-a pam" in the saslauthd.sh file that is
included in the port's files directory which causes the installed rc.d file
to not run properly.

The included fix adds in the missing quote.
>How-To-Repeat:
Build and install the latest version of the security/cyrus-sasl port and
run the installed saslauthd1.sh file under /usr/local/etc/rc.d
>Fix:

--- security-cyrus-sasl_files-saslauthd.sh.diff begins here ---
--- saslauthd.sh.orig	Mon Apr 26 10:56:29 2004
+++ saslauthd.sh	Mon Apr 26 10:56:40 2004
@@ -19,7 +19,7 @@
 # DO NOT CHANGE THE DEFAULT VALUES HERE 
 
 saslauthd1_enable=${saslauthd1_enable:-"%%ENABLE_SASLAUTHD%%"}
-saslauthd1_flags=${saslauthd1_flags:-"-a pam}
+saslauthd1_flags=${saslauthd1_flags:-"-a pam"}
 
 . %%RC_SUBR%%
 
--- security-cyrus-sasl_files-saslauthd.sh.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



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