From owner-cvs-all@FreeBSD.ORG Fri Oct 28 16:07:53 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org 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 CB98416A41F; Fri, 28 Oct 2005 16:07:53 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B1A443D6A; Fri, 28 Oct 2005 16:07:52 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j9SG7qGD022877; Fri, 28 Oct 2005 16:07:52 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j9SG7qvF022876; Fri, 28 Oct 2005 16:07:52 GMT (envelope-from yar) Message-Id: <200510281607.j9SG7qvF022876@repoman.freebsd.org> From: Yar Tikhiy Date: Fri, 28 Oct 2005 16:07:52 +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/etc/rc.d NETWORKING ipfw ppp-user routing 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: Fri, 28 Oct 2005 16:07:54 -0000 yar 2005-10-28 16:07:52 UTC FreeBSD src repository Modified files: etc/rc.d NETWORKING ipfw ppp-user routing Log: Transforming "ppp-user" into just "ppp", step 1: The rcorder(8) condition PROVIDE'd by the script and REQUIRE'd by the others becomes "ppp". The ultimate goal of the transformation is to reduce confusion resulting from the fact that $name has been "ppp" already. Discussed with: pjd, -rc Revision Changes Path 1.10 +1 -1 src/etc/rc.d/NETWORKING 1.11 +1 -1 src/etc/rc.d/ipfw 1.9 +1 -1 src/etc/rc.d/ppp-user 1.142 +1 -1 src/etc/rc.d/routing