summaryrefslogtreecommitdiffstats
path: root/redhat/frr.logrotate (follow)
Commit message (Collapse)AuthorAgeFilesLines
* redhat: Add fabricd to RPM packageMartin Winter2018-09-051-0/+8
| | | | Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
* bfdd: wire to the build processRafael Zalamena2018-08-081-0/+7
| | | | | | | | | Add BFD daemon to the build process and packaging instructions. Currently the bfdd daemon does nothing, this is just to document how the daemon insertion step occured. Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
* Switch to using syslog for logging as the defaultDave Olson2017-07-311-0/+8
| | | | | | | | | | | | | | | | | | | | | | Switch to using syslog as the default logging mechanism, rather than the log file mechanism. Send SIGHUP to syslog (any process with syslog in the name) if they have files open in /var/log/frr/* (for debian, using lsof). For redhat, add sending HUP to any of the pids in /var/run/*syslog*pid, for /var/log/frr/frr.log Updated logrotate.d/frr to handle all the new daemons for debian; redhat already had them. Continue to send SIGUSR1 to all running frr daemons even when syslog is in use, in case logging has been switched from file to syslog or vice versa. For debian, accumulate all the PIDs and use a single kill command. Add /etc/rsyslogd.d/45-frr.conf to have all frr daemons (and tag frr) logs go to /var/log/frr/frr.log. If other syslog daemons are used, logs will go to default log file. Signed-off-by: Dave Olson <olson@cumulusnetworks.com>
* redhat: Cleanup more merge fixes and add nhrpd/eigrpd to red hat packageMartin Winter2017-06-061-0/+17
| | | | Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
* redhat: rename project from Quagga to FRRMartin Winter2017-01-061-0/+63
Rename all instances of Quagga to FRR in red hat package files Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>