aboutsummaryrefslogtreecommitdiffstats
path: root/net/xorp
diff options
context:
space:
mode:
authorbms <bms@FreeBSD.org>2008-01-03 20:25:40 +0800
committerbms <bms@FreeBSD.org>2008-01-03 20:25:40 +0800
commit50936b9af688c588100956b82b6d33716d1e3365 (patch)
treec42846874d27fd603d06feefb9913519281427af /net/xorp
parent25373132d83fadccce95a163b6e19ae807cf4902 (diff)
downloadfreebsd-ports-gnome-50936b9af688c588100956b82b6d33716d1e3365.tar.gz
freebsd-ports-gnome-50936b9af688c588100956b82b6d33716d1e3365.tar.zst
freebsd-ports-gnome-50936b9af688c588100956b82b6d33716d1e3365.zip
Patch xorp.in startup script so that it may be used out-of-the-box.
PR: ports/116367 Submitted by: Radim Kolar
Diffstat (limited to 'net/xorp')
-rw-r--r--net/xorp/Makefile1
-rw-r--r--net/xorp/files/xorp.in3
2 files changed, 2 insertions, 2 deletions
diff --git a/net/xorp/Makefile b/net/xorp/Makefile
index 60cc8ff540e0..d1ee9115d643 100644
--- a/net/xorp/Makefile
+++ b/net/xorp/Makefile
@@ -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 --git a/net/xorp/files/xorp.in b/net/xorp/files/xorp.in
index abf1e0cddc46..13a3f8acd1c1 100644
--- a/net/xorp/files/xorp.in
+++ b/net/xorp/files/xorp.in
@@ -23,9 +23,8 @@ rcvar=`set_rcvar`
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