summaryrefslogtreecommitdiffstats
path: root/redhat/Makefile.am (follow)
Commit message (Collapse)AuthorAgeFilesLines
* build: non-recursive auxiliary directoriesDavid Lamparter2017-07-311-5/+0
| | | | | | | Flatten {m4,pkgsrc,python,redhat,snapcraft}/Makefile.am into the main one. Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
* redhat: Add frr.service file for redhat based systemd systems (using init ↵Martin Winter2017-04-181-1/+1
| | | | | | script) Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
* redhat: Add (combined) init.d script for FRR with daemon selection based on ↵Martin Winter2017-04-151-4/+1
| | | | | | | | | /etc/frr/daemons - Provide new frr init script - Remove separate per-deamon init.d scripts Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
* redhat: rename project from Quagga to FRRMartin Winter2017-01-061-2/+2
| | | | | | Rename all instances of Quagga to FRR in red hat package files Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
* watchfrr: Rename watchquagga -> watchfrrDonald Sharp2017-01-041-1/+1
| | | | Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
* distro/redhat: add mpls and ldpdRenato Westphal2016-09-231-1/+1
|
* redhat: Changes to allow Cumulus start/stop methodologyDonald Sharp2016-06-141-4/+4
| | | | | | | | | Change the redhat .spec and control files to allow redhat systemd interaction to be the same as the debian style. This will allow users to use Quagga consistently across platforms. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
* distro/redhat: Update to support CentOS/RHEL/Fedora, upstart/init/systemdMartin Winter2016-05-261-1/+3
| | | | | | | | | | | | | | | * redhat/quagga.spec.in: Update to support CentOS, RHEL and Fedora, and support the various init systems across different versions of these distros, e.g. upstart/init/systemd. Clean up various warnings from rpmlint. Remove configure options that are gone. A few edits and commit message by: Paul Jakma <paul.jakma@hpe.com> / <paul@jakma.org> (cherry picked from commit a5efdb60905049e1224a020b78dd9699bdd15b29)
* distro/redhat/rpm: remove with_ipv6, package pimd binary, remove pam stackPaul Jakma2016-05-261-1/+1
| | | | | | | | | | | * redhat/quagga.spec.in: remove with_ipv6, it should just be the norm now. The actual pimd binary wasn't being packaged, fix. Remove deprecated pam.stack support. * redhat/quagga.pam.stack: ancient, nuke. * Makefile.am: ditto (cherry picked from commit 283d5d7f2fa12c3d33dc17962154665a9993b2c5)
* Adding redhat init/service files to start pimdMartin Winter2016-05-261-1/+1
| | | | | | | | Added missing pimd.init (for RedHat/CentOS <= 6) and pimd.service (for RedHat/CentOS >= 7) Signed-off-by: Martin Winter <mwinter@opensourcerouting.org> (cherry picked from commit fca2c24ff21a9d837229bc40e462c6615e368123)
* quagga: remove babelDaniel Walton2016-02-111-1/+1
| | | | | | | | Ticket: CM-9274 Reviewed By: sharpd@cumulusnetworks.com Testing Done: <DETAILED DESCRIPTION (REPLACE)>
* redhat: add systemd service filesDavid Ward2012-05-011-3/+5
| | | | | | | | | * redhat/*.service: add systemd service file for each routing daemon * redhat/quagga.sysconfig: add comment about watchquagga and systemd * redhat/Makefile.am: add systemd service files to distribution Signed-off-by: David Ward <david.ward@ll.mit.edu> Signed-off-by: David Lamparter <equinox@diac24.net>
* redhat: update initscriptsDavid Ward2012-05-011-1/+1
| | | | | | | | | | | | | | | | Taken from Fedora packaging with additional fixes. * redhat/*.init: make all initscripts LSB-compliant; store the daemon configuration file location in $CONF_FILE, and perform existence testing before starting the daemon * redhat/babeld.init: add initscript for Babel routing engine * redhat/quagga.sysconfig: add command-line options for babeld; remove the daemon configuration file locations from $*_OPTS; clarify directions for configuring watchquagga * redhat/Makefile.am: add babeld.init to distribution Signed-off-by: David Ward <david.ward@ll.mit.edu> Signed-off-by: David Lamparter <equinox@diac24.net>
* - Makefile.am: quagga.pam.stack should be in distspaul2005-11-051-1/+1
| | | | | - quagga.spec.in: introduce dist variable to allow for differences e.g in buildreqs, pam config files. etc.
* 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-01-08 Paul Jakma <paul@dishone.st>paul2004-01-091-0/+4
* 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.