diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/xorp/Makefile | 1 | ||||
-rw-r--r-- | net/xorp/files/xorp.in | 3 |
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 |