From owner-cvs-all@FreeBSD.ORG Fri Feb 9 12:11:27 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E872216A401; Fri, 9 Feb 2007 12:11:27 +0000 (UTC) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id D9ADE13C48E; Fri, 9 Feb 2007 12:11:27 +0000 (UTC) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l19CBRPB088977; Fri, 9 Feb 2007 12:11:27 GMT (envelope-from flz@repoman.freebsd.org) Received: (from flz@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l19CBRBZ088975; Fri, 9 Feb 2007 12:11:27 GMT (envelope-from flz) Message-Id: <200702091211.l19CBRBZ088975@repoman.freebsd.org> From: Florent Thoumie Date: Fri, 9 Feb 2007 12:11:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/etc/rc.d netif src/etc network.subr src/share/man/man5 rc.conf.5 src/etc/defaults rc.conf 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: Fri, 09 Feb 2007 12:11:28 -0000 flz 2007-02-09 12:11:27 UTC FreeBSD src repository Modified files: etc/rc.d netif etc network.subr share/man/man5 rc.conf.5 etc/defaults rc.conf Log: Add support for EtherChannel configuration to rc startup scripts. Note: This also deprecates "NO" as a way to specify an empty list of interfaces for gif_interfaces. PR: conf/104884 Submitted by: nork Harassed by: brd Discussed with: brooks, dougb Revision Changes Path 1.304 +5 -1 src/etc/defaults/rc.conf 1.177 +73 -10 src/etc/network.subr 1.22 +3 -0 src/etc/rc.d/netif 1.315 +28 -1 src/share/man/man5/rc.conf.5