smcroute: fix runit service

This commit is contained in:
lemmi 2020-02-25 13:22:56 +01:00
parent 8293ca4ae6
commit b6ae18ebc6
3 changed files with 3 additions and 3 deletions

View file

@ -1 +0,0 @@
OPTS="-N"

View file

@ -2,4 +2,5 @@
[ -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}

View file

@ -1,7 +1,7 @@
# Template file for 'smcroute'
pkgname=smcroute
version=2.4.4
revision=1
revision=2
build_style=gnu-configure
configure_args="--enable-mrdisc"
hostmakedepends="pkg-config"