add support for configuration reload its highly importantant to have this for routing daemon Port maintainer (melifaro@ipfw.ru) is cc'd. Generated with FreeBSD Port Tools 0.99_11 (mode: change, diff: ports)
Maintainer of net/bird, Please note that PR ports/185180 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/185180 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Author: melifaro (src committer) Date: Thu Dec 26 07:20:49 2013 New Revision: 337473 URL: http://svnweb.freebsd.org/changeset/ports/337473 Log: Add reload command. PR: ports/185180 Submitted by: Radim Kolar <hsn@sendmail.cz> Approved by: az Modified: head/net/bird/Makefile head/net/bird/files/bird.in head/net/bird/files/bird6.in Modified: head/net/bird/Makefile ============================================================================== --- head/net/bird/Makefile Thu Dec 26 06:51:03 2013 (r337472) +++ head/net/bird/Makefile Thu Dec 26 07:20:49 2013 (r337473) @@ -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/ Modified: head/net/bird/files/bird.in ============================================================================== --- head/net/bird/files/bird.in Thu Dec 26 06:51:03 2013 (r337472) +++ head/net/bird/files/bird.in Thu Dec 26 07:20:49 2013 (r337473) @@ -24,6 +24,8 @@ command=%%PREFIX%%/sbin/${name} load_rc_config $name +extra_commands="reload" + : ${bird_enable="NO"} : ${bird_config="%%PREFIX%%/etc/bird.conf"} Modified: head/net/bird/files/bird6.in ============================================================================== --- head/net/bird/files/bird6.in Thu Dec 26 06:51:03 2013 (r337472) +++ head/net/bird/files/bird6.in Thu Dec 26 07:20:49 2013 (r337473) @@ -24,6 +24,8 @@ command=%%PREFIX%%/sbin/${name} load_rc_config $name +extra_commands="reload" + : ${bird6_enable="NO"} : ${bird6_config="%%PREFIX%%/etc/bird6.conf"} _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->closed Committed, thanks!
Responsible Changed From-To: freebsd-ports-bugs->melifaro