Skip to content
Snippets Groups Projects
Commit 277800bd authored by Thomas Liske's avatar Thomas Liske
Browse files

community/birdwatcher: fix install of ipv6 initd

The initd for IPv6 was added but not installed in !63386.
parent 79d9372a
No related branches found
No related tags found
1 merge request!76824[3.20] community/birdwatcher: fix install of ipv6 initd
# Maintainer: Thomas Liske <thomas@fiasko-nw.net>
pkgname=birdwatcher
pkgver=2.2.5
pkgrel=6
pkgrel=7
pkgdesc="A JSON API for BIRD"
url="https://github.com/alice-lg/birdwatcher"
arch="all"
......@@ -33,6 +33,7 @@ package() {
# fix the default config for bird 2.x+
sed -i -e 's@birdc6@birdc@' -e 's@bird6.conf@bird.conf@' "$pkgdir"/etc/birdwatcher/birdwatcher.conf
install -Dm755 "$srcdir"/birdwatcher.initd "$pkgdir"/etc/init.d/birdwatcher
install -Dm755 "$srcdir"/birdwatcher6.initd "$pkgdir"/etc/init.d/birdwatcher6
}
sha512sums="
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment