From: Justin Pettit Date: Thu, 18 Jun 2009 21:17:32 +0000 (-0700) Subject: xenserver: xsconsole plugin doesn't need execute permissions X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6eab8112cf0d53802e49e81c178a28b0a759d1b3;p=openvswitch 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 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