Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openwrt/routing.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/bird2
diff options
context:
space:
mode:
authorStijn Tintel <stijn@linux-ipv6.be>2022-04-27 11:20:26 +0300
committerStijn Tintel <stijn@linux-ipv6.be>2022-04-27 11:31:48 +0300
commit0fd4ed1d3e64ef554f46f2121ecc5f56b4b6977d (patch)
treef34ac9687ccd5f0ecaf3dab35b75aef0bdfdae52 /bird2
parentd929509b12aaa7bd140a64f6cb2a989403f99e02 (diff)
bird2: stop service early
The bird service needs to stop before network is stopped, otherwise it might not be able to cleanly terminate its sessions. Introduce STOP=10 as is used in the bird1 init scripts. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Diffstat (limited to 'bird2')
-rw-r--r--bird2/Makefile2
-rw-r--r--bird2/files/bird.init1
2 files changed, 2 insertions, 1 deletions
diff --git a/bird2/Makefile b/bird2/Makefile
index 9fee377..e8ee8f2 100644
--- a/bird2/Makefile
+++ b/bird2/Makefile
@@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=bird2
PKG_VERSION:=2.0.8
-PKG_RELEASE:=2
+PKG_RELEASE:=3
PKG_SOURCE:=bird-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=ftp://bird.network.cz/pub/bird
diff --git a/bird2/files/bird.init b/bird2/files/bird.init
index 5f7a442..3ac7be1 100644
--- a/bird2/files/bird.init
+++ b/bird2/files/bird.init
@@ -3,6 +3,7 @@
USE_PROCD=1
START=70
+STOP=10
BIRD_BIN="/usr/sbin/bird"
BIRD_CONF="/etc/bird.conf"