From owner-freebsd-bugs Fri Jan 18 13:10: 7 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0923637B41C for ; Fri, 18 Jan 2002 13:10:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g0ILA1A26398; Fri, 18 Jan 2002 13:10:01 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8B73937B419 for ; Fri, 18 Jan 2002 13:05:59 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g0IL5xY25954; Fri, 18 Jan 2002 13:05:59 -0800 (PST) (envelope-from nobody) Message-Id: <200201182105.g0IL5xY25954@freefall.freebsd.org> Date: Fri, 18 Jan 2002 13:05:59 -0800 (PST) From: Antony To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: i386/34046: Sysinstall fails to read existing conf files Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 34046 >Category: i386 >Synopsis: Sysinstall fails to read existing conf files >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Jan 18 13:10:00 PST 2002 >Closed-Date: >Last-Modified: >Originator: Antony >Release: 4.4-release >Organization: >Environment: >Description: when using sysinstall during inastall and after to configure your system it is possible to make it write lines in config files that for example to disable something and then enable it. it seems sysinstall is not reading existing conf files and seeing if there is a line enabeling or disableing something. and good example is: SENDMAIL_ENABLE="NO" SENDMAIL_ENABLE="YES" taken from rc.conf after installing Freebsd on my system. this also happens to anything that you configure with sysinstall such as configuration of network interfaces or enabeling/disabeling services >How-To-Repeat: load up sysinstall and choose configure then networking then services ( i think) and enable sendmail. exit out of sysinstall and then do the same but disable sendmail. look in rc.conf and u will see that it has a line enabeling sendmail and the disabeling it which is quite pointless. This can also happen during the initial install of FreeBSDif u tell sendmail not to be enabled but it will still load on the first boot. >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message