From sanpei@sanpei.org  Mon Feb  1 07:16:20 1999
Received: from lily.sanpei.org (u3193.seaple.icc.ne.jp [203.140.43.193])
          by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA03657
          for <FreeBSD-gnats-submit@freebsd.org>; Mon, 1 Feb 1999 07:16:15 -0800 (PST)
          (envelope-from sanpei@sanpei.org)
Received: (from sanpei@localhost)
	by lily.sanpei.org (8.9.1+3.1W/3.7W) id AAA01537;
	Tue, 2 Feb 1999 00:16:06 +0900 (JST)
Message-Id: <199902011516.AAA01537@lily.sanpei.org>
Date: Tue, 2 Feb 1999 00:16:06 +0900 (JST)
From: MIHIRA Yoshiro <sanpei@sanpei.org>
Reply-To: sanpei@sanpei.org
To: FreeBSD-gnats-submit@freebsd.org
Subject: network interface name are removed from network_interfaces variable of /etc/rc.conf.site by sysinstall
X-Send-Pr-Version: 3.2

>Number:         9858
>Category:       bin
>Synopsis:       network interface name are removed from network_interfaces variable of /etc/rc.conf.site by sysinstall
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    jkh
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb  1 07:20:01 PST 1999
>Closed-Date:    Sat Mar 6 06:36:31 PST 1999
>Last-Modified:  Sat Mar  6 06:38:54 PST 1999
>Originator:     MIHIRA Yoshiro
>Release:        FreeBSD 2.2.6-RELEASE i386
>Organization:
Keio Univ.
>Environment:

3.0-19990127-SNAP from current.freebsd.org and
3.0-19990131-SNAP which is build in local

>Description:

        After sysinstall at multi-user-mode, some network interface name
        are missed in network_interfaces variable of /etc/rc.conf.site.

before sysinstall
network_interfaces="de0 lo0"

execute sysinstall, and select [Exit install]

after sysinstall
network_interfaces="lo0"

        If I add de0 to network_interfaces variable of ``/etc/rc.conf'',
        de0 is not missed in /etc/rc.conf.site :-<

        I guess that it is related to changes between 1.115 and 1.115.2.1
	of src/release/sysinstall/config.c.

	But, sorry, I can't find out problem code.

>How-To-Repeat:

crean-install FreeBSD-3.0-stable snapshot
and execute sysinstall after reboot.
or 
execute latest sysinstall with crean /etc/rc.conf(I guess)(I guess)(I guess)(I guess)(I guess)(I guess)(I guess)(I guess)(I guess).

>Fix:
	
	

>Release-Note:
>Audit-Trail:

From: MIHIRA Sanpei Yoshiro <sanpei@sanpei.org>
To: freebsd-gnats-submit@freebsd.org
Cc: sanpei@sanpei.org
Subject: Re: bin/9858: network interface name are removed from network_interfaces variable of /etc/rc.conf.site by sysinstall
Date: Fri, 05 Mar 1999 20:46:23 +0900

 This problem is solved before 3.1-RELEASE. 
 
 MIHIRA Yoshiro
 
State-Changed-From-To: open->closed 
State-Changed-By: sheldonh 
State-Changed-When: Sat Mar 6 06:36:31 PST 1999 
State-Changed-Why:  
Closed at originator's request. 


Responsible-Changed-From-To: freebsd-bugs->jkh 
Responsible-Changed-By: sheldonh 
Responsible-Changed-When: Sat Mar 6 06:36:31 PST 1999 
Responsible-Changed-Why:  
Sysinstall is Jordan's baby. 
>Unformatted:
