Fix return display.

This commit is contained in:
Roy Marples 2008-07-09 13:36:37 +00:00
parent 53401cd35f
commit bdd8b150cd

View File

@ -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 $?
}