1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00

- Fix rc script for new file location

- Bump PORTREVISION

Submitted by:	Victor Sudakov <sudakov@sibptus.tomsk.ru>
This commit is contained in:
Ryan Steinmetz 2013-06-19 16:53:56 +00:00
parent 21996f077d
commit 4c71708ac7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=321293
2 changed files with 2 additions and 1 deletions

View File

@ -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/

View File

@ -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"