From owner-freebsd-bugs Fri Oct 20 8: 0: 7 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3C00737B4CF for ; Fri, 20 Oct 2000 08:00:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA24129; Fri, 20 Oct 2000 08:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from odie.hrz.uni-bielefeld.de (odie.hrz.uni-bielefeld.de [129.70.5.87]) by hub.freebsd.org (Postfix) with ESMTP id B8D3837B479 for ; Fri, 20 Oct 2000 07:55:35 -0700 (PDT) Received: (from root@localhost) by odie.hrz.uni-bielefeld.de (8.9.3/8.9.3) id JAA00717; Fri, 20 Oct 2000 09:18:20 +0200 (CEST) (envelope-from root) Message-Id: <200010200718.JAA00717@odie.hrz.uni-bielefeld.de> Date: Fri, 20 Oct 2000 09:18:20 +0200 (CEST) From: lars.koeller@uni-bielefeld.de Reply-To: lars.koeller@uni-bielefeld.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: conf/22151: source mechanism of /etc/rc.conf* files Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 22151 >Category: conf >Synopsis: source mechanism of /etc/rc.conf* files >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Oct 20 08:00:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Charlie & >Release: FreeBSD 4.1.1-STABLE i386 >Organization: Computing Center, University of Bielefeld, Germany >Environment: FreeBSD 4.1.1-STABLE i386 >Description: Change of source of /etc/rc.conf /etc/rc.conf.local. The new mechnism breaks a lot of scripts, which based on the very usefull and good assumption, that sourcing of /etc/defaults/rc.conf also sources all the files specified in rc_conf_files! After the change that a call of source_rc_confs is necessary one has to do a lot of changing in many startup scripts. However it is an unnecessary dependency which could produce many trouble. Is there a goot reason to change this nice behaviour from 3.X to 4.X ? >How-To-Repeat: - >Fix: call source_rc_files in /etc/defaults/rc.conf >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message