xenserver: xsconsole plugin doesn't need execute permissions
authorJustin Pettit <jpettit@nicira.com>
Thu, 18 Jun 2009 21:17:32 +0000 (14:17 -0700)
committerJustin Pettit <jpettit@nicira.com>
Thu, 18 Jun 2009 21:17:32 +0000 (14:17 -0700)
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

index ee3fce3..d95d616 100644 (file)
@@ -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