From owner-cvs-all@FreeBSD.ORG Sat Oct 30 13:44:06 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8FCEC16A4CE; Sat, 30 Oct 2004 13:44:06 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6FD9B43D39; Sat, 30 Oct 2004 13:44:06 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9UDi61R057366; Sat, 30 Oct 2004 13:44:06 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9UDi6FW057365; Sat, 30 Oct 2004 13:44:06 GMT (envelope-from pjd) Message-Id: <200410301344.i9UDi6FW057365@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Sat, 30 Oct 2004 13:44:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/etc network.subr src/etc/rc.d netif src/etc/defaults rc.conf src/share/man/man5 rc.conf.5 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Oct 2004 13:44:06 -0000 pjd 2004-10-30 13:44:06 UTC FreeBSD src repository Modified files: etc network.subr etc/rc.d netif etc/defaults rc.conf share/man/man5 rc.conf.5 Log: Allow to change interfaces name on boot time. Now, one should be able to put something like this into /etc/rc.conf: ifconfig_fxp0_name="net0" ifconfig_net0="inet 10.0.0.1/16" Reviewed by: green Revision Changes Path 1.227 +1 -0 src/etc/defaults/rc.conf 1.157 +21 -0 src/etc/network.subr 1.12 +3 -0 src/etc/rc.d/netif 1.233 +6 -0 src/share/man/man5/rc.conf.5