From owner-freebsd-ports Thu Jun 21 8:55:18 2001 Delivered-To: freebsd-ports@freebsd.org Received: from white.imgsrc.co.jp (ns.imgsrc.co.jp [210.226.20.2]) by hub.freebsd.org (Postfix) with ESMTP id A7E3337B401 for ; Thu, 21 Jun 2001 08:55:14 -0700 (PDT) (envelope-from kuriyama@imgsrc.co.jp) Received: from waterblue.imgsrc.co.jp (kuriyama@waterblue.imgsrc.co.jp [210.226.20.160]) by white.imgsrc.co.jp (8.11.2/8.11.0) with ESMTP id f5LFt7b05758; Fri, 22 Jun 2001 00:55:09 +0900 (JST) Date: Fri, 22 Jun 2001 00:55:01 +0900 Message-ID: <7msngteskq.wl@waterblue.imgsrc.co.jp> From: Jun Kuriyama To: andreas_and_joe@tao.org.uk Cc: Ports Team Subject: zebra patch for ripngd User-Agent: Wanderlust/2.4.1 (Stand By Me) SEMI/1.13.7 (Awazu) FLIM/1.13.2 (Kasanui) MULE XEmacs/21.1 (patch 14) (Cuyahoga Valley) (i386--freebsd) MIME-Version: 1.0 (generated by SEMI 1.13.7 - "Awazu") Content-Type: multipart/mixed; boundary="Multipart_Fri_Jun_22_00:55:01_2001-1" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --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 // IMG SRC, Inc. // 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