From owner-cvs-src@FreeBSD.ORG Wed Apr 28 06:20:24 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 5A85116A4D1; Wed, 28 Apr 2004 06:20:16 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E3C5B43D45; Wed, 28 Apr 2004 06:20:15 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3SDKFGe099491; Wed, 28 Apr 2004 06:20:15 -0700 (PDT) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3SDKFKO099490; Wed, 28 Apr 2004 06:20:15 -0700 (PDT) (envelope-from phk) Message-Id: <200404281320.i3SDKFKO099490@repoman.freebsd.org> From: Poul-Henning Kamp Date: Wed, 28 Apr 2004 06:20:15 -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 ipfw 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: Wed, 28 Apr 2004 13:20:24 -0000 phk 2004/04/28 06:20:15 PDT FreeBSD src repository Modified files: etc/rc.d ipfw netif Log: Protect som cross-script invocations by checks to see that the target script exists. This allows pruning of rc.d scripts without getting too many ugly boottime error message Revision Changes Path 1.8 +6 -2 src/etc/rc.d/ipfw 1.7 +4 -2 src/etc/rc.d/netif