Skip site navigation (1)Skip section navigation (2)
Date:      25 Aug 2004 12:50:27 -0000
From:      James Raftery <james@now.ie>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   conf/70938: [patch] Mention `NONE' in sendmail_enable comment in defaults/rc.conf
Message-ID:  <20040825125027.48342.qmail@bender.kerna.ie>
Resent-Message-ID: <200408251300.i7PD0h6H038773@freefall.freebsd.org>

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

>Number:         70938
>Category:       conf
>Synopsis:       [patch] Mention `NONE' in sendmail_enable comment in defaults/rc.conf
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 25 13:00:42 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     James Raftery
>Release:        FreeBSD 4.10-RELEASE i386
>Organization:
>Environment:
System: FreeBSD bender.kerna.ie 4.10-RELEASE FreeBSD 4.10-RELEASE #0: Tue Jun 1 18:01:29 IST 2004 root@bender.kerna.ie:/usr/obj/usr/src/sys/BENDER i386

>Description:

	The comment for sendmail_enable in defaults/rc.conf says

	``Run the sendmail inbound daemon (YES/NO).''

	`NONE' is also a valid value.
	
>How-To-Repeat:
	N/A
>Fix:


--- rc.conf-patch begins here ---
Index: rc.conf
===================================================================
RCS file: /backup/ncvs/src/etc/defaults/rc.conf,v
retrieving revision 1.191
diff -r1.191 rc.conf
383c383
< sendmail_enable="NO"	# Run the sendmail inbound daemon (YES/NO).
---
> sendmail_enable="NO"	# Run the sendmail inbound daemon (YES/NO/NONE).
--- rc.conf-patch ends here ---


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



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