Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Jul 2002 23:47:07 -0700
From:      Mike Makonnen <makonnen@pacbell.net>
To:        Hajimu UMEMOTO <ume@FreeBSD.ORG>
Cc:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   Re: cvs commit: src/etc rc.network6 src/etc/defaults rc.conf
Message-ID:  <20020717234707.22478b8c.makonnen@pacbell.net>
In-Reply-To: <200207180500.g6I50Isi053875@freefall.freebsd.org>
References:  <200207180500.g6I50Isi053875@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 17 Jul 2002 22:00:18 -0700 (PDT)
Hajimu UMEMOTO <ume@FreeBSD.ORG> 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020717234707.22478b8c.makonnen>