diff options
author | Bruce M Simpson <bms@FreeBSD.org> | 2008-01-03 12:25:40 +0000 |
---|---|---|
committer | Bruce M Simpson <bms@FreeBSD.org> | 2008-01-03 12:25:40 +0000 |
commit | 86456aaef795c68163a95b68c48dd62166f3f1dc (patch) | |
tree | 3ac0532c2c756421f3eff610ff05b495bdb06431 /net | |
parent | b314f34f79877582318f39e659c6936c7cac8ab5 (diff) | |
download | ports-86456aaef795c68163a95b68c48dd62166f3f1dc.tar.gz ports-86456aaef795c68163a95b68c48dd62166f3f1dc.zip |
Notes
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 |