Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Mar 2003 03:53:24 +0800 (CST)
From:      JoeHorn <joehorn@leobbs.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/48953: Syntax error in pwcheck starting shell script cyrus-sasl 1.5.28 
Message-ID:  <200303051953.h25JrO6u066207@leobbs.net>

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

>Number:         48953
>Category:       ports
>Synopsis:       Syntax error in pwcheck starting shell script cyrus-sasl 1.5.28
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Mar 05 12:00:13 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     JoeHorn
>Release:        FreeBSD 5.0-RELEASE-p4 i386
>Organization:
Dept. MI, CHU, Taiwan 
>Environment:
System: FreeBSD leobbs.net 5.0-RELEASE-p4 FreeBSD 5.0-RELEASE-p4 #8: Wed Mar 5 04:51:14 CST 2003 root@leobbs.net:/usr/obj/usr/src/sys/Leo i386


	
>Description:
shell> > pkg_info|grep cyrus
cyrus-sasl-1.5.28   RFC 2222 SASL (Simple Authentication and Security Layer)

shell> sudo /usr/local/etc/rc.d/cyrus_pwcheck.sh start
/usr/local/etc/rc.d/cyrus_pwcheck.sh: 66: Syntax error: "fi" unexpected 
(expecting "then")

	
>How-To-Repeat:
	
>Fix:

*** cyrus_pwcheck.sh-orig       Sat Mar  1 05:00:45 2003
--- cyrus_pwcheck.sh    Thu Mar  6 03:34:16 2003
***************
*** 61,68 ****
                fi
        fi
  
!       if [ -f ${prefix}/etc/rc.conf.d/cyrus_pwcheck" ]; then
!               . ${prefix}/etc/rc.conf.d/cyrus_pwcheck}"
        fi
  
        if [ -z "${cyrus_pwcheck_enable}" ] ; then
--- 61,68 ----
                fi
        fi
  
!       if [ -f "${prefix}/etc/rc.conf.d/cyrus_pwcheck" ]; then
!               . ${prefix}/etc/rc.conf.d/cyrus_pwcheck
        fi
  
        if [ -z "${cyrus_pwcheck_enable}" ] ; then


	


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

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




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