Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Dec 1999 10:04:59 -0800 (PST)
From:      "Rodney W. Grimes" <freebsd@gndrsh.dnsmgr.net>
To:        joe@FreeBSD.org (Josef Karthauser)
Cc:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: ports/net/zebra Makefile ports/net/zebra/files md5
Message-ID:  <199912231804.KAA53761@gndrsh.dnsmgr.net>
In-Reply-To: <199912231431.GAA25186@freefall.freebsd.org> from Josef Karthauser at "Dec 23, 1999 06:31:40 am"

next in thread | previous in thread | raw e-mail | index | archive | help
> 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




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