From e8f2984c00d406781eff42db7afcdae5d5a6a366 Mon Sep 17 00:00:00 2001 From: paul Date: Tue, 12 Aug 2003 13:08:31 +0000 Subject: 2003-08-12 Paul Jakma 2003-08-12 Paul Jakma * Makefile.am: redhat/zebra.* -> redhat/quagga.* * configure.ac: Bump autoconf prerequisite to 2.53. dist name zebra -> quagga. general Zebra -> Quagga where appropriate (ie not zebra daemon). User and group zebra->quagga. s/ZEBRA\(_VERSION\)/QUAGGA\1/. * bgpd/bgp_main.c: s/ZEBRA\(_VERSION\)/QUAGGA\1/ * lib/command.c: Update banners and s/ZEBRA\(_VERSION\)/QUAGGA\1/ * lib/print_version.c: ditto * lib/version.h: s/ZEBRA\(_VERSION\)/QUAGGA\1/ and bump version. Change ZEBRA_URL. * lib/smux.c: s/ZEBRA\(_VERSION\)/QUAGGA\1/ * lib/vty.h: Change Zebra.conf to Quagga.conf (integrated file) * ospf6d/ospf6{,_main}.c: s/ZEBRA\(_VERSION\)/QUAGGA\1/ * ospfd/ospf_main.c: s/ZEBRA\(_VERSION\)/QUAGGA\1/ --- bgpd/bgp_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bgpd/bgp_main.c') diff --git a/bgpd/bgp_main.c b/bgpd/bgp_main.c index ce4503d9..f3c2f3e1 100644 --- a/bgpd/bgp_main.c +++ b/bgpd/bgp_main.c @@ -305,7 +305,7 @@ main (int argc, char **argv) vty_serv_sock (vty_addr, vty_port, BGP_VTYSH_PATH); /* Print banner. */ - zlog_info ("BGPd %s starting: vty@%d, bgp@%d", ZEBRA_VERSION, + zlog_info ("BGPd %s starting: vty@%d, bgp@%d", QUAGGA_VERSION, vty_port, bm->port); /* Start finite state machine, here we go! */ -- cgit v1.2.1