From nobody@FreeBSD.org  Sun Apr 22 08:04:00 2001
Return-Path: <nobody@FreeBSD.org>
Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP id 5C83837B422
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 22 Apr 2001 08:04:00 -0700 (PDT)
	(envelope-from nobody@FreeBSD.org)
Received: (from nobody@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f3MF40S54352;
	Sun, 22 Apr 2001 08:04:00 -0700 (PDT)
	(envelope-from nobody)
Message-Id: <200104221504.f3MF40S54352@freefall.freebsd.org>
Date: Sun, 22 Apr 2001 08:04:00 -0700 (PDT)
From: tplatt@nethampton.com
To: freebsd-gnats-submit@FreeBSD.org
Subject: sysinstall does not generate correct rc.conf when sendmail and inetd are disabled
X-Send-Pr-Version: www-1.0

>Number:         26770
>Category:       conf
>Synopsis:       sysinstall does not generate correct rc.conf when sendmail and inetd are disabled
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    eric
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Apr 22 08:10:03 PDT 2001
>Closed-Date:    Thu Sep 6 14:05:52 PDT 2001
>Last-Modified:  Thu Sep 06 14:06:10 PDT 2001
>Originator:     Timothy R. Platt
>Release:        4.3RC4
>Organization:
PLATTCO, LLC
>Environment:
FreeBSD  4.3-RC4 FreeBSD 4.3-RC4 #0: Tue Apr 17 13:31:48 GMT 2001     jkh@narf.osd.bsdi.com:/usr/src/sys/compile/GENERIC  i386

>Description:
When sendmail and inetd are disabled during sysinstall rc.conf is improperly amended.

Contents of /etc/rc.conf are as follows:

inetd_enable="NO"
inetd_enable="YES"
sendmail_enable="NO"
sendmail_enable="YES"

The improper amendment of the file causes both inetd and sendmail to be enabled by default.

>How-To-Repeat:
Disable inetd and sendmail during sysinstall.
>Fix:
Correct the script to replace the contents of these variables in the rc.conf file rather than amend the file.
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->jkh 
Responsible-Changed-By: dd 
Responsible-Changed-When: Sat Apr 28 20:06:10 PDT 2001 
Responsible-Changed-Why:  
Over to maintainer. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=26770 
Responsible-Changed-From-To: jkh->eric 
Responsible-Changed-By: jkh 
Responsible-Changed-When: Thu Aug 30 17:29:23 PDT 2001 
Responsible-Changed-Why:  
I'm running out of reasons, sorry., 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=26770 
State-Changed-From-To: open->analyzed 
State-Changed-By: murray 
State-Changed-When: Thu Sep 6 03:58:13 PDT 2001 
State-Changed-Why:  
I don't get this behavior when I run sysinstall from a running 4.4-RC 
system.  The proper entries are added to /etc/rc.conf after a : 

## --sysinstall generated deltas 

comment.  Are you still having problems with sysinstall?  Have you 
tried the 4.4 release candidates? 


http://www.FreeBSD.org/cgi/query-pr.cgi?pr=26770 
State-Changed-From-To: analyzed->closed 
State-Changed-By: murray 
State-Changed-When: Thu Sep 6 14:05:52 PDT 2001 
State-Changed-Why:  
submitted also thinks that this problem has been fixed now. 


http://www.FreeBSD.org/cgi/query-pr.cgi?pr=26770 
>Unformatted:
