From owner-freebsd-bugs Tue Oct 24 2:10: 8 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 1D80837B4D7 for ; Tue, 24 Oct 2000 02:10:04 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA51662; Tue, 24 Oct 2000 02:10:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from mail.XtremeDev.com (xtremedev.com [216.241.38.65]) by hub.freebsd.org (Postfix) with ESMTP id 016CD37B479 for ; Tue, 24 Oct 2000 02:05:56 -0700 (PDT) Received: by mail.XtremeDev.com (Postfix, from userid 1008) id CACA05BAD; Tue, 24 Oct 2000 03:05:54 -0600 (MDT) Message-Id: <20001024090554.CACA05BAD@mail.XtremeDev.com> Date: Tue, 24 Oct 2000 03:05:54 -0600 (MDT) From: freebsd@XtremeDev.com Reply-To: freebsd@XtremeDev.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: conf/22271: /usr/src/UPDATING does not reflect /etc/defaults/rc.conf Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 22271 >Category: conf >Synopsis: /usr/src/UPDATING does not reflect /etc/defaults/rc.conf >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 24 02:10:03 PDT 2000 >Closed-Date: >Last-Modified: >Originator: FreeBSD >Release: FreeBSD 4.1.1-STABLE i386 >Organization: >Environment: FreeBSD 4.1.1-STABLE >Description: /usr/src/UPDATING has: 20000907: Networking defaults have been tightened. Anybody upgrading /etc/defaults/rc.conf needs to add the following lines to /etc/rc.conf if they want to have the same setup afterwards (unless the variables already are set, of course): # Enable network daemons for user convenience. inetd_enable="YES" portmap_enable="YES" sendmail_enable="YES" And yet /etc/defaults/rc.conf still lists inetd_enable, portmap_enable, and sendmail_enable as "YES". It would appear an MFC never happened, and networking defaults was never "tightened." Should either UPDATING or /etc/defaults/rc.conf be changed before 4.2-RELEASE? >How-To-Repeat: A few lines down in /usr/src/UPDATING, and a simple grep of /etc/defaults/rc.conf will confirm. >Fix: Either change the relavant lines in /etc/defaults/rc.conf to "NO", or add an entry to /usr/src/UPDATING indicating the network defaults was actually never changed. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message