summaryrefslogtreecommitdiffstats
path: root/redhat
Commit message (Collapse)AuthorAgeFilesLines
* 2005-01-15 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2005-01-151-1/+2
| | | | | | | | * redhat/quagga.spec.in: Fix postun script to avoid misleading error message saying the postun scriptlet failed when watchquagga is not running. (pullup candidate)
* 2005-01-12 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2005-01-121-3/+38
| | | | | | | | | * redhat/quagga.spec.in: Pass --enable-gcc-rdynamic to configure to get gcc to link with -rdynamic for better backtraces. When the rpm is upgraded, the restart logic now works as follows: 1. stop watchquagga; 2. stop all routing daemons; 3. restart zebra if it was running; 4. start all routing daemons that were running; and 5. start watchquagga if it was running.
* 2004-12-22 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2004-12-231-1/+4
| | | | * redhat/quagga.spec.in: daemonv6_list should contain only IPv6 daemons.
* 2004-12-22 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2004-12-221-3/+11
| | | | | | * redhat/quagga.spec.in: Add watchquagga, and fix some other logic to make sure that all daemons are restarted on upgrades and stopped on package removal.
* 2004-12-22 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2004-12-221-0/+7
| | | | * redhat/quagga.sysconfig: Define some variables to support watchquagga.
* 2004-12-21 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2004-12-221-1/+1
| | | | * redhat/Makefile.am: Added watchquagga.init to EXTRA_DIST.
* 2004-12-21 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2004-12-221-0/+62
| | | | * redhat/watchquagga.init: New file, init script for watchquagga.
* 2004-11-10 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2004-11-101-0/+11
| | | | * redhat/quagga.spec.in: add comments showing how to get gcc verbosity
* - use makeinfo --html to generate quagga.htmlpaul2004-11-081-1/+4
|
* * Sun Nov 07 2004 Paul Jakma <paul@dishone.st>paul2004-11-071-0/+7
| | | | - Fix with_ipv6 set to 0 build
* - Add .arch-ids and .arch-inventory to cvsignore, to allow one to use archpaul2004-11-021-0/+2
| | | | with CVS trees.
* - lib/ dir shouldnt be conditional, remove bad dir attribute from dev filespaul2004-10-291-6/+6
|
* - andrew's service adding change to detect existing entries reliablyquagga.0.97.2.releasepaul2004-10-231-1/+2
|
* - update with andrew's modificationspaul2004-10-231-1/+12
| | | | - enable irdp by default again
* - From Andrew Schorr, fixup logrotate to use correct path to killallpaul2004-10-191-6/+6
| | | | and use the pid file.
* - ospfclient should be in -devel package, if anywhere.paul2004-10-081-3/+11
|
* - make specfile actually workpaul2004-10-071-4/+6
|
* * Wed Sep 15 2004 Paul Jakma <paul@dishone.st>paul2004-09-301-27/+59
| | | | | | | - build snmp support by default - build irdp support - build with shared libs - devel subpackage for archives and headers
* 2004-09-11 Paul Jakma <paul@dishone.st>paul2004-09-131-1/+6
| | | | | | * doc/quagga.texi: Update copyright. Contents should be at beginning of docs... * redhat/quagga.spec.in: wee keep_build define, to keep build dir.
* quagga.logrotate: remove generic weekly and nocompress optionspaul2004-08-192-15/+3
| | | | quagga.spec.in: build snmp support, update prequisites ucd-snmp to net-snmp
* enable irdppaul2004-07-281-0/+6
|
* 2004-07-20 Paul Jakma <paul@dishone.st>paul2004-07-201-1/+4
| | | | | * redhat/quagga.spec.in: update for shared lib install, *.la should be in -devel
* Fix stray dollar sign that had crept into OSPF6D_OPTS and prevented ospf6dpaul2004-06-061-1/+1
| | | | from starting.
* CVS ignore Linux NFS silly-delete .nfs* filespaul2004-06-061-0/+1
|
* Fix module path to use $ISA (needed to make vtysh work on, eg, FC2 x86_64)paul2004-06-061-10/+10
|
* 2004-05-04 Andrew J. Schorr <aschorr@telemetry-investments.com>quagga.0.96.5.releasepaul2004-05-041-6/+6
| | | | * redhat/quagga.logrotate: fix paths
* 2004-02-18 Paul Jakma <paul@dishone.st>paul2004-02-181-4/+0
| | | | | * redhat/quagga.spec.in: remove references to patch files which were accidently committed.
* Exclude Makefile and Makefile.injardin2004-01-101-0/+2
|
* 2004-01-08 Paul Jakma <paul@dishone.st>paul2004-01-093-6/+21
| | | | | | | | | * Makefile.am: as per gdt, specify the redhat dir as a DIST_SUBDIR, remove the redhat/... dist targets - instead these now go in.. redhat/Makefile.am: (new) proper place to describe redhat/ dist files, as well as allow quagga.spec to be regenerated properly. redhat/quagga.sysconfig: specify conf file location. redhat/quagga.spec.in: Add 2 patches to RPM build.
* 2003-12-30 Paul Jakma <paul@dishone.st>paul2003-12-309-58/+153
| | | | | | | | | | | * redhat/isisd.init: new file, init script for isisd. redhat/quagga.sysconfig: new file, sysconfig file for quagga initscripts. redhat/quagga.spec.in: various cleanups, including sysconfig patch from RH, fixed UID/GID as per RH EL, shell changed to /sbin/nologin, daemon vty's listen to 127.1 only per default and isisd packaged. redhat/*.init: sysconfig support and runlevels specified.
* Let's use 2608/tcp for isisd.jardin2003-12-231-0/+1
|
* 2003-11-02 Paul Jakma <paul@dishone.st>quagga.0.96.4.releasepaul2003-11-021-1/+0
| | | | | * redhat/quagga.spec.in: dont specify --with-cflags. rpmbuild sets CFLAGS.
* 2003-11-02 Paul Jakma <paul@dishone.st>paul2003-11-021-0/+5
| | | | | * redhat/quagga.spec.in: Install libzebra headers with -devel package.
* 2003-08-14 Paul Jakma <paul@dishone.st>paul2003-08-146-11/+11
| | | | * *.init: change /etc/zebra to /etc/quagga
* 2003-08-14 Paul Jakma <paul@dishone.st>paul2003-08-141-2/+2
| | | | * redhat/quagga.spec.in: change the vty group, zebravty -> quaggavty
* 2003-08-13 Paul Jakma <paul@dishone.st>quagga.0.96.releasepaul2003-08-131-8/+8
| | | | | * redhat/quagga.pam: comment out the per user config, doesnt work reliably as is - default to root only pam config.
* 2003-08-12 Paul Jakma <paul@dishone.st>paul2003-08-121-2/+2
| | | | * redhat/quagga.pam: zebra -> quagga
* 2003-08-12 Paul Jakma <paul@dishone.st>paul2003-08-124-46/+52
| | | | | * redhat/: zebra.{logrotate,pam,spec.in} -> quagga.{logrotate,pam,spec.in}.
* 2003-08-11: Paul Jakma <paul@dishone.st>paul2003-08-111-1/+1
| | | | | * redhat/zebra.spec.in: add missing wildcard for Kyle's previous fix.
* 2003-08-07 Kyle Gonzalez <kgonzale@redhat.com>paul2003-08-051-1/+4
| | | | | * redhat/zebra.spec.in: Fix errors for unpackaged files - fatal error for rpm builds on newer rpm platforms.
* 2003-07-15 Paul Jakma <paul@dishone.st>paul2003-07-151-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | * lib/version.h: add ZEBRA_URL (unused for now) * lib/vty.c: CMD_ERR_NOTHING_TODO when reading conf file should not be fatal. slight reformating. * ospfd/ospf_zebra.c: ignore reject/blackhole routes if zebra sends these type of routes. probably should be a new type of route to allow daemons to more easily choose whether to redistribute them - rathen than just a flag (eg for reject/blackhole). reorder the is_prefix_default test for ZEBRA_IPV4_ROUTE_DELETE to avoid the inverted test - slightly more readable. * redhat/zebra.spec.in: Add ospfapi port to services file, if with_ospfapi. * zebra/rib.h: Change nexthop types to an enum. * zebra/rt_netlink.c: run it through indent -nut. Add nexthop_types_desc[] descriptive array for nexthop types. (netlink_route_multipath) debug statements indicate which branch they are in and print out nexthop type. * zebra/zebra_rib.c: slight reformatting. * zebra/zebra_vty.c: Pass ZEBRA_FLAG_BLACKHOLE flag to static_add_ipv4() if Null0 route is configured. print out Null0 if STATIC_IPV4_BLACKHOLE route, and ignore flags (shouldnt be possible to set flags from vty) for config and show route.
* 2003-07-12 Paul Jakma <paul@dishone.st>paul2003-07-121-1/+1
| | | | * redhat/zebra.pam: Default to allow root
* 2003-06-04 Paul Jakma <paul@dishone.st>paul2003-06-042-12/+57
| | | | * Merge of zebra privileges
* Add .cvsignore for redhatmerge.zprivs.head.2paul2003-05-261-0/+1
|
* Autogenerate the redhat/zebra.spec file using autoconfpaul2003-05-201-2/+2
| | | | supplied VERSION and CONFDATE.
* define localstatedir for configurepaul2003-04-071-2/+3
|
* 2003-03-25 Paul Jakma <paul@dishone.st>paul2003-03-251-3/+17
| | | | | | | | * sync to latest zebra CVS * spec file: updated and added define for ospf-api/client NB: OSPF-API has been broken by the zebra.org changes, which has added struct ospf * as a new arg to many functions
* Add new zebra-devel packagepaul2003-03-181-2/+27
|
* Seperate out the contrib perl utils to a seperate package to avoid perlpaul2003-03-011-3/+19
| | | | dependencies in the main zebra package
* bump up version num in spec filepaul2003-02-131-2/+2
|