diff options
author | zi <zi@FreeBSD.org> | 2013-06-20 00:53:56 +0800 |
---|---|---|
committer | zi <zi@FreeBSD.org> | 2013-06-20 00:53:56 +0800 |
commit | 0c6e4233b1ab9eb3408169adb8b7c1c052666086 (patch) | |
tree | 154b17d08750519409c7546684a2179bae6026e4 | |
parent | ec228ce9d8a3d6dbd6aa5ba58ffb36e75a0c3f16 (diff) | |
download | freebsd-ports-gnome-0c6e4233b1ab9eb3408169adb8b7c1c052666086.tar.gz freebsd-ports-gnome-0c6e4233b1ab9eb3408169adb8b7c1c052666086.tar.zst freebsd-ports-gnome-0c6e4233b1ab9eb3408169adb8b7c1c052666086.zip |
- Fix rc script for new file location
- Bump PORTREVISION
Submitted by: Victor Sudakov <sudakov@sibptus.tomsk.ru>
-rw-r--r-- | net/exabgp/Makefile | 1 | ||||
-rw-r--r-- | net/exabgp/files/exabgp.in | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/net/exabgp/Makefile b/net/exabgp/Makefile index 15dcd5800e02..cb6589092fc3 100644 --- a/net/exabgp/Makefile +++ b/net/exabgp/Makefile @@ -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/ diff --git a/net/exabgp/files/exabgp.in b/net/exabgp/files/exabgp.in index 0645945c8208..3034a7ae993e 100644 --- a/net/exabgp/files/exabgp.in +++ b/net/exabgp/files/exabgp.in @@ -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" |