Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Jun 2001 00:55:01 +0900
From:      Jun Kuriyama <kuriyama@imgsrc.co.jp>
To:        andreas_and_joe@tao.org.uk
Cc:        Ports Team <ports@FreeBSD.org>
Subject:   zebra patch for ripngd
Message-ID:  <7msngteskq.wl@waterblue.imgsrc.co.jp>

next in thread | raw e-mail | index | archive | help
--Multipart_Fri_Jun_22_00:55:01_2001-1
Content-Type: text/plain; charset=US-ASCII


How about adding ripngd into zebractl.sh?


-- 
Jun Kuriyama <kuriyama@imgsrc.co.jp> // IMG SRC, Inc.
             <kuriyama@FreeBSD.org> // FreeBSD Project

--Multipart_Fri_Jun_22_00:55:01_2001-1
Content-Type: application/octet-stream; type=patch
Content-Disposition: attachment; filename="zebra.diff"
Content-Transfer-Encoding: 7bit

Index: zebractl.sh
===================================================================
RCS file: /home/ncvs/ports/net/zebra/files/zebractl.sh,v
retrieving revision 1.6
diff -u -r1.6 zebractl.sh
--- zebractl.sh	2001/03/22 22:31:17	1.6
+++ zebractl.sh	2001/06/21 15:52:08
@@ -31,12 +31,15 @@
 			&& !!PREFIX!!/sbin/ospfd -d && echo -n ' ospfd'
 		[ -f !!PREFIX!!/etc/zebra/bgpd.conf ] \
 			&& !!PREFIX!!/sbin/bgpd -d && echo -n ' bgpd'
+		[ -f !!PREFIX!!/etc/zebra/ripngd.conf ] \
+			&& !!PREFIX!!/sbin/ripngd -d && echo -n ' ripngd'
 		;;
 
 	stop)
 		[ -f !!PREFIX!!/etc/zebra/ripd.conf ] && killall ripd
 		[ -f !!PREFIX!!/etc/zebra/ospfd.conf ] && killall ospfd
 		[ -f !!PREFIX!!/etc/zebra/bgpd.conf ] && killall bgpd
+		[ -f !!PREFIX!!/etc/zebra/ripngd.conf ] && killall ripngd
 		[ -f !!PREFIX!!/etc/zebra/zebra.conf ] &&  killall zebra
 		;;
 	restart)

--Multipart_Fri_Jun_22_00:55:01_2001-1--

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?7msngteskq.wl>