You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ap...@apache.org on 2013/06/03 12:41:41 UTC

git commit: updated refs/heads/master to a9bfee1

Updated Branches:
  refs/heads/master 7d51ebba9 -> a9bfee1e2


CLOUDSTACK-2434: fixed var name


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/a9bfee1e
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/a9bfee1e
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/a9bfee1e

Branch: refs/heads/master
Commit: a9bfee1e22dfe30d1873ea9c531d6c8058f70184
Parents: 7d51ebb
Author: Abhinandan Prateek <ap...@apache.org>
Authored: Mon Jun 3 16:11:09 2013 +0530
Committer: Abhinandan Prateek <ap...@apache.org>
Committed: Mon Jun 3 16:11:09 2013 +0530

----------------------------------------------------------------------
 .../debian/config/etc/init.d/cloud-early-config    |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/a9bfee1e/patches/systemvm/debian/config/etc/init.d/cloud-early-config
----------------------------------------------------------------------
diff --git a/patches/systemvm/debian/config/etc/init.d/cloud-early-config b/patches/systemvm/debian/config/etc/init.d/cloud-early-config
index d2e668d..0dcd571 100755
--- a/patches/systemvm/debian/config/etc/init.d/cloud-early-config
+++ b/patches/systemvm/debian/config/etc/init.d/cloud-early-config
@@ -347,7 +347,7 @@ enable_irqbalance() {
   local enabled=$1
   local proc=0
 
-  $proc=$(cat /proc/cpuinfo | grep "processor" | wc -l)
+  proc=$(cat /proc/cpuinfo | grep "processor" | wc -l)
   if [ $proc -le 1 ]  && [ $enabled -eq 1 ]
   then
     enabled=0