From 1fa6ba5eccecd6fec0113d22ce566632b2875c78 Mon Sep 17 00:00:00 2001 From: anthony Date: Wed, 6 Jun 2012 14:22:06 -0700 Subject: [PATCH] VPC : move acl.sh ipassoc.sh to /opt/cloud/bin/ --- patches/systemvm/debian/config/{root => opt/cloud/bin}/acl.sh | 0 .../systemvm/debian/config/{root => opt/cloud/bin}/ipassoc.sh | 0 scripts/network/domr/router_proxy.sh | 2 +- wscript | 2 +- 4 files changed, 2 insertions(+), 2 deletions(-) rename patches/systemvm/debian/config/{root => opt/cloud/bin}/acl.sh (100%) rename patches/systemvm/debian/config/{root => opt/cloud/bin}/ipassoc.sh (100%) diff --git a/patches/systemvm/debian/config/root/acl.sh b/patches/systemvm/debian/config/opt/cloud/bin/acl.sh similarity index 100% rename from patches/systemvm/debian/config/root/acl.sh rename to patches/systemvm/debian/config/opt/cloud/bin/acl.sh diff --git a/patches/systemvm/debian/config/root/ipassoc.sh b/patches/systemvm/debian/config/opt/cloud/bin/ipassoc.sh similarity index 100% rename from patches/systemvm/debian/config/root/ipassoc.sh rename to patches/systemvm/debian/config/opt/cloud/bin/ipassoc.sh diff --git a/scripts/network/domr/router_proxy.sh b/scripts/network/domr/router_proxy.sh index 175cb6ba58a..ac0c9cb8df3 100755 --- a/scripts/network/domr/router_proxy.sh +++ b/scripts/network/domr/router_proxy.sh @@ -41,7 +41,7 @@ shift check_gw "$domRIp" -ssh -p 3922 -q -o StrictHostKeyChecking=no -i $cert root@$domRIp "/root/$script $*" +ssh -p 3922 -q -o StrictHostKeyChecking=no -i $cert root@$domRIp "/opt/cloud/bin/$script $*" exit $? diff --git a/wscript b/wscript index ebd8ab74fd4..73f363448de 100644 --- a/wscript +++ b/wscript @@ -4,7 +4,7 @@ # the following two variables are used by the target "waf dist" # if you change 'em here, you need to change it also in cloud.spec, add a %changelog entry there, and add an entry in debian/changelog -VERSION = '3.0.3.2012-06-06T18:22:16Z' +VERSION = '3.0.3.2012-06-06T19:22:49Z' APPNAME = 'cloud' import shutil,os