From owner-cvs-all@FreeBSD.ORG Thu May 17 01:50:46 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 D91C016A400; Thu, 17 May 2007 01:50:46 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id B0FF013C459; Thu, 17 May 2007 01:50:46 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l4H1okL3013669; Thu, 17 May 2007 01:50:46 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from thompsa@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l4H1ok6M013668; Thu, 17 May 2007 01:50:46 GMT (envelope-from thompsa) Message-Id: <200705170150.l4H1ok6M013668@repoman.freebsd.org> From: Andrew Thompson Date: Thu, 17 May 2007 01:50:46 +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/sbin/ifconfig Makefile ifconfig.8 src/share/man/man4 Makefile src/sys/conf NOTES files src/sys/modules Makefile 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: Thu, 17 May 2007 01:50:47 -0000 thompsa 2007-05-17 01:50:46 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sbin/ifconfig Makefile ifconfig.8 share/man/man4 Makefile sys/conf NOTES files sys/modules Makefile Log: Hook lagg(4) up to the build. Revision Changes Path 1.29.2.1 +1 -0 src/sbin/ifconfig/Makefile 1.95.2.24 +18 -1 src/sbin/ifconfig/ifconfig.8 1.320.2.30 +2 -0 src/share/man/man4/Makefile 1.1325.2.32 +1 -0 src/sys/conf/NOTES 1.1031.2.59 +2 -0 src/sys/conf/files 1.450.2.31 +1 -0 src/sys/modules/Makefile