diff options
Diffstat (limited to 'net/ifwatchd.sh')
-rw-r--r-- | net/ifwatchd.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ifwatchd.sh b/net/ifwatchd.sh index d9da15eb..4e6b1c63 100644 --- a/net/ifwatchd.sh +++ b/net/ifwatchd.sh @@ -50,7 +50,7 @@ ifwatchd_stop() -- -c "${RC_LIBEXECDIR}/sh/ifwatchd-carrier.sh" \ -n "${RC_LIBEXECDIR}/sh/ifwatchd-nocarrier.sh" "${IFACE}" \ || return 0 - + ebegin "Stopping ifwatchd on" "${IFACE}" start-stop-daemon --stop --exec /usr/sbin/ifwatchd \ -- -c "${RC_LIBEXECDIR}/sh/ifwatchd-carrier.sh" \ |