From owner-cvs-src@FreeBSD.ORG Sat Jun 28 22:15:58 2003 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 DEF8737B401; Sat, 28 Jun 2003 22:15:58 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 488ED44011; Sat, 28 Jun 2003 22:15:58 -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 h5T5Fw0U054828; Sat, 28 Jun 2003 22:15:58 -0700 (PDT) (envelope-from mtm@repoman.freebsd.org) Received: (from mtm@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h5T5FvZ6054827; Sat, 28 Jun 2003 22:15:57 -0700 (PDT) Message-Id: <200306290515.h5T5FvZ6054827@repoman.freebsd.org> From: Mike Makonnen Date: Sat, 28 Jun 2003 22:15:57 -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 Makefile NETWORKING atm2.sh ip6fw mrouted network2 network3 network_ipv6 routed 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: Sun, 29 Jun 2003 05:15:59 -0000 mtm 2003/06/28 22:15:57 PDT FreeBSD src repository Modified files: etc/rc.d Makefile NETWORKING atm2.sh ip6fw mrouted network2 network3 network_ipv6 routed Log: o Hookup rc.d/routing and rc.d/netoptions o Ensure rc.d/network2 and rc.d/network3 are not automatically run during boot o Modify script headers so rcorder(8) can put the two scripts in the correct sequence. Revision Changes Path 1.20 +2 -2 src/etc/rc.d/Makefile 1.6 +1 -1 src/etc/rc.d/NETWORKING 1.13 +1 -1 src/etc/rc.d/atm2.sh 1.3 +1 -1 src/etc/rc.d/ip6fw 1.5 +1 -1 src/etc/rc.d/mrouted 1.137 +1 -1 src/etc/rc.d/network2 1.138 +1 -1 src/etc/rc.d/network3 1.35 +1 -1 src/etc/rc.d/network_ipv6 1.6 +1 -1 src/etc/rc.d/routed