smcroute: fix runit service
This commit is contained in:
parent
8293ca4ae6
commit
b6ae18ebc6
3 changed files with 3 additions and 3 deletions
|
@ -1 +0,0 @@
|
||||||
OPTS="-N"
|
|
|
@ -2,4 +2,5 @@
|
||||||
|
|
||||||
[ -r conf ] && . ./conf
|
[ -r conf ] && . ./conf
|
||||||
|
|
||||||
exec smcrouted -n -s $OPTS
|
# use `-N` without a conf file to not grab all interfaces by default
|
||||||
|
exec smcrouted -n -s ${OPTS:--N}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'smcroute'
|
# Template file for 'smcroute'
|
||||||
pkgname=smcroute
|
pkgname=smcroute
|
||||||
version=2.4.4
|
version=2.4.4
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-mrdisc"
|
configure_args="--enable-mrdisc"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue