From owner-freebsd-bugs Thu Aug 16 0:10: 8 2001 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 9523137B40A for ; Thu, 16 Aug 2001 00:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7G7A1s91885; Thu, 16 Aug 2001 00:10:01 -0700 (PDT) (envelope-from gnats) Received: from klingon.kabelfoon.nl (klingon.kabelfoon.nl [62.45.45.101]) by hub.freebsd.org (Postfix) with ESMTP id BB06437B418 for ; Thu, 16 Aug 2001 00:08:01 -0700 (PDT) (envelope-from root@kabelfoon.nl) Received: by klingon.kabelfoon.nl (Postfix, from userid 0) id 98CDB5D001; Thu, 16 Aug 2001 09:08:00 +0200 (CEST) Message-Id: <20010816070800.98CDB5D001@klingon.kabelfoon.nl> Date: Thu, 16 Aug 2001 09:08:00 +0200 (CEST) From: Hans Hoppe Reply-To: Hans Hoppe To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: conf/29764: sysinstall puts confusing message in /etc/rc.conf about 'this file' 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: 29764 >Category: conf >Synopsis: sysinstall puts confusing message in /etc/rc.conf about 'this file' >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Aug 16 00:10:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Hans Hoppe >Release: FreeBSD 4.3-STABLE i386 >Organization: Kabelfoon BV >Environment: System: FreeBSD klingon.kabelfoon.intern 4.3-STABLE FreeBSD 4.3-STABLE #6: Wed Jul 4 16:46:54 CEST 2001 kdhn@klingon.kabelfoon.intern:/usr/src/sys/compile/LDAP i386 >Description: /stand/sysinstall puts the following text in /etc/rc.conf: # This file now contains just the overrides from /etc/defaults/rc.conf # please make all changes to this file. There could be confusion whether 'this file' on the second line refers to /etc/defaults/rc.conf or /etc/rc.conf. >How-To-Repeat: Let sysinstall generate a /etc/rc.conf >Fix: Suggested diff for config.c: --- usr/src/release/sysinstall/config.c.orig Wed Jul 4 08:56:37 2001 +++ usr/src/release/sysinstall/config.c Thu Aug 16 08:49:25 2001 @@ -389,7 +389,7 @@ return; if (write_header) { fprintf(rcSite, "# This file now contains just the overrides from /etc/defaults/rc.conf\n"); - fprintf(rcSite, "# please make all changes to this file.\n\n"); + fprintf(rcSite, "# please make all changes to /etc/rc.conf.\n\n"); fprintf(rcSite, "# Enable network daemons for user convenience.\n"); if ((t_loc = time(NULL)) != -1 && (cp = ctime(&t_loc))) fprintf(rcSite, "# Created: %s", cp); >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message