From sanpei@sanpei.org Fri May 28 09:13:18 1999
Return-Path: <sanpei@sanpei.org>
Received: from titanium.yy.ics.keio.ac.jp (titanium.yy.ics.keio.ac.jp [131.113.47.73])
	by hub.freebsd.org (Postfix) with ESMTP id 7CE6D14E2E
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 28 May 1999 09:13:11 -0700 (PDT)
	(envelope-from sanpei@sanpei.org)
Received: from lavender.sanpei.org (ppp115.dialup.st.keio.ac.jp [131.113.27.115])
	by titanium.yy.ics.keio.ac.jp (8.8.8+3.0Wbeta13/3.7W) with ESMTP id BAA17065
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 29 May 1999 01:13:04 +0900 (JST)
Received: (from sanpei@localhost)
	by lavender.sanpei.org (8.9.2/3.7W) id BAA00907;
	Sat, 29 May 1999 01:13:01 +0900 (JST)
Message-Id: <199905281613.BAA00907@lavender.sanpei.org>
Date: Sat, 29 May 1999 01:13:01 +0900 (JST)
From: sanpei@sanpei.org
Reply-To: sanpei@sanpei.org
To: FreeBSD-gnats-submit@freebsd.org
Subject: Problem about /stand/sysinstall and /etc/rc.conf
X-Send-Pr-Version: 3.2

>Number:         11913
>Category:       conf
>Synopsis:       Problem about /stand/sysinstall and /etc/rc.conf
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    jkh
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri May 28 09:20:01 PDT 1999
>Closed-Date:    Mon Dec 13 13:52:52 PST 1999
>Last-Modified:  Mon Dec 13 17:05:44 PST 1999
>Originator:     MIHIRA Yoshiro
>Release:        FreeBSD 3.2-RELEASE i386
>Organization:
Keio Univ.
>Environment:

	3.2-RELEASE i386 and 3.1-RELEASE i386

>Description:

  I like current configuration style, /etc/rc.conf and
/etc/default/rc.conf.  But /stand/sysinstall has some
problems. Please check and fix these.

1. illegal lines are added after sysinstall.

  Before /stand/sysinstall in /etc/rc.conf, if there is enable flags
for NFS client, like this.

nfs_client_enable="YES"

Execute sysinstall and select with below scenario.
	1) Select, Configure --> Networking --> NFS client
	2) NFS client was checked and already enabled
	3) push space key **twice** --> also NFS client is enabled 
	4) exit sysinstall

  After this, there is no changes about configuration in sysinstall,
but below lines are added to /etc/rc.conf.

# -- sysinstall generated deltas -- #
nfs_client_enable="YES"

2. no way to disable services via sysinstall

  If you want to disable service, erase check box via
sysinstall. But no lines is added or erased in /etc/rc.conf

  Before /stand/sysinstall, in /etc/rc.conf if there is enable flags
for NFS client like this.

nfs_client_enable="YES"

Execute sysinstall and select with below scenario.
	1) Select, Configure --> Networking --> NFS client
	2) NFS client was checked and already enabled
	2) push space key at **one** --> NFS client is disabled
	3) exit sysinstall

  After this, but there is no changes in /etc/rc.conf.

3.  Shotcut key problem

At Configuration Menu.

  +---------- FreeBSD Configuration Menu ------------------------------------+
    If you've already installed FreeBSD, you may use this menu to customize  |
    it somewhat to suit your particular configuration.  Most importantly,    (0x(B
    you can use the Packages utility to load extra "3rd party"               (0x(B
    software not provided in the base distributions.                         (0x(B
   +----------------------------------------------------------------------+
   (0x(B D Distributions    Install additional distribution sets              (0x(B
   (0x(B P Packages         Install pre-packaged software for FreeBSD         (0x(B
   (0x(B R Root Password    Set the system manager's password                 (0x(B
   (0x(B L Label            The disk Label editor                             (0x(B
   (0x(B F Fdisk            The disk Slice (PC-style partition) Editor        (0x(B
   (0x(B 1 User Management  Add user and group information                    (0x(B
   (0x(B 2 Console          Customize system console behavior                 (0x(B

Push 2 key to select `2 Console', but cursor jump to `P Packages'

>How-To-Repeat:

>Fix:
	


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->jkh 
Responsible-Changed-By: msmith 
Responsible-Changed-When: Wed Jun 23 17:22:48 PDT 1999 
Responsible-Changed-Why:  
Sysinstall.  Your favorite! 
State-Changed-From-To: open->closed 
State-Changed-By: jkh 
State-Changed-When: Mon Dec 13 13:52:52 PST 1999 
State-Changed-Why:  


Both bugs appear to be fixed now, thanks. 
>Unformatted:
