summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-07-09 13:36:37 +0000
committerRoy Marples <roy@marples.name>2008-07-09 13:36:37 +0000
commitbdd8b150cdd71e17996abc18889440b78592090e (patch)
tree97d78931b374dcb8e0efe608cc8b8cae9a92d66b /net
parent53401cd35f16066bbfae5f626ccc74f87cc4274e (diff)
downloadopenrc-bdd8b150cdd71e17996abc18889440b78592090e.tar.gz
openrc-bdd8b150cdd71e17996abc18889440b78592090e.tar.bz2
openrc-bdd8b150cdd71e17996abc18889440b78592090e.tar.xz
Fix return display.
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 $?
}