public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Brian Harring" <ferringb@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kvm-tools:master commit in: /
Date: Sat, 14 Apr 2012 06:26:45 +0000 (UTC)	[thread overview]
Message-ID: <1334384306.cbda1b878235f6551f263e351cf527c1e30ea559.ferringb@gentoo> (raw)

commit:     cbda1b878235f6551f263e351cf527c1e30ea559
Author:     Brian Harring <ferringb <AT> chromium <DOT> org>
AuthorDate: Sat Apr 14 06:17:28 2012 +0000
Commit:     Brian Harring <ferringb <AT> gentoo <DOT> org>
CommitDate: Sat Apr 14 06:18:26 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kvm-tools.git;a=commit;h=cbda1b87

Fix breakage sanity_check breakage induced in aa49399a.

---
 kvm-init-script |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/kvm-init-script b/kvm-init-script
index cec0ed6..0be5046 100644
--- a/kvm-init-script
+++ b/kvm-init-script
@@ -28,7 +28,7 @@ send_command() {
 }
 
 sanity_check() {
-	if [ "${VMNAME}" != "${SVCNAME}" ]; then
+	if [ "${VMNAME}" = "${SVCNAME}" ]; then
 		eerror "You have to create an init script for each vm:"
 		eerror " ln -s vm /etc/init.d/vm.vmname"
 		return 1



             reply	other threads:[~2012-04-14  6:27 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-14  6:26 Brian Harring [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-04-14  6:26 [gentoo-commits] proj/kvm-tools:master commit in: / Brian Harring
2012-04-14  6:26 Brian Harring
2012-04-14  6:26 Brian Harring
2012-04-14  6:26 Brian Harring
2012-04-14  4:47 Richard Yao
2012-03-17 20:46 Richard Yao
2012-03-17 20:44 Richard Yao

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=1334384306.cbda1b878235f6551f263e351cf527c1e30ea559.ferringb@gentoo \
    --to=ferringb@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