Summary: several scripts are not mode executable Detail: several scripts in the scripts directory weren't marked executable. Normally this is handled/fixed in the packaging, but harder to deal with in development environments, so marking them executable.
Signed-off-by: Marcus Sorensen <[email protected]> 1358446902 -0700 Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/8c5b82df Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/8c5b82df Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/8c5b82df Branch: refs/heads/javelin Commit: 8c5b82dfb4060a6e7460741833812849664995ae Parents: b77503b Author: Marcus Sorensen <[email protected]> Authored: Thu Jan 17 11:21:42 2013 -0700 Committer: Marcus Sorensen <[email protected]> Committed: Thu Jan 17 11:21:42 2013 -0700 ---------------------------------------------------------------------- 0 files changed, 0 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/8c5b82df/scripts/network/exdhcp/prepare_dhcpd.sh ---------------------------------------------------------------------- diff --git a/scripts/network/exdhcp/prepare_dhcpd.sh b/scripts/network/exdhcp/prepare_dhcpd.sh old mode 100644 new mode 100755 http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/8c5b82df/scripts/network/exdhcp/prepare_dnsmasq.sh ---------------------------------------------------------------------- diff --git a/scripts/network/exdhcp/prepare_dnsmasq.sh b/scripts/network/exdhcp/prepare_dnsmasq.sh old mode 100644 new mode 100755 http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/8c5b82df/scripts/storage/qcow2/get_domr_kernel.sh ---------------------------------------------------------------------- diff --git a/scripts/storage/qcow2/get_domr_kernel.sh b/scripts/storage/qcow2/get_domr_kernel.sh old mode 100644 new mode 100755 http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/8c5b82df/scripts/storage/qcow2/managevolume.sh ---------------------------------------------------------------------- diff --git a/scripts/storage/qcow2/managevolume.sh b/scripts/storage/qcow2/managevolume.sh old mode 100644 new mode 100755 http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/8c5b82df/scripts/storage/qcow2/modifyvlan.sh ---------------------------------------------------------------------- diff --git a/scripts/storage/qcow2/modifyvlan.sh b/scripts/storage/qcow2/modifyvlan.sh old mode 100644 new mode 100755 http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/8c5b82df/scripts/storage/qcow2/resizevolume.sh ---------------------------------------------------------------------- diff --git a/scripts/storage/qcow2/resizevolume.sh b/scripts/storage/qcow2/resizevolume.sh old mode 100644 new mode 100755 http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/8c5b82df/scripts/util/prepare_linmin.sh ---------------------------------------------------------------------- diff --git a/scripts/util/prepare_linmin.sh b/scripts/util/prepare_linmin.sh old mode 100644 new mode 100755 http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/8c5b82df/scripts/vm/hypervisor/xenserver/cloud-propagate-vlan.sh ---------------------------------------------------------------------- diff --git a/scripts/vm/hypervisor/xenserver/cloud-propagate-vlan.sh b/scripts/vm/hypervisor/xenserver/cloud-propagate-vlan.sh old mode 100644 new mode 100755 http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/8c5b82df/scripts/vm/hypervisor/xenserver/xcposs/copy_vhd_from_secondarystorage.sh ---------------------------------------------------------------------- diff --git a/scripts/vm/hypervisor/xenserver/xcposs/copy_vhd_from_secondarystorage.sh b/scripts/vm/hypervisor/xenserver/xcposs/copy_vhd_from_secondarystorage.sh old mode 100644 new mode 100755 http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/8c5b82df/scripts/vm/hypervisor/xenserver/xcposs/copy_vhd_to_secondarystorage.sh ---------------------------------------------------------------------- diff --git a/scripts/vm/hypervisor/xenserver/xcposs/copy_vhd_to_secondarystorage.sh b/scripts/vm/hypervisor/xenserver/xcposs/copy_vhd_to_secondarystorage.sh old mode 100644 new mode 100755 http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/8c5b82df/scripts/vm/hypervisor/xenserver/xcposs/create_privatetemplate_from_snapshot.sh ---------------------------------------------------------------------- diff --git a/scripts/vm/hypervisor/xenserver/xcposs/create_privatetemplate_from_snapshot.sh b/scripts/vm/hypervisor/xenserver/xcposs/create_privatetemplate_from_snapshot.sh old mode 100644 new mode 100755
