From owner-cvs-src@FreeBSD.ORG Fri Jul 30 17:19:45 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5AE1B16A4CE; Fri, 30 Jul 2004 17:19:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 39D8843D2D; Fri, 30 Jul 2004 17:19:45 +0000 (GMT) (envelope-from mtm@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 i6UHJZWT092884; Fri, 30 Jul 2004 17:19:35 GMT (envelope-from mtm@repoman.freebsd.org) Received: (from mtm@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6UHJZ94092883; Fri, 30 Jul 2004 17:19:35 GMT (envelope-from mtm) Message-Id: <200407301719.i6UHJZ94092883@repoman.freebsd.org> From: Mike Makonnen Date: Fri, 30 Jul 2004 17:19:35 +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 rc.subr src/etc/rc.d netif X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Jul 2004 17:19:45 -0000 mtm 2004-07-30 17:19:35 UTC FreeBSD src repository Modified files: etc rc.subr etc/rc.d netif Log: Finish cleanup of rc.d/netif. It's now possible to start/stop more than one interface from the command line: # /etc/rc.d/netif start bfe0 xl0 It's also possible to restart an interface(s): # /etc/rc.d/netif restart bfe0 This required some changes to rc.subr(8) so that if the start/stop commands are overidden the rest of the command line (after the start/stop/etc... cmd) is passed through to the subroutines. Revision Changes Path 1.10 +19 -10 src/etc/rc.d/netif 1.31 +13 -7 src/etc/rc.subr