[Pkg-xen-changes] r397 - trunk/xen-common/debian/patches

Guido Trotter ultrotter at alioth.debian.org
Wed May 23 12:49:36 UTC 2007


Author: ultrotter
Date: Wed May 23 12:49:36 2007
New Revision: 397

Log:
Wops, fix xendomains.dpatch with the latest suggestions


Modified:
   trunk/xen-common/debian/patches/xendomains.dpatch

Modified: trunk/xen-common/debian/patches/xendomains.dpatch
==============================================================================
--- trunk/xen-common/debian/patches/xendomains.dpatch	(original)
+++ trunk/xen-common/debian/patches/xendomains.dpatch	Wed May 23 12:49:36 2007
@@ -13,10 +13,10 @@
  parseln()
  {
 -    name=`echo "$1" | cut -c0-17`
-+    name=`echo "$1" | cut -d\  -f1 `
++    name=`echo $1 | cut -d\  -f1 `
      name=${name%% *}
 -    rest=`echo "$1" | cut -c18- `
-+    rest=`echo "$1" | cut -d\  -f2 `
++    rest=`echo $1 | cut -d\  -f2 `
      read id mem cpu vcpu state tm < <(echo "$rest")
  }
  



More information about the Pkg-xen-changes mailing list