From james@now.ie  Wed Aug 25 12:50:23 2004
Return-Path: <james@now.ie>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id B7EEA16A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 25 Aug 2004 12:50:23 +0000 (GMT)
Received: from worf.kerna.com (worf.kerna.com [194.106.143.118])
	by mx1.FreeBSD.org (Postfix) with SMTP id BDFAA43D39
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 25 Aug 2004 12:50:22 +0000 (GMT)
	(envelope-from james@now.ie)
Received: (qmail 48343 invoked by uid 1012); 25 Aug 2004 12:50:27 -0000
Message-Id: <20040825125027.48342.qmail@bender.kerna.ie>
Date: 25 Aug 2004 12:50:27 -0000
From: James Raftery <james@now.ie>
Reply-To: James Raftery <james@now.ie>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [patch] Mention `NONE' in sendmail_enable comment in defaults/rc.conf
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>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:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 25 13:00:42 GMT 2004
>Closed-Date:    Wed Aug 25 13:58:57 GMT 2004
>Last-Modified:  Wed Aug 25 13:58:57 GMT 2004
>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:

From: Maxim Konovalov <maxim@macomnet.ru>
To: James Raftery <james@now.ie>
Cc: bug-followup@freebsd.org
Subject: Re: conf/70938: [patch] Mention `NONE' in sendmail_enable comment
 in defaults/rc.conf
Date: Wed, 25 Aug 2004 17:10:35 +0400 (MSD)

 From rc.sendmail(8):
 
 : The ``NONE'' option is deprecated and should not be
 : used.  It will be removed in a future release.
 
 I don't think it is a good idea to mention a deprecated feature.
 Whait is your opinion?
 
 -- 
 Maxim Konovalov

From: James Raftery <james@now.ie>
To: Maxim Konovalov <maxim@macomnet.ru>
Cc: bug-followup@freebsd.org
Subject: Re: conf/70938: [patch] Mention `NONE' in sendmail_enable comment in defaults/rc.conf
Date: Wed, 25 Aug 2004 14:39:55 +0100

 On Wed, Aug 25, 2004 at 05:10:35PM +0400, Maxim Konovalov wrote:
 > I don't think it is a good idea to mention a deprecated feature.
 > Whait is your opinion?
 
 Oops - I didn't realise that `NONE' had been deprecated. I agree with
 you. It's best to leave it out. Please close the PR.
 
 
 Thanks,
 james
 -- 
 Time flies like an arrow. Fruit flies like bananas.
State-Changed-From-To: open->closed 
State-Changed-By: maxim 
State-Changed-When: Wed Aug 25 13:57:51 GMT 2004 
State-Changed-Why:  
According to rc.sendmail(8) sendmail_enable="NONE" is depracated. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=70938 
>Unformatted:
