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