net/babeld: Fix rc script to pass config file correctly
While here, update WWW PR: 261094 Reported by: Dennis Noordsij <dennis.noordsij@alumni.helsinki.fi>
This commit is contained in:
parent
7476f16950
commit
9a61a97a87
3 changed files with 3 additions and 3 deletions
|
@ -3,6 +3,7 @@
|
|||
PORTNAME= babeld
|
||||
PORTVERSION= 1.10
|
||||
DISTVERSIONPREFIX= ${PORTNAME}-
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net
|
||||
|
||||
MAINTAINER= gaod@hychen.org
|
||||
|
|
|
@ -27,7 +27,6 @@ extra_commands="reload"
|
|||
: ${babeld_enable="NO"}
|
||||
: ${babeld_config="/usr/local/etc/babeld.conf"}
|
||||
|
||||
command_args="-D -I /var/run/${name}.pid $babeld_config"
|
||||
command_args="-D -I /var/run/${name}.pid -c $babeld_config"
|
||||
|
||||
run_rc_command "$1"
|
||||
|
||||
|
|
|
@ -5,4 +5,4 @@ Cisco's EIGRP, but uses a variant of ETX
|
|||
link cost estimation rather than a simple
|
||||
hop-count metric.
|
||||
|
||||
WWW: http://www.pps.jussieu.fr/~jch/software/babel/
|
||||
WWW: https://www.irif.fr/~jch/software/babel/
|
||||
|
|
Loading…
Reference in a new issue