From: Justin Pettit Date: Thu, 18 Jun 2009 21:17:32 +0000 (-0700) Subject: xenserver: xsconsole plugin doesn't need execute permissions X-Git-Tag: v0.90.2~1^2~10 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=6eab8112cf0d53802e49e81c178a28b0a759d1b3;p=sliver-openvswitch.git 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. --- diff --git a/xenserver/vswitch-xen.spec b/xenserver/vswitch-xen.spec index ee3fce3d6..d95d6163e 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