From owner-cvs-all Thu Dec 23 10: 5: 5 1999 Delivered-To: cvs-all@freebsd.org Received: from gndrsh.dnsmgr.net (GndRsh.dnsmgr.net [198.145.92.4]) by hub.freebsd.org (Postfix) with ESMTP id A0CC015832; Thu, 23 Dec 1999 10:05:00 -0800 (PST) (envelope-from freebsd@gndrsh.dnsmgr.net) Received: (from freebsd@localhost) by gndrsh.dnsmgr.net (8.9.3/8.9.3) id KAA53761; Thu, 23 Dec 1999 10:04:59 -0800 (PST) (envelope-from freebsd) From: "Rodney W. Grimes" Message-Id: <199912231804.KAA53761@gndrsh.dnsmgr.net> Subject: Re: cvs commit: ports/net/zebra Makefile ports/net/zebra/files md5 In-Reply-To: <199912231431.GAA25186@freefall.freebsd.org> from Josef Karthauser at "Dec 23, 1999 06:31:40 am" To: joe@FreeBSD.org (Josef Karthauser) Date: Thu, 23 Dec 1999 10:04:59 -0800 (PST) Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > joe 1999/12/23 06:31:40 PST > > Modified files: > net/zebra Makefile > net/zebra/files md5 > Log: > Update to zebra-0.83a. > > Revision Changes Path > 1.28 +2 -2 ports/net/zebra/Makefile > 1.15 +1 -1 ports/net/zebra/files/md5 I sent this small niglet to the maintainer last night, but since you just made a change here you might want to review and apply this: --- zebra.sh.orig Thu Dec 23 01:54:45 1999 +++ zebra.sh Thu Dec 23 01:55:16 1999 @@ -30,7 +30,7 @@ echo -n ' ospfd' ) [ -f !!PREFIX!!/etc/zebra/bgpd.conf ] && ( \ !!PREFIX!!/sbin/bgpd > /dev/null 2>&1 & \ - echo -n ' ospfd' ) + echo -n ' bgpd' ) ;; stop) It rather bothers me that zebra startup says it started ``ospfd'' when I have bgpd configured :-) -- Rod Grimes - KD7CAX @ CN85sl - (RWG25) rgrimes@gndrsh.dnsmgr.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message