From owner-cvs-all Wed Jul 7 5:49:53 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DA1F814C9B; Wed, 7 Jul 1999 05:49:50 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA31634; Wed, 7 Jul 1999 05:49:48 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199907071249.FAA31634@freefall.freebsd.org> From: Peter Wemm Date: Wed, 7 Jul 1999 05:49:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc rc.network src/etc/defaults rc.conf Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/07/07 05:49:48 PDT Modified files: etc rc.network etc/defaults rc.conf Log: Do away with ${network_interfaces} in rc.conf. Just use `ifconfig -l` to get a list of interfaces, and then automatically configure them if ${ifconfig_${ifn}} or /etc/start_if.${ifn} exists. This makes it a lot easier to deal with machines that constantly change their network configuration as you can leave ifconfig settings for all the possible cards - just the ones that are present will be configured. Revision Changes Path 1.48 +12 -3 src/etc/rc.network 1.16 +1 -2 src/etc/defaults/rc.conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message