View | Details | Raw Unified | Return to bug 261094
Collapse All | Expand All

(-)b/net/babeld/Makefile (+1 lines)
Lines 2-7 Link Here
2
2
3
PORTNAME=	babeld
3
PORTNAME=	babeld
4
PORTVERSION=	1.10
4
PORTVERSION=	1.10
5
PORTREVISION=	1
5
DISTVERSIONPREFIX=	${PORTNAME}-
6
DISTVERSIONPREFIX=	${PORTNAME}-
6
CATEGORIES=	net
7
CATEGORIES=	net
7
8
(-)b/net/babeld/files/babeld.in (-2 / +1 lines)
Lines 27-33 extra_commands="reload" Link Here
27
: ${babeld_enable="NO"}
27
: ${babeld_enable="NO"}
28
: ${babeld_config="/usr/local/etc/babeld.conf"}
28
: ${babeld_config="/usr/local/etc/babeld.conf"}
29
29
30
command_args="-D -I /var/run/${name}.pid $babeld_config"
30
command_args="-D -I /var/run/${name}.pid -c $babeld_config"
31
31
32
run_rc_command "$1"
32
run_rc_command "$1"
33

Return to bug 261094