Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Jun 2002 15:00:31 -0700 (PDT)
From:      Jin Guojun (DSD staff) <jin@eubie.lbl.gov>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   conf/39444: rc.sendmail syntax error: cannot disable sendmail
Message-ID:  <200206172200.g5HM0VhO000352@eubie.lbl.gov>

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

>Number:         39444
>Category:       conf
>Synopsis:       rc.sendmail syntax error: cannot disable sendmail
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 17 15:10:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Jin Guojun (DSD staff)
>Release:        FreeBSD 4.6-RELEASE i386
>Organization:
>Environment:

	FreeBSD 4.6-RELEASE
>Description:

	/etc/defaults/rc.conf says:
sendmail_enable="YES"   # Run the sendmail inbound daemon (YES/NO/NONE).


	/etc/rc.sendmail does: (only working for NONE, but not NO)

	case ${sendmail_enable} in
        [Nn][Oo][Nn][Ee])


	The correct syntax is:

	case ${sendmail_enable} in
	[Nn][Oo][Nn][Ee] | [Nn][Oo])


If No/NO/no/nO cannot be used, please state so. But, this is not a usual way
to disable something.
So, please apply the patch to rc.sendmail.


>How-To-Repeat:
	
>Fix:

	


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

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




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