Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Jun 2013 16:53:56 +0000 (UTC)
From:      Ryan Steinmetz <zi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r321293 - in head/net/exabgp: . files
Message-ID:  <201306191653.r5JGruog092973@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: zi
Date: Wed Jun 19 16:53:56 2013
New Revision: 321293
URL: http://svnweb.freebsd.org/changeset/ports/321293

Log:
  - Fix rc script for new file location
  - Bump PORTREVISION
  
  Submitted by:	Victor Sudakov <sudakov@sibptus.tomsk.ru>

Modified:
  head/net/exabgp/Makefile
  head/net/exabgp/files/exabgp.in

Modified: head/net/exabgp/Makefile
==============================================================================
--- head/net/exabgp/Makefile	Wed Jun 19 16:49:25 2013	(r321292)
+++ head/net/exabgp/Makefile	Wed Jun 19 16:53:56 2013	(r321293)
@@ -3,6 +3,7 @@
 
 PORTNAME=	exabgp
 PORTVERSION=	3.1.11
+PORTREVISION=	1
 CATEGORIES=	net
 MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE} \
 		http://mirrors.rit.edu/zi/

Modified: head/net/exabgp/files/exabgp.in
==============================================================================
--- head/net/exabgp/files/exabgp.in	Wed Jun 19 16:49:25 2013	(r321292)
+++ head/net/exabgp/files/exabgp.in	Wed Jun 19 16:53:56 2013	(r321293)
@@ -24,7 +24,7 @@ pidfile=/var/run/${name}/${name}.pid
 
 required_files=${exabgp_conf}
 
-command="%%PYTHON_SITELIBDIR%%/${name}/application.py"
+command="%%PYTHON_SITELIBDIR%%/${name}/application/bgp.py"
 procname="%%PYTHON_CMD%%"
 
 start_cmd="exabgp_start"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306191653.r5JGruog092973>