summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantin Shalygin2019-02-22 09:19:05 +0700
committerKonstantin Shalygin2019-02-22 09:19:05 +0700
commitd5d9effe08c670e2134b2a71526f36e513a84091 (patch)
tree8005f200407c82e28577f246f08935456109c4e6
parent00c36a582750cdf25088de1cf9e23ea651b6384c (diff)
downloadaur-d5d9effe08c670e2134b2a71526f36e513a84091.tar.gz
Fixed issue with daemons.conf file.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 74eefd36e535..e0ce13e329cf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Wed Jan 9 14:45:15 UTC 2019
+# Fri Feb 22 02:18:49 UTC 2019
pkgbase = frr
pkgdesc = FRRouting (quagga fork) supports BGP4, OSPFv2, OSPFv3, ISIS, RIP, RIPng, PIM, LDP, NHRP and EIGRP.
pkgver = 6.0.2
- pkgrel = 1
+ pkgrel = 3
url = https://frrouting.org/
arch = any
license = GPL2
diff --git a/PKGBUILD b/PKGBUILD
index 23ccfa5bb540..d71809682c7a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname='frr'
pkgver='6.0.2'
-pkgrel='1'
+pkgrel='3'
pkgdesc='FRRouting (quagga fork) supports BGP4, OSPFv2, OSPFv3, ISIS, RIP, RIPng, PIM, LDP, NHRP and EIGRP.'
arch=('any')
url="https://frrouting.org/"
@@ -61,7 +61,7 @@ package() {
sed -ri 's|/var/run/frr|/run/frr|g' "${pkgname}.logrotate"
sed -ri 's|/usr/lib/frr/|/usr/bin/|g' "${pkgname}.service"
install -Dm0644 "${pkgname}.logrotate" "${pkgdir}/etc/logrotate.d/${pkgname}"
- install -Dm0644 "daemons" "${pkgdir}/etc/frr/daemons"
+ install -Dm0644 "daemons" "${pkgdir}/etc/frr/daemons.conf"
install -Dm0644 "${pkgname}.pam" "${pkgdir}/etc/pam.d/${pkgname}"
install -Dm0644 "${pkgname}.service" "${pkgdir}/usr/lib/systemd/system/${pkgname}.service"
install -Dm0644 "${srcdir}/${pkgname}.tmpfiles" "${pkgdir}/usr/lib/tmpfiles.d/${pkgname}.conf"