From owner-freebsd-stable Thu Oct 19 3:20: 7 2000 Delivered-To: freebsd-stable@freebsd.org Received: from dsl-64-193-123-121.telocity.com (dsl-64-193-123-121.telocity.com [64.193.123.121]) by hub.freebsd.org (Postfix) with ESMTP id 9A1BD37B479 for ; Thu, 19 Oct 2000 03:20:04 -0700 (PDT) Received: (from root@localhost) by dsl-64-193-123-121.telocity.com (8.11.0/8.11.0) id e9J8SVl08666 for freebsd-stable@freebsd.org; Thu, 19 Oct 2000 03:28:31 -0500 (CDT) (envelope-from brueggma) Date: Thu, 19 Oct 2000 03:28:30 -0500 From: root To: freebsd-stable@freebsd.org Subject: /etc/defaluts/rc.conf Message-ID: <20001019032830.A99825@snoopie.yi.org> Reply-To: root@snoopie.yi.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello.. I was just wondering about an entry in /usr/src/UPDATING. I just cvsup'ed/mergemaster'ed today. The section in question is: 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" Thats fine.. but no entries in /etc/defaults/rc.conf have changed to reflect this entry. # egrep "inetd_enable|portmap_enable|sendmail_enable" /etc/defaults/rc.conf inetd_enable="YES" # Run the network daemon dispatcher (or NO). portmap_enable="YES" # Run the portmapper service (or NO). sendmail_enable="YES" # Run the sendmail daemon (or NO). # diff /usr/src/etc/defaults/rc.conf /etc/defaults/rc.conf # ls -la /usr/src/etc/defaults/rc.conf -rw-r--r-- 1 root wheel 17014 Sep 1 03:00 /usr/src/etc/defaults/rc.conf # ls -la /etc/defaults/rc.conf -rw-r--r-- 1 root wheel 17014 Sep 6 03:14 /etc/defaults/rc.conf Thanks, Eric Brueggmann To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message