From owner-cvs-all@FreeBSD.ORG Sat Jun 28 22:09:49 2003 Return-Path: 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 E7A4337B401; Sat, 28 Jun 2003 22:09:49 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 34F3443FD7; Sat, 28 Jun 2003 22:09:49 -0700 (PDT) (envelope-from mtm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h5T59n0U051912; Sat, 28 Jun 2003 22:09:49 -0700 (PDT) (envelope-from mtm@repoman.freebsd.org) Received: (from mtm@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h5T59mTk051911; Sat, 28 Jun 2003 22:09:48 -0700 (PDT) Message-Id: <200306290509.h5T59mTk051911@repoman.freebsd.org> From: Mike Makonnen Date: Sat, 28 Jun 2003 22:09:48 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/etc/rc.d netoptions routing X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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: Sun, 29 Jun 2003 05:09:50 -0000 mtm 2003/06/28 22:09:48 PDT FreeBSD src repository Modified files: etc/rc.d netoptions routing Log: o Repocopied routing and netoptions from network2 and network3, respectively. o Change the provider names. o Separate routing into two parts: static routing and routing options. The start command will run both parts, but they can be run separately using the static and options command, respectively: (/etc/rc.d/routing static; /etc/rc.d/routing options) Revision Changes Path 1.138 +1 -1 src/etc/rc.d/netoptions 1.137 +23 -6 src/etc/rc.d/routing