Date: Sat, 15 Sep 2007 13:35:39 +0200 From: "Radim Kolar SF.NET" <hsn@sendmail.cz> To: FreeBSD-gnats-submit@FreeBSD.org Cc: hsn-sf@localhost.iol.cz, bms@FreeBSD.org Subject: ports/116367: [PATCH] net/xorp: fix broken startup script Message-ID: <E1IWVw3-0005As-7s@sanatana.dharma> Resent-Message-ID: <200709151140.l8FBe28c071152@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 116367 >Category: ports >Synopsis: [PATCH] net/xorp: fix broken startup script >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Sep 15 11:40:01 GMT 2007 >Closed-Date: >Last-Modified: >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: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1IWVw3-0005As-7s>