mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-06 23:29:36 +00:00
2004-01-08 Paul Jakma <paul@dishone.st>
* 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.
This commit is contained in:
parent
b27900b7c0
commit
00bc560322
@ -1,3 +1,12 @@
|
|||||||
|
2004-01-08 Paul Jakma <paul@dishone.st>
|
||||||
|
|
||||||
|
* 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>
|
2003-12-30 Paul Jakma <paul@dishone.st>
|
||||||
|
|
||||||
* redhat/isisd.init: new file, init script for isisd.
|
* redhat/isisd.init: new file, init script for isisd.
|
||||||
|
@ -1,15 +1,14 @@
|
|||||||
## Process this file with automake to produce Makefile.in.
|
## Process this file with automake to produce Makefile.in.
|
||||||
|
|
||||||
SUBDIRS = lib @ZEBRA@ @BGPD@ @RIPD@ @RIPNGD@ @OSPFD@ @OSPF6D@ \
|
SUBDIRS = lib @ZEBRA@ @BGPD@ @RIPD@ @RIPNGD@ @OSPFD@ @OSPF6D@ \
|
||||||
@ISISD@ @VTYSH@ @OSPFCLIENT@ doc
|
@ISISD@ @VTYSH@ @OSPFCLIENT@ redhat doc
|
||||||
|
|
||||||
DIST_SUBDIRS = lib zebra bgpd ripd ripngd ospfd ospf6d vtysh \
|
DIST_SUBDIRS = lib zebra bgpd ripd ripngd ospfd ospf6d vtysh \
|
||||||
ospfclient doc \
|
ospfclient doc \
|
||||||
isisd
|
isisd
|
||||||
|
|
||||||
EXTRA_DIST = aclocal.m4 SERVICES TODO REPORTING-BUGS vtysh/Makefile.in \
|
EXTRA_DIST = aclocal.m4 SERVICES TODO REPORTING-BUGS vtysh/Makefile.in \
|
||||||
vtysh/Makefile.am update-autotools doc/mpls \
|
vtysh/Makefile.am update-autotools doc/mpls
|
||||||
redhat/quagga.* redhat/*.init
|
|
||||||
|
|
||||||
dist-hook:
|
dist-hook:
|
||||||
mkdir $(distdir)/tools
|
mkdir $(distdir)/tools
|
||||||
|
4
redhat/Makefile.am
Normal file
4
redhat/Makefile.am
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
|
||||||
|
EXTRA_DIST = quagga.pam quagga.sysconfig quagga.spec quagga.logrotate \
|
||||||
|
zebra.init ripd.init ospfd.init ripngd.init ospf6d.init bgpd.init \
|
||||||
|
isisd.init
|
@ -42,6 +42,8 @@ Release: @CONFDATE@01
|
|||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
Source0: http://www.quagga.net/snapshots/cvs/%{name}-%{version}.tar.gz
|
Source0: http://www.quagga.net/snapshots/cvs/%{name}-%{version}.tar.gz
|
||||||
|
Patch0: quagga-ospfd-dump-nsm-ignore.diff
|
||||||
|
Patch1: quagga-ospfd-iface-config-persist.diff
|
||||||
URL: http://www.quagga.net
|
URL: http://www.quagga.net
|
||||||
%if %with_snmp
|
%if %with_snmp
|
||||||
BuildRequires: ucd-snmp-devel
|
BuildRequires: ucd-snmp-devel
|
||||||
@ -90,6 +92,8 @@ developing OSPF-API and quagga applications.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
%patch0 -p0 -b .dump_nsm
|
||||||
|
%patch0 -p1 -b .iface_persist
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure \
|
%configure \
|
||||||
@ -292,6 +296,11 @@ fi
|
|||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jan 08 2004 Paul Jakma <paul@dishone.st>
|
||||||
|
- updated sysconfig files to specify local dir
|
||||||
|
- added ospf_dump.c crash quick fix patch
|
||||||
|
- added ospfd persistent interface configuration patch
|
||||||
|
|
||||||
* Tue Dec 30 2003 Paul Jakma <paul@dishone.st>
|
* Tue Dec 30 2003 Paul Jakma <paul@dishone.st>
|
||||||
- sync to CVS
|
- sync to CVS
|
||||||
- integrate RH sysconfig patch to specify daemon options (RH)
|
- integrate RH sysconfig patch to specify daemon options (RH)
|
||||||
|
@ -1,9 +1,11 @@
|
|||||||
#
|
#
|
||||||
# Default: Bind all daemon vtys to the loopback(s) only
|
# Default: Bind all daemon vtys to the loopback(s) only
|
||||||
#
|
#
|
||||||
BGPD_OPTS="-A 127.0.0.1"
|
QCONFDIR="/etc/quagga"
|
||||||
OSPF6D_OPTS="-A ::1"
|
BGPD_OPTS="-A 127.0.0.1 -f ${QCONFDIR}/bgpd.conf"
|
||||||
OSPFD_OPTS="-A 127.0.0.1"
|
OSPF6D_OPTS="-A ::1$ -f ${QCONFDIR}/ospf6d.conf"
|
||||||
RIPD_OPTS="-A 127.0.0.1"
|
OSPFD_OPTS="-A 127.0.0.1 -f ${QCONFDIR}/ospfd.conf"
|
||||||
RIPNGD_OPTS="-A ::1"
|
RIPD_OPTS="-A 127.0.0.1 -f ${QCONFDIR}/ripd.conf"
|
||||||
ZEBRA_OPTS="-A 127.0.0.1"
|
RIPNGD_OPTS="-A ::1 -f ${QCONFDIR}/ripngd.conf"
|
||||||
|
ZEBRA_OPTS="-A 127.0.0.1 -f ${QCONFDIR}/zebra.conf"
|
||||||
|
ISISD_OPTS="-A ::1 -f ${QCONFDIR}/isisd.conf"
|
||||||
|
Loading…
Reference in New Issue
Block a user