From owner-cvs-all@FreeBSD.ORG Sat Sep 10 17:05:04 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org 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 B339B16A41F; Sat, 10 Sep 2005 17:05:04 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 88A5A43D4C; Sat, 10 Sep 2005 17:05:04 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8AH54l1056647; Sat, 10 Sep 2005 17:05:04 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8AH54qQ056646; Sat, 10 Sep 2005 17:05:04 GMT (envelope-from brooks) Message-Id: <200509101705.j8AH54qQ056646@repoman.freebsd.org> From: Brooks Davis Date: Sat, 10 Sep 2005 17:05:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/etc network.subr pccard_ether src/etc/rc.d netif X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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, 10 Sep 2005 17:05:04 -0000 brooks 2005-09-10 17:05:04 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) etc network.subr pccard_ether etc/rc.d netif Log: Sync network interface startup code with HEAD. etc/network.subr: 1.165-1.167 - kill removable_interfaces - add NOAUTO keyword - fix quoted entries in ifconfig_ variables - always up the interface - if ifconfig_ is defined, but empty, don't set it to ifconfig_DEFAULT - always configure lo0 first if it exists etc/pccard_ether: 1.46 - kill removable_interfaces - add NOAUTO keyword etc/rc.d/netif: 1.15-1.17 - block Ctrl-C in dhclient - minor cleanup of the interface list generation code Approved by: re (scottl) Requested by: many (death to removable_interfaces!) Revision Changes Path 1.164.2.1 +43 -8 src/etc/network.subr 1.45.2.1 +2 -2 src/etc/pccard_ether 1.14.2.1 +4 -4 src/etc/rc.d/netif