diff options
author | Roy Marples <roy@marples.name> | 2008-07-09 13:36:37 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2008-07-09 13:36:37 +0000 |
commit | bdd8b150cdd71e17996abc18889440b78592090e (patch) | |
tree | 97d78931b374dcb8e0efe608cc8b8cae9a92d66b | |
parent | 53401cd35f16066bbfae5f626ccc74f87cc4274e (diff) |
Fix return display.
-rw-r--r-- | net/ifwatchd.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/ifwatchd.sh b/net/ifwatchd.sh index 44c6ea31..dbf05d3d 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 $? } |