Bug 185180 - [PATCH] net/bird: support reload command
Summary: [PATCH] net/bird: support reload command
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Alexander V. Chernikov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-25 18:30 UTC by Radim Kolar
Modified: 2013-12-26 07:30 UTC (History)
1 user (show)

See Also:


Attachments
bird-1.4.0_2.patch (991 bytes, patch)
2013-12-25 18:30 UTC, Radim Kolar
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Radim Kolar 2013-12-25 18:30:00 UTC
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)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-12-25 18:31:14 UTC
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
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2013-12-25 18:31:15 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-12-26 07:21:01 UTC
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"
Comment 4 Alexander V. Chernikov freebsd_committer freebsd_triage 2013-12-26 07:28:27 UTC
State Changed
From-To: feedback->closed

Committed, thanks! 


Comment 5 Alexander V. Chernikov freebsd_committer freebsd_triage 2013-12-26 07:28:27 UTC
Responsible Changed
From-To: freebsd-ports-bugs->melifaro