fix devcloud: copy router_proxy.sh into correct place
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/a9c81b6f Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/a9c81b6f Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/a9c81b6f Branch: refs/heads/master Commit: a9c81b6f08ad78aefc82a1ebc97f2375a0a03bef Parents: 3cd9ba4 Author: Edison Su <[email protected]> Authored: Wed Oct 3 18:59:45 2012 -0700 Committer: Edison Su <[email protected]> Committed: Sun Oct 21 00:01:47 2012 -0700 ---------------------------------------------------------------------- scripts/vm/hypervisor/xenserver/xcposs/patch | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/a9c81b6f/scripts/vm/hypervisor/xenserver/xcposs/patch ---------------------------------------------------------------------- diff --git a/scripts/vm/hypervisor/xenserver/xcposs/patch b/scripts/vm/hypervisor/xenserver/xcposs/patch index 24446bb..6dc3baa 100644 --- a/scripts/vm/hypervisor/xenserver/xcposs/patch +++ b/scripts/vm/hypervisor/xenserver/xcposs/patch @@ -64,4 +64,4 @@ cloud-prepare-upgrade.sh=..,0755,/usr/lib/xcp/bin getRouterStatus.sh=../../../../network/domr/,0755,/usr/lib/xcp/bin bumpUpPriority.sh=../../../../network/domr/,0755,/usr/lib/xcp/bin getDomRVersion.sh=../../../../network/domr/,0755,/usr/lib/xcp/bin -router_proxy.sh=../../../../network/domr/,0755,/opt/xensource/bin +router_proxy.sh=../../../../network/domr/,0755,/usr/lib/xcp/bin
