diff options
author | paul <paul> | 2003-08-12 15:08:31 +0200 |
---|---|---|
committer | paul <paul> | 2003-08-12 15:08:31 +0200 |
commit | e8f2984c00d406781eff42db7afcdae5d5a6a366 (patch) | |
tree | f8b4da099e7f06c25a6b27c873c9897b935b91a2 /Makefile.am | |
parent | 2003-08-12 Paul Jakma <paul@dishone.st> (diff) | |
download | frr-e8f2984c00d406781eff42db7afcdae5d5a6a366.tar.xz frr-e8f2984c00d406781eff42db7afcdae5d5a6a366.zip |
2003-08-12 Paul Jakma <paul@dishone.st>
2003-08-12 Paul Jakma <paul@dishone.st>
* 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/
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 6d9d864ce..699c530ee 100644 --- a/Makefile.am +++ b/Makefile.am @@ -15,5 +15,5 @@ dist-hook: cp -p $(srcdir)/tools/*.el $(distdir)/tools cp -p $(srcdir)/tools/*.cgi $(distdir)/tools cp -p $(srcdir)/redhat/*.init $(distdir)/redhat - cp -p $(srcdir)/redhat/zebra.* $(distdir)/redhat + cp -p $(srcdir)/redhat/quagga.* $(distdir)/redhat rm -rf `find $(distdir)/doc -type d -name CVS` |