From 6eab8112cf0d53802e49e81c178a28b0a759d1b3 Mon Sep 17 00:00:00 2001
From: Justin Pettit <jpettit@nicira.com>
Date: Thu, 18 Jun 2009 14:17:32 -0700
Subject: [PATCH] xenserver: xsconsole plugin doesn't need execute permissions

When the vSwitch xsconsole plugin is installed, it doesn't need execute
permissions.  This commit changes the permissions from 755 to 644 to
match the other plugins.
---
 xenserver/vswitch-xen.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xenserver/vswitch-xen.spec b/xenserver/vswitch-xen.spec
index ee3fce3d..d95d6163 100644
--- a/xenserver/vswitch-xen.spec
+++ b/xenserver/vswitch-xen.spec
@@ -67,7 +67,7 @@ install -m 755 xenserver/etc_xensource_scripts_vif \
              $RPM_BUILD_ROOT%{_prefix}/scripts/vif
 install -m 755 xenserver/root_vswitch_scripts_dump-vif-details \
                $RPM_BUILD_ROOT%{_prefix}/scripts/dump-vif-details
-install -m 755 \
+install -m 644 \
         xenserver/usr_lib_xsconsole_plugins-base_XSFeatureVSwitch.py \
                $RPM_BUILD_ROOT%{_prefix}/scripts/XSFeatureVSwitch.py
 
-- 
2.30.2