public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Tomas Chvatal (scarabeus)" <scarabeus@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in eclass: virtualx.eclass
Date: Sun, 13 Mar 2011 19:37:28 +0000 (UTC)	[thread overview]
Message-ID: <20110313193728.E066C20054@flycatcher.gentoo.org> (raw)

scarabeus    11/03/13 19:37:28

  Modified:             virtualx.eclass
  Log:
  Always explicitely return 0.

Revision  Changes    Path
1.38                 eclass/virtualx.eclass

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/virtualx.eclass?rev=1.38&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/virtualx.eclass?rev=1.38&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/virtualx.eclass?r1=1.37&r2=1.38

Index: virtualx.eclass
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/virtualx.eclass,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- virtualx.eclass	13 Mar 2011 08:25:36 -0000	1.37
+++ virtualx.eclass	13 Mar 2011 19:37:28 -0000	1.38
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/virtualx.eclass,v 1.37 2011/03/13 08:25:36 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/virtualx.eclass,v 1.38 2011/03/13 19:37:28 scarabeus Exp $
 
 # Original author: Martin Schlemmer <azarah@gentoo.org>
 
@@ -159,6 +159,8 @@
 
 	# die if our command failed
 	[[ ${retval} -ne 0 ]] && die "${FUNCNAME}: the ${VIRTUALX_COMMAND} failed."
+
+	return 0 # always return 0, it can be altered by failed kill for Xvfb
 }
 
 # @FUNCTION: Xmake






             reply	other threads:[~2011-03-13 19:37 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-13 19:37 Tomas Chvatal (scarabeus) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-06-09 21:42 [gentoo-commits] gentoo-x86 commit in eclass: virtualx.eclass Matt Turner (mattst88)
2011-03-13  8:25 Tomas Chvatal (scarabeus)
2011-03-09 13:31 Tomas Chvatal (scarabeus)
2010-05-15  5:40 Ryan Hill (dirtyepic)
2010-03-04 21:18 Jonathan Callen (abcd)
2009-12-21 17:27 Jonathan Callen (abcd)
2009-10-21 23:59 Jonathan Callen (abcd)
2009-10-19 23:52 Jonathan Callen (abcd)
2009-10-19 21:12 Jonathan Callen (abcd)
2009-08-10 15:44 Remi Cardona (remi)
2009-06-15  5:37 Samuli Suominen (ssuominen)
2007-10-28 12:05 Gilles Dartiguelongue (eva)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20110313193728.E066C20054@flycatcher.gentoo.org \
    --to=scarabeus@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox