Skip to content

Commit

Permalink
xenserver: xsconsole plugin doesn't need execute permissions
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Justin Pettit committed Jun 18, 2009
1 parent 73945b1 commit 6eab811
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xenserver/vswitch-xen.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 6eab811

Please sign in to comment.