From owner-cvs-all@FreeBSD.ORG Tue May 22 17:41:10 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 A2C1C16A400; Tue, 22 May 2007 17:41:10 +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 7C0C913C45B; Tue, 22 May 2007 17:41:10 +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 l4MHfAhC083542; Tue, 22 May 2007 17:41:10 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from thompsa@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l4MHfA2V083537; Tue, 22 May 2007 17:41:10 GMT (envelope-from thompsa) Message-Id: <200705221741.l4MHfA2V083537@repoman.freebsd.org> From: Andrew Thompson Date: Tue, 22 May 2007 17:41:10 +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/sbin/ifconfig ifconfig.8 ifconfig.c 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: Tue, 22 May 2007 17:41:10 -0000 thompsa 2007-05-22 17:41:10 UTC FreeBSD src repository Modified files: sbin/ifconfig ifconfig.8 ifconfig.c Log: Add the -n flag for disabling automatic module loading, this will be used by rc.d to stop it reloading the network module on unload. Revision Changes Path 1.138 +8 -0 src/sbin/ifconfig/ifconfig.8 1.131 +10 -2 src/sbin/ifconfig/ifconfig.c