diff options
author | Olivier Crête <tester@gentoo.org> | 2006-04-14 21:59:04 +0000 |
---|---|---|
committer | Olivier Crête <tester@gentoo.org> | 2006-04-14 21:59:04 +0000 |
commit | ea368c1a2c3fdcd95c6a6ae75c39f7201fdedc0b (patch) | |
tree | cd4d9df495a05f107a81316af5c75c5df7a0945a /net-misc/linux-igd/files | |
parent | Add patch to respect CFLAGS on FreeBSD, and don't use preplib that's no more ... (diff) | |
download | gentoo-2-ea368c1a2c3fdcd95c6a6ae75c39f7201fdedc0b.tar.gz gentoo-2-ea368c1a2c3fdcd95c6a6ae75c39f7201fdedc0b.tar.bz2 gentoo-2-ea368c1a2c3fdcd95c6a6ae75c39f7201fdedc0b.zip |
Fix init script according to bug #76010
(Portage version: 2.0.54)
Diffstat (limited to 'net-misc/linux-igd/files')
-rw-r--r-- | net-misc/linux-igd/files/rc_upnpd | 2 |
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 \ |