aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorHung-Yi Chen <gaod@hychen.org>2022-01-11 09:28:09 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2022-01-11 09:31:10 +0000
commita3f5513ce25ce2ad9576ac4e996fe960f32f482d (patch)
tree418b1fdcdaf792e98814f8f6ceb81251617bf7c8 /net
parent4e5199b24d3ffc38154b73a718d63ae73dd6ceeb (diff)
downloadports-a3f5513ce25ce2ad9576ac4e996fe960f32f482d.tar.gz
ports-a3f5513ce25ce2ad9576ac4e996fe960f32f482d.zip
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> (cherry picked from commit 9a61a97a87137ff512692f96aa93d5a3b1cfa8df)
Diffstat (limited to 'net')
-rw-r--r--net/babeld/Makefile1
-rw-r--r--net/babeld/files/babeld.in3
-rw-r--r--net/babeld/pkg-descr2
3 files changed, 3 insertions, 3 deletions
diff --git a/net/babeld/Makefile b/net/babeld/Makefile
index ae88baef900a..dc43dbc9efe3 100644
--- a/net/babeld/Makefile
+++ b/net/babeld/Makefile
@@ -3,6 +3,7 @@
PORTNAME= babeld
PORTVERSION= 1.10
DISTVERSIONPREFIX= ${PORTNAME}-
+PORTREVISION= 1
CATEGORIES= net
MAINTAINER= gaod@hychen.org
diff --git a/net/babeld/files/babeld.in b/net/babeld/files/babeld.in
index e1f078b7c035..bb3685e710fd 100644
--- a/net/babeld/files/babeld.in
+++ b/net/babeld/files/babeld.in
@@ -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"
-
diff --git a/net/babeld/pkg-descr b/net/babeld/pkg-descr
index 12b0f8641c49..7a38ad94d510 100644
--- a/net/babeld/pkg-descr
+++ b/net/babeld/pkg-descr
@@ -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/