aboutsummaryrefslogtreecommitdiff
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:30:07 +0000
commit9a61a97a87137ff512692f96aa93d5a3b1cfa8df (patch)
treeabc3d96ab645622de376f9178affc9a9fa30a776
parent7476f16950d6d354989513b545c08cc0865ca18a (diff)
downloadports-9a61a97a87137ff512692f96aa93d5a3b1cfa8df.tar.gz
ports-9a61a97a87137ff512692f96aa93d5a3b1cfa8df.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>
-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/