diff --git a/init.d/net.lo.in b/init.d/net.lo.in index 5969beed..2f052ca6 100644 --- a/init.d/net.lo.in +++ b/init.d/net.lo.in @@ -545,7 +545,9 @@ start() [ -z "${config}" ] && break set -- ${config} - ebegin "$1" + if [ "$1" != "null" -a "$1" != "noop" ]; then + ebegin "$1" + fi eindent case "$1" in noop)