From ec96a9afea241aea7adc90bfff840ede6447b84f Mon Sep 17 00:00:00 2001 From: alena Date: Fri, 18 Mar 2011 18:05:34 -0700 Subject: [PATCH] Reverted Anthony's checkin for systemVmPatch which he added by mistake. --- patches/systemvm/debian/config/etc/init.d/cloud-early-config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 39798393175..7b402ec6755 100755 --- a/patches/systemvm/debian/config/etc/init.d/cloud-early-config +++ b/patches/systemvm/debian/config/etc/init.d/cloud-early-config @@ -99,7 +99,7 @@ patch() { local newmd5= [ -f ${patchfile} ] && newmd5=$(md5sum ${patchfile} | awk '{print $1}') - if [ "true" == "true" ] + if [ "$oldmd5" != "$newmd5" ] && [ -f ${patchfile} ] && [ "$newmd5" != "" ] then shouldpatch=true log_it "Patching scripts oldmd5=$oldmd5 newmd5=$newmd5"