From owner-cvs-all@FreeBSD.ORG Fri Mar 5 00:03:05 2004 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 0555E16A4CE; Fri, 5 Mar 2004 00:03:05 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE06543D41; Fri, 5 Mar 2004 00:03:04 -0800 (PST) (envelope-from mtm@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 i25834Ge097610; Fri, 5 Mar 2004 00:03:04 -0800 (PST) (envelope-from mtm@repoman.freebsd.org) Received: (from mtm@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i25834gU097609; Fri, 5 Mar 2004 00:03:04 -0800 (PST) (envelope-from mtm) Message-Id: <200403050803.i25834gU097609@repoman.freebsd.org> From: Mike Makonnen Date: Fri, 5 Mar 2004 00:03:04 -0800 (PST) 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 routed 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: Fri, 05 Mar 2004 08:03:05 -0000 mtm 2004/03/05 00:03:04 PST FreeBSD src repository Modified files: etc/rc.d routed Log: When this script included NetBSD specific logic, the NetBSD branch included a start_precmd check for gated. The precommand was not executed in the FreeBSD branch. When I did a mass removal of NetBSD specific logic a while back this file apparently got only a partial treatement. This bug did not have any functional consequences, however, since the precommand was not declared to the rc.subr routines. Noticed by: pjd Revision Changes Path 1.9 +0 -11 src/etc/rc.d/routed