summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
Diffstat (limited to 'net')
-rw-r--r--net/ifwatchd.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/net/ifwatchd.sh b/net/ifwatchd.sh
index 44c6ea3..dbf05d3 100644
--- a/net/ifwatchd.sh
+++ b/net/ifwatchd.sh
@@ -54,7 +54,6 @@ ifwatchd_stop()
ebegin "Stopping ifwatchd on" "${IFACE}"
start-stop-daemon --stop --exec /usr/sbin/ifwatchd \
-- -c "${RC_LIBDIR}/sh/ifwatchd-carrier.sh" \
- -n "${RC_LIBDIR}/sh/ifwatchd-nocarrier.sh" "${IFACE}" \
- && return 0
+ -n "${RC_LIBDIR}/sh/ifwatchd-nocarrier.sh" "${IFACE}"
eend $?
}