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:
parent
21996f077d
commit
4c71708ac7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=321293
@ -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/
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user