From owner-cvs-all Wed Jul 17 23:47:35 2002 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 7C17937B400; Wed, 17 Jul 2002 23:47:30 -0700 (PDT) Received: from mta7.pltn13.pbi.net (mta7.pltn13.pbi.net [64.164.98.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 239CF43E5E; Wed, 17 Jul 2002 23:47:30 -0700 (PDT) (envelope-from mtm@pacbell.net) Received: from kokeb.ambesa.net ([64.173.10.1]) by mta7.pltn13.pbi.net (iPlanet Messaging Server 5.1 (built May 7 2001)) with ESMTP id <0GZF00E11MV4BO@mta7.pltn13.pbi.net>; Wed, 17 Jul 2002 23:47:28 -0700 (PDT) Received: from kokeb.ambesa.net (tanstaafl@localhost [IPv6:::1]) by kokeb.ambesa.net (8.12.5/8.12.5) with ESMTP id g6I6l7rP086463; Wed, 17 Jul 2002 23:47:07 -0700 (PDT envelope-from mtm@kokeb.ambesa.net) Received: (from mtm@localhost) by kokeb.ambesa.net (8.12.5/8.12.5/Submit) id g6I6l7G2086462; Wed, 17 Jul 2002 23:47:07 -0700 (PDT) Date: Wed, 17 Jul 2002 23:47:07 -0700 From: Mike Makonnen Subject: Re: cvs commit: src/etc rc.network6 src/etc/defaults rc.conf In-reply-to: <200207180500.g6I50Isi053875@freefall.freebsd.org> To: Hajimu UMEMOTO Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Message-id: <20020717234707.22478b8c.makonnen@pacbell.net> MIME-version: 1.0 X-Mailer: Sylpheed version 0.7.8 (GTK+ 1.2.10; i386-portbld-freebsd5.0) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT References: <200207180500.g6I50Isi053875@freefall.freebsd.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, 17 Jul 2002 22:00:18 -0700 (PDT) Hajimu UMEMOTO wrote: > > 1.30 +12 -11 src/etc/rc.network6 > http://cvsweb.FreeBSD.org/src/etc/rc.network6.diff?r1=1.29&r2=1.30&f=h > In the future, if you're going to make any changes to the rc* scripts, please make them in rc.d as well. The following should do it for this commit. Cheers, Mike. Index: etc/rc.d/route6d =================================================================== RCS file: /home/ncvs/src/etc/rc.d/route6d,v retrieving revision 1.2 diff -u -r1.2 route6d --- etc/rc.d/route6d 13 Jun 2002 22:14:36 -0000 1.2 +++ etc/rc.d/route6d 18 Jul 2002 06:40:06 -0000 @@ -24,7 +24,6 @@ FreeBSD) rcvar="ipv6_router_enable" command="${ipv6_router:-/usr/sbin/${name}}" - required_vars="ipv6_gateway_enable" eval ${name}_flags=\"${ipv6_router_flags}\" ;; NetBSD) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message