summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/linux-igd/files')
-rw-r--r--net-misc/linux-igd/files/rc_upnpd2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/linux-igd/files/rc_upnpd b/net-misc/linux-igd/files/rc_upnpd
index 36f2e42c1cc8..108d49c54d6d 100644
--- a/net-misc/linux-igd/files/rc_upnpd
+++ b/net-misc/linux-igd/files/rc_upnpd
@@ -14,7 +14,7 @@ checkconfig() {
}
start() {
- checkconfig || exit
+ checkconfig || return 1
ebegin "Starting upnpd"
/sbin/route add -net 239.0.0.0 netmask 255.0.0.0 $INTERFACE
start-stop-daemon --start \