summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMounir Lamouri <volkmar@gentoo.org>2010-02-28 18:52:11 +0000
committerMounir Lamouri <volkmar@gentoo.org>2010-02-28 18:52:11 +0000
commit2d3b2c55a4a0a76802c9c5ed2180ccde1d5656c3 (patch)
treea37a4057384f175a8c04432e42ccea8bcc7b3216
parentAdd support for brief output mode, bug 292101. Remove intermediate version. (diff)
downloadgentoo-2-2d3b2c55a4a0a76802c9c5ed2180ccde1d5656c3.tar.gz
gentoo-2-2d3b2c55a4a0a76802c9c5ed2180ccde1d5656c3.tar.bz2
gentoo-2-2d3b2c55a4a0a76802c9c5ed2180ccde1d5656c3.zip
Exit correctly when probe is called.
Fix bug 228663. (Portage version: 15497-svn/cvs/Linux i686)
-rw-r--r--sys-apps/netplug/ChangeLog5
-rwxr-xr-xsys-apps/netplug/files/netplug1
2 files changed, 5 insertions, 1 deletions
diff --git a/sys-apps/netplug/ChangeLog b/sys-apps/netplug/ChangeLog
index 3b90737efb85..5817aebf6894 100644
--- a/sys-apps/netplug/ChangeLog
+++ b/sys-apps/netplug/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/netplug
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/netplug/ChangeLog,v 1.21 2010/02/22 09:50:14 volkmar Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/netplug/ChangeLog,v 1.22 2010/02/28 18:52:11 volkmar Exp $
+
+ 28 Feb 2010; Mounir Lamouri <volkmar@gentoo.org> files/netplug:
+ Exit correctly when probe is called. Fix bug 228663
*netplug-1.2.9.1 (22 Feb 2010)
diff --git a/sys-apps/netplug/files/netplug b/sys-apps/netplug/files/netplug
index 6ae0dcd1b542..9105656d9c57 100755
--- a/sys-apps/netplug/files/netplug
+++ b/sys-apps/netplug/files/netplug
@@ -39,6 +39,7 @@ case "${ACTION}" in
;;
probe)
# Do nothing as we should already be up
+ exit 0
;;
*)
echo "$0: wrong arguments" >&2