Merge pull request #856 from stintel/bird

bird2: stop service early
This commit is contained in:
Toke Høiland-Jørgensen 2022-04-27 11:07:07 +02:00 committed by GitHub
commit 20621cf8a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=bird2 PKG_NAME:=bird2
PKG_VERSION:=2.0.8 PKG_VERSION:=2.0.8
PKG_RELEASE:=2 PKG_RELEASE:=3
PKG_SOURCE:=bird-$(PKG_VERSION).tar.gz PKG_SOURCE:=bird-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=ftp://bird.network.cz/pub/bird PKG_SOURCE_URL:=ftp://bird.network.cz/pub/bird

View file

@ -3,6 +3,7 @@
USE_PROCD=1 USE_PROCD=1
START=70 START=70
STOP=10
BIRD_BIN="/usr/sbin/bird" BIRD_BIN="/usr/sbin/bird"
BIRD_CONF="/etc/bird.conf" BIRD_CONF="/etc/bird.conf"