From owner-cvs-all Fri Mar 2 0:15:45 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AEDBC37B718; Fri, 2 Mar 2001 00:15:41 -0800 (PST) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f228Ffx90321; Fri, 2 Mar 2001 00:15:41 -0800 (PST) (envelope-from peter) Message-Id: <200103020815.f228Ffx90321@freefall.freebsd.org> From: Peter Wemm Date: Fri, 2 Mar 2001 00:15:41 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/sysinstall sysinstall.h tcpip.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG peter 2001/03/02 00:15:41 PST Modified files: usr.sbin/sysinstall sysinstall.h tcpip.c Log: Ack! I finally got annoyed enough to actually kill this. There is no need to manually force the network_interfaces variable in /etc/rc.conf, and it only ever gets in the way. rc.network and rc.network6 DTRT with the default of 'auto'. This should have died over a year ago. Revision Changes Path 1.202 +1 -2 src/usr.sbin/sysinstall/sysinstall.h 1.113 +1 -10 src/usr.sbin/sysinstall/tcpip.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message