From hsn@sendmail.cz  Sat Sep 15 11:37:37 2007
Return-Path: <hsn@sendmail.cz>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 20ED616A419;
	Sat, 15 Sep 2007 11:37:37 +0000 (UTC)
	(envelope-from hsn@sendmail.cz)
Received: from smtp-out4.iol.cz (smtp-out4.iol.cz [194.228.2.92])
	by mx1.freebsd.org (Postfix) with ESMTP id B77FC13C442;
	Sat, 15 Sep 2007 11:37:36 +0000 (UTC)
	(envelope-from hsn@sendmail.cz)
Received: from antivir6.iol.cz (unknown [192.168.30.215])
	by smtp-out4.iol.cz (Postfix) with ESMTP id 288F6163021;
	Sat, 15 Sep 2007 11:36:14 +0000 (UTC)
Received: from localhost (antivir6.iol.cz [127.0.0.1])
	by antivir6.iol.cz (Postfix) with ESMTP id B956A260037;
	Sat, 15 Sep 2007 13:36:12 +0200 (CEST)
Received: from antivir6.iol.cz ([127.0.0.1])
	by localhost (antivir6.iol.cz [127.0.0.1]) (amavisd-new, port 10224)
	with LMTP id SjBYJEblnXgf; Sat, 15 Sep 2007 13:36:12 +0200 (CEST)
Received: from smtp-out4.iol.cz (mta-out4 [192.168.30.31])
	by antivir6.iol.cz (Postfix) with ESMTP id 7C1DF26003B;
	Sat, 15 Sep 2007 13:36:12 +0200 (CEST)
Received: from sanatana.dharma (234.114.broadband5.iol.cz [88.100.114.234])
	by smtp-out4.iol.cz (Postfix) with ESMTP id 7C8F147E09;
	Sat, 15 Sep 2007 13:36:13 +0200 (CEST)
Received: from hsn-sf@localhost
	by sanatana.dharma (Exim 4.67_0 FreeBSD) id 1IWVw3-0005As-7s
	; Sat, 15 Sep 2007 13:35:40 +0200
Message-Id: <E1IWVw3-0005As-7s@sanatana.dharma>
Date: Sat, 15 Sep 2007 13:35:39 +0200
From: Radim Kolar SF.NET <hsn@sendmail.cz>
Sender: "Radim Kolar SF.NET" <hsn-sf@sanatana.iol.cz>
To: FreeBSD-gnats-submit@freebsd.org
Cc: bms@FreeBSD.org, hsn-sf@localhost.iol.cz
Subject: [PATCH] net/xorp: fix broken startup script
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         116367
>Category:       ports
>Synopsis:       [PATCH] net/xorp: fix broken startup script
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    bms
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Sep 15 11:40:01 GMT 2007
>Closed-Date:    Thu Jan 03 12:26:09 UTC 2008
>Last-Modified:  Thu Jan  3 12:30:04 UTC 2008
>Originator:     Radim Kolar SF.NET
>Release:        FreeBSD 6.2-RELEASE-p7 i386
>Organization:
>Environment:
System: FreeBSD sanatana.dharma 6.2-RELEASE-p7 FreeBSD 6.2-RELEASE-p7 #1: Fri Sep 14 00:17:40 CEST 2007
>Description:
startup script for xorp should work now

Port maintainer (bms@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- xorp-1.4_1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/net/xorp/Makefile /home/hsn/hacked/xorp/Makefile
--- /usr/ports/net/xorp/Makefile	Thu Mar 22 21:46:49 2007
+++ /home/hsn/hacked/xorp/Makefile	Sat Sep 15 13:32:00 2007
@@ -7,6 +7,7 @@
 
 PORTNAME=	xorp
 PORTVERSION=	1.4
+PORTREVISION=	1
 CATEGORIES=	net
 MASTER_SITES=	http://www.xorp.org/releases/${PORTVERSION}/	\
 		http://www2.xorp.org/releases/${PORTVERSION}/	\
diff -ruN --exclude=CVS /usr/ports/net/xorp/files/xorp.in /home/hsn/hacked/xorp/files/xorp.in
--- /usr/ports/net/xorp/files/xorp.in	Thu Nov  2 14:08:09 2006
+++ /home/hsn/hacked/xorp/files/xorp.in	Sat Sep 15 13:30:24 2007
@@ -23,9 +23,8 @@
 load_rc_config $name
 
 : ${xorp_enable="NO"}
-: ${xorp_config_boot="%%PREFIX%%/etc/xorp.conf.sample"}
+: ${xorp_config_boot="%%PREFIX%%/etc/xorp.conf"}
 : ${xorp_flags=""}
-: ${xorp_rtrmgr_pidfile="/var/run/xorp_rtrmgr.pid"}
 
 required_files=${xorp_config_boot}
 command=%%PREFIX%%/bin/xorp_rtrmgr
--- xorp-1.4_1.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->bms 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sat Sep 15 11:40:11 UTC 2007 
Responsible-Changed-Why:  
Over to maintainer 

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

From: Bruce M Simpson <bms@incunabulum.net>
To: freebsd-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: ports/116367: [PATCH] net/xorp: fix broken startup script
Date: Thu, 22 Nov 2007 13:06:09 +0000

 It's O.K. for other people to look at this if I don't get around to it.
State-Changed-From-To: open->closed 
State-Changed-By: bms 
State-Changed-When: Thu 3 Jan 2008 12:25:54 UTC 
State-Changed-Why:  
committed, thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/116367: commit references a PR
Date: Thu,  3 Jan 2008 12:25:45 +0000 (UTC)

 bms         2008-01-03 12:25:40 UTC
 
   FreeBSD ports repository (src committer)
 
   Modified files:
     net/xorp             Makefile 
     net/xorp/files       xorp.in 
   Log:
   Patch xorp.in startup script so that it may be used out-of-the-box.
   
   PR:             ports/116367
   Submitted by:   Radim Kolar
   
   Revision  Changes    Path
   1.9       +1 -0      ports/net/xorp/Makefile
   1.3       +2 -3      ports/net/xorp/files/xorp.in
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
