aboutsummaryrefslogtreecommitdiff
path: root/net/bird
diff options
context:
space:
mode:
authorAlexander V. Chernikov <melifaro@FreeBSD.org>2013-12-26 07:20:49 +0000
committerAlexander V. Chernikov <melifaro@FreeBSD.org>2013-12-26 07:20:49 +0000
commitb7ee07bbae96132759fb3ec2e472792959fc7167 (patch)
tree73dc4d145d3dfb530533fce5b8962d65c74cf260 /net/bird
parent9ff26af3d47f15e297f768980ea90c215d02635f (diff)
downloadports-b7ee07bbae96132759fb3ec2e472792959fc7167.tar.gz
ports-b7ee07bbae96132759fb3ec2e472792959fc7167.zip
Notes
Diffstat (limited to 'net/bird')
-rw-r--r--net/bird/Makefile2
-rw-r--r--net/bird/files/bird.in2
-rw-r--r--net/bird/files/bird6.in2
3 files changed, 5 insertions, 1 deletions
diff --git a/net/bird/Makefile b/net/bird/Makefile
index 37b1d85b3e5b..f134df4a058f 100644
--- a/net/bird/Makefile
+++ b/net/bird/Makefile
@@ -3,7 +3,7 @@
PORTNAME?= bird
PORTVERSION= 1.4.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net
MASTER_SITES= ftp://bird.network.cz/pub/bird/ \
http://bird.mpls.in/distfiles/bird/
diff --git a/net/bird/files/bird.in b/net/bird/files/bird.in
index fa15ad64dbd5..9b6bf8f9189d 100644
--- a/net/bird/files/bird.in
+++ b/net/bird/files/bird.in
@@ -24,6 +24,8 @@ command=%%PREFIX%%/sbin/${name}
load_rc_config $name
+extra_commands="reload"
+
: ${bird_enable="NO"}
: ${bird_config="%%PREFIX%%/etc/bird.conf"}
diff --git a/net/bird/files/bird6.in b/net/bird/files/bird6.in
index 2db7094cd5de..2a19e4a526df 100644
--- a/net/bird/files/bird6.in
+++ b/net/bird/files/bird6.in
@@ -24,6 +24,8 @@ command=%%PREFIX%%/sbin/${name}
load_rc_config $name
+extra_commands="reload"
+
: ${bird6_enable="NO"}
: ${bird6_config="%%PREFIX%%/etc/bird6.conf"}