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:35:29 UTC

git commit: updated refs/heads/master to 7d51ebb

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


CLOUDSTACK-2434: bad syntax


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

Branch: refs/heads/master
Commit: 7d51ebba9e8253f6d11a4b18e562edae5e8f74aa
Parents: cefd099
Author: Abhinandan Prateek <ap...@apache.org>
Authored: Mon Jun 3 16:05:19 2013 +0530
Committer: Abhinandan Prateek <ap...@apache.org>
Committed: Mon Jun 3 16:05:19 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/7d51ebba/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 d021690..d2e668d 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