diff options
author | melifaro <melifaro@FreeBSD.org> | 2013-12-26 15:20:49 +0800 |
---|---|---|
committer | melifaro <melifaro@FreeBSD.org> | 2013-12-26 15:20:49 +0800 |
commit | 9f009576c81d604c7b6ff76910d81ef8626bd5d0 (patch) | |
tree | 73dc4d145d3dfb530533fce5b8962d65c74cf260 /net | |
parent | 1aa4640724b90c31fbf6401c50a32d6e387c9fcc (diff) | |
download | freebsd-ports-gnome-9f009576c81d604c7b6ff76910d81ef8626bd5d0.tar.gz freebsd-ports-gnome-9f009576c81d604c7b6ff76910d81ef8626bd5d0.tar.zst freebsd-ports-gnome-9f009576c81d604c7b6ff76910d81ef8626bd5d0.zip |
Add reload command.
PR: ports/185180
Submitted by: Radim Kolar <hsn@sendmail.cz>
Approved by: az
Diffstat (limited to 'net')
-rw-r--r-- | net/bird/Makefile | 2 | ||||
-rw-r--r-- | net/bird/files/bird.in | 2 | ||||
-rw-r--r-- | net/bird/files/bird6.in | 2 |
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"} |