From hsn@sendmail.cz  Wed Dec 25 18:29:01 2013
Return-Path: <hsn@sendmail.cz>
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id 473751EE
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 25 Dec 2013 18:29:01 +0000 (UTC)
Received: from ponto.amerinoc.com (unknown [IPv6:2002:4006:6cef::1])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id C075518D5
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 25 Dec 2013 18:29:00 +0000 (UTC)
Received: from fbsd9.localdomain ([198.18.0.2])
	(authenticated bits=128)
	by ponto.amerinoc.com (8.14.7/8.14.7) with ESMTP id rBPISgh6093353
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO);
	Wed, 25 Dec 2013 19:28:53 +0100 (CET)
	(envelope-from hsn@sendmail.cz)
Received: from fbsd9.localdomain (localhost [127.0.0.1])
	by fbsd9.localdomain (8.14.7/8.14.7) with ESMTP id rBPISfiS016400;
	Wed, 25 Dec 2013 19:28:41 +0100 (CET)
	(envelope-from hsn@fbsd9.localdomain)
Received: (from hsn@localhost)
	by fbsd9.localdomain (8.14.7/8.14.7/Submit) id rBPISeE7016399;
	Wed, 25 Dec 2013 19:28:40 +0100 (CET)
	(envelope-from hsn)
Message-Id: <201312251828.rBPISeE7016399@fbsd9.localdomain>
Date: Wed, 25 Dec 2013 19:28:40 +0100 (CET)
From: Radim Kolar <hsn@sendmail.cz>
To: FreeBSD-gnats-submit@freebsd.org
Cc: melifaro@ipfw.ru
Subject: [PATCH] net/bird: support reload command
X-Send-Pr-Version: 3.113
X-GNATS-Notify: melifaro@ipfw.ru

>Number:         185180
>Category:       ports
>Synopsis:       [PATCH] net/bird: support reload command
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    melifaro
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Dec 25 18:30:00 UTC 2013
>Closed-Date:    Thu Dec 26 07:29:41 UTC 2013
>Last-Modified:  Thu Dec 26 07:30:00 UTC 2013
>Originator:     Radim Kolar
>Release:        FreeBSD 10.0-RC1 i386
>Organization:
>Environment:
System: FreeBSD fbsd9.localdomain 10.0-RC1 FreeBSD 10.0-RC1 #0 r259101: Tue Dec 10 19:27:11 CET
>Description:
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)
>How-To-Repeat:
>Fix:

--- bird-1.4.0_2.patch begins here ---
diff -ruN /usr/ports/net/bird/Makefile ./Makefile
--- /usr/ports/net/bird/Makefile	2013-12-04 23:08:35.000000000 +0100
+++ ./Makefile	2013-12-25 19:26:56.738898751 +0100
@@ -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 -ruN /usr/ports/net/bird/files/bird.in ./files/bird.in
--- /usr/ports/net/bird/files/bird.in	2013-07-30 19:22:51.000000000 +0200
+++ ./files/bird.in	2013-12-25 19:25:31.106661337 +0100
@@ -24,6 +24,8 @@
 
 load_rc_config $name
 
+extra_commands="reload"
+
 : ${bird_enable="NO"}
 : ${bird_config="%%PREFIX%%/etc/bird.conf"}
 
diff -ruN /usr/ports/net/bird/files/bird6.in ./files/bird6.in
--- /usr/ports/net/bird/files/bird6.in	2013-12-04 23:08:35.000000000 +0100
+++ ./files/bird6.in	2013-12-25 19:26:46.187968528 +0100
@@ -29,4 +29,6 @@
 
 command_args="-c $bird6_config"
 
+extra_commands="reload"
+
 run_rc_command "$1"
--- bird-1.4.0_2.patch ends here ---

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Wed Dec 25 18:31:15 UTC 2013 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=185180 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: melifaro@ipfw.ru
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/185180: [PATCH] net/bird: support reload command
Date: Wed, 25 Dec 2013 18:31:14 UT

 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: feedback->closed 
State-Changed-By: melifaro 
State-Changed-When: Thu Dec 26 07:28:27 UTC 2013 
State-Changed-Why:  
Committed, thanks! 


Responsible-Changed-From-To: freebsd-ports-bugs->melifaro 
Responsible-Changed-By: melifaro 
Responsible-Changed-When: Thu Dec 26 07:28:27 UTC 2013 
Responsible-Changed-Why:  

http://www.freebsd.org/cgi/query-pr.cgi?pr=185180 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/185180: commit references a PR
Date: Thu, 26 Dec 2013 07:21:01 +0000 (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"
 
>Unformatted:
