[Libvirt-cim] [PATCH] #2 Fix file permissions

Chip Vincent cvincent at linux.vnet.ibm.com
Wed May 25 19:20:47 UTC 2011


Nice to see all the src files with the same permissions. +1. Pushed.

On 05/25/2011 10:32 AM, Eduardo Lima (Etrunko) wrote:
> # HG changeset patch
> # User Eduardo Lima (Etrunko)<eblima at br.ibm.com>
> # Date 1306261772 10800
> # Node ID 12538a8f8fee7574119b4b16411ea80e6cda0ec2
> # Parent  f51a1ccadbcce1c7f9ba6268267866f7721420c1
> Fix file permissions
>
> Removing exec flag from source code files.
>
> Changes from #1
>   - Added .hgtags to the patch
>
> Signed-off-by: Eduardo Lima (Etrunko)<eblima at br.ibm.com>
>
> diff --git a/.hgtags b/.hgtags
> old mode 100755
> new mode 100644
> diff --git a/Makefile.am b/Makefile.am
> old mode 100755
> new mode 100644
> diff --git a/README b/README
> old mode 100755
> new mode 100644
> diff --git a/acinclude.m4 b/acinclude.m4
> old mode 100755
> new mode 100644
> diff --git a/base_schema/Makefile.am b/base_schema/Makefile.am
> old mode 100755
> new mode 100644
> diff --git a/base_schema/install_base_schema.sh.in b/base_schema/install_base_schema.sh.in
> old mode 100755
> new mode 100644
> diff --git a/configure.ac b/configure.ac
> old mode 100755
> new mode 100644
> diff --git a/doc/CodingStyle b/doc/CodingStyle
> old mode 100755
> new mode 100644
> diff --git a/doc/Makefile.am b/doc/Makefile.am
> old mode 100755
> new mode 100644
> diff --git a/doc/libvirt-cim.html b/doc/libvirt-cim.html
> old mode 100755
> new mode 100644
> diff --git a/libvirt-cim.spec.in b/libvirt-cim.spec.in
> old mode 100755
> new mode 100644
> diff --git a/libxkutil/Makefile.am b/libxkutil/Makefile.am
> old mode 100755
> new mode 100644
> diff --git a/libxkutil/device_parsing.c b/libxkutil/device_parsing.c
> old mode 100755
> new mode 100644
> diff --git a/libxkutil/device_parsing.h b/libxkutil/device_parsing.h
> old mode 100755
> new mode 100644
> diff --git a/libxkutil/infostore.c b/libxkutil/infostore.c
> old mode 100755
> new mode 100644
> diff --git a/libxkutil/misc_util.c b/libxkutil/misc_util.c
> old mode 100755
> new mode 100644
> diff --git a/libxkutil/misc_util.h b/libxkutil/misc_util.h
> old mode 100755
> new mode 100644
> diff --git a/libxkutil/xml_parse_test.c b/libxkutil/xml_parse_test.c
> old mode 100755
> new mode 100644
> diff --git a/libxkutil/xmlgen.c b/libxkutil/xmlgen.c
> old mode 100755
> new mode 100644
> diff --git a/schema/AllocationCapabilities.registration b/schema/AllocationCapabilities.registration
> old mode 100755
> new mode 100644
> diff --git a/schema/ComputerSystem.registration b/schema/ComputerSystem.registration
> old mode 100755
> new mode 100644
> diff --git a/schema/ComputerSystemIndication.registration b/schema/ComputerSystemIndication.registration
> old mode 100755
> new mode 100644
> diff --git a/schema/ComputerSystemMigrationIndication.mof b/schema/ComputerSystemMigrationIndication.mof
> old mode 100755
> new mode 100644
> diff --git a/schema/ComputerSystemMigrationIndication.registration b/schema/ComputerSystemMigrationIndication.registration
> old mode 100755
> new mode 100644
> diff --git a/schema/ConcreteComponent.registration b/schema/ConcreteComponent.registration
> old mode 100755
> new mode 100644
> diff --git a/schema/ConsoleRedirectionService.mof b/schema/ConsoleRedirectionService.mof
> old mode 100755
> new mode 100644
> diff --git a/schema/ConsoleRedirectionService.registration b/schema/ConsoleRedirectionService.registration
> old mode 100755
> new mode 100644
> diff --git a/schema/ConsoleRedirectionServiceCapabilities.registration b/schema/ConsoleRedirectionServiceCapabilities.registration
> old mode 100755
> new mode 100644
> diff --git a/schema/DiskPool.registration b/schema/DiskPool.registration
> old mode 100755
> new mode 100644
> diff --git a/schema/ElementAllocatedFromPool.registration b/schema/ElementAllocatedFromPool.registration
> old mode 100755
> new mode 100644
> diff --git a/schema/ElementConformsToProfile.registration b/schema/ElementConformsToProfile.registration
> old mode 100755
> new mode 100644
> diff --git a/schema/ElementSettingData.mof b/schema/ElementSettingData.mof
> old mode 100755
> new mode 100644
> diff --git a/schema/ElementSettingData.registration b/schema/ElementSettingData.registration
> old mode 100755
> new mode 100644
> diff --git a/schema/EnabledLogicalElementCapabilities.registration b/schema/EnabledLogicalElementCapabilities.registration
> old mode 100755
> new mode 100644
> diff --git a/schema/GraphicsPool.mof b/schema/GraphicsPool.mof
> old mode 100755
> new mode 100644
> diff --git a/schema/GraphicsPool.registration b/schema/GraphicsPool.registration
> old mode 100755
> new mode 100644
> diff --git a/schema/HostSystem.registration b/schema/HostSystem.registration
> old mode 100755
> new mode 100644
> diff --git a/schema/HostedAccessPoint.mof b/schema/HostedAccessPoint.mof
> old mode 100755
> new mode 100644
> diff --git a/schema/HostedAccessPoint.registration b/schema/HostedAccessPoint.registration
> old mode 100755
> new mode 100644
> diff --git a/schema/HostedDependency.mof b/schema/HostedDependency.mof
> old mode 100755
> new mode 100644
> diff --git a/schema/HostedDependency.registration b/schema/HostedDependency.registration
> old mode 100755
> new mode 100644
> diff --git a/schema/HostedResourcePool.registration b/schema/HostedResourcePool.registration
> old mode 100755
> new mode 100644
> diff --git a/schema/HostedService.registration b/schema/HostedService.registration
> old mode 100755
> new mode 100644
> diff --git a/schema/InputPool.mof b/schema/InputPool.mof
> old mode 100755
> new mode 100644
> diff --git a/schema/InputPool.registration b/schema/InputPool.registration
> old mode 100755
> new mode 100644
> diff --git a/schema/KVMRedirectionSAP.mof b/schema/KVMRedirectionSAP.mof
> old mode 100755
> new mode 100644
> diff --git a/schema/KVMRedirectionSAP.registration b/schema/KVMRedirectionSAP.registration
> old mode 100755
> new mode 100644
> diff --git a/schema/LogicalDisk.registration b/schema/LogicalDisk.registration
> old mode 100755
> new mode 100644
> diff --git a/schema/Memory.registration b/schema/Memory.registration
> old mode 100755
> new mode 100644
> diff --git a/schema/MemoryPool.registration b/schema/MemoryPool.registration
> old mode 100755
> new mode 100644
> diff --git a/schema/NetPool.registration b/schema/NetPool.registration
> old mode 100755
> new mode 100644
> diff --git a/schema/NetworkPort.registration b/schema/NetworkPort.registration
> old mode 100755
> new mode 100644
> diff --git a/schema/Processor.registration b/schema/Processor.registration
> old mode 100755
> new mode 100644
> diff --git a/schema/ProcessorPool.registration b/schema/ProcessorPool.registration
> old mode 100755
> new mode 100644
> diff --git a/schema/ReferencedProfile.mof b/schema/ReferencedProfile.mof
> old mode 100755
> new mode 100644
> diff --git a/schema/ReferencedProfile.registration b/schema/ReferencedProfile.registration
> old mode 100755
> new mode 100644
> diff --git a/schema/ResourceAllocationFromPool.registration b/schema/ResourceAllocationFromPool.registration
> old mode 100755
> new mode 100644
> diff --git a/schema/ResourceAllocationSettingData.mof b/schema/ResourceAllocationSettingData.mof
> old mode 100755
> new mode 100644
> diff --git a/schema/ResourceAllocationSettingData.registration b/schema/ResourceAllocationSettingData.registration
> old mode 100755
> new mode 100644
> diff --git a/schema/ResourcePoolConfigurationCapabilities.registration b/schema/ResourcePoolConfigurationCapabilities.registration
> old mode 100755
> new mode 100644
> diff --git a/schema/ResourcePoolConfigurationService.registration b/schema/ResourcePoolConfigurationService.registration
> old mode 100755
> new mode 100644
> diff --git a/schema/ServiceAccessBySAP.mof b/schema/ServiceAccessBySAP.mof
> old mode 100755
> new mode 100644
> diff --git a/schema/ServiceAccessBySAP.registration b/schema/ServiceAccessBySAP.registration
> old mode 100755
> new mode 100644
> diff --git a/schema/SettingsDefineCapabilities.registration b/schema/SettingsDefineCapabilities.registration
> old mode 100755
> new mode 100644
> diff --git a/schema/SettingsDefineState.registration b/schema/SettingsDefineState.registration
> old mode 100755
> new mode 100644
> diff --git a/schema/SystemDevice.registration b/schema/SystemDevice.registration
> old mode 100755
> new mode 100644
> diff --git a/schema/VSMigrationCapabilities.mof b/schema/VSMigrationCapabilities.mof
> old mode 100755
> new mode 100644
> diff --git a/schema/VSMigrationCapabilities.registration b/schema/VSMigrationCapabilities.registration
> old mode 100755
> new mode 100644
> diff --git a/schema/VSMigrationService.mof b/schema/VSMigrationService.mof
> old mode 100755
> new mode 100644
> diff --git a/schema/VSMigrationService.registration b/schema/VSMigrationService.registration
> old mode 100755
> new mode 100644
> diff --git a/schema/VSMigrationSettingData.mof b/schema/VSMigrationSettingData.mof
> old mode 100755
> new mode 100644
> diff --git a/schema/VSMigrationSettingData.registration b/schema/VSMigrationSettingData.registration
> old mode 100755
> new mode 100644
> diff --git a/schema/VSSD.mof b/schema/VSSD.mof
> old mode 100755
> new mode 100644
> diff --git a/schema/VSSD.registration b/schema/VSSD.registration
> old mode 100755
> new mode 100644
> diff --git a/schema/VSSDComponent.mof b/schema/VSSDComponent.mof
> old mode 100755
> new mode 100644
> diff --git a/schema/VSSDComponent.registration b/schema/VSSDComponent.registration
> old mode 100755
> new mode 100644
> diff --git a/schema/Virt_ResourceAllocationSettingData.mof b/schema/Virt_ResourceAllocationSettingData.mof
> old mode 100755
> new mode 100644
> diff --git a/schema/Virt_VSSD.mof b/schema/Virt_VSSD.mof
> old mode 100755
> new mode 100644
> diff --git a/schema/VirtualSystemManagementCapabilities.registration b/schema/VirtualSystemManagementCapabilities.registration
> old mode 100755
> new mode 100644
> diff --git a/schema/VirtualSystemManagementService.registration b/schema/VirtualSystemManagementService.registration
> old mode 100755
> new mode 100644
> diff --git a/schema/VirtualSystemSnapshotService.mof b/schema/VirtualSystemSnapshotService.mof
> old mode 100755
> new mode 100644
> diff --git a/src/Makefile.am b/src/Makefile.am
> old mode 100755
> new mode 100644
> diff --git a/src/Virt_AllocationCapabilities.c b/src/Virt_AllocationCapabilities.c
> old mode 100755
> new mode 100644
> diff --git a/src/Virt_AllocationCapabilities.h b/src/Virt_AllocationCapabilities.h
> old mode 100755
> new mode 100644
> diff --git a/src/Virt_ComputerSystem.c b/src/Virt_ComputerSystem.c
> old mode 100755
> new mode 100644
> diff --git a/src/Virt_ComputerSystem.h b/src/Virt_ComputerSystem.h
> old mode 100755
> new mode 100644
> diff --git a/src/Virt_ComputerSystemIndication.c b/src/Virt_ComputerSystemIndication.c
> old mode 100755
> new mode 100644
> diff --git a/src/Virt_ComputerSystemMigrationIndication.c b/src/Virt_ComputerSystemMigrationIndication.c
> old mode 100755
> new mode 100644
> diff --git a/src/Virt_ConcreteComponent.c b/src/Virt_ConcreteComponent.c
> old mode 100755
> new mode 100644
> diff --git a/src/Virt_ConsoleRedirectionService.c b/src/Virt_ConsoleRedirectionService.c
> old mode 100755
> new mode 100644
> diff --git a/src/Virt_ConsoleRedirectionServiceCapabilities.c b/src/Virt_ConsoleRedirectionServiceCapabilities.c
> old mode 100755
> new mode 100644
> diff --git a/src/Virt_ConsoleRedirectionServiceCapabilities.h b/src/Virt_ConsoleRedirectionServiceCapabilities.h
> old mode 100755
> new mode 100644
> diff --git a/src/Virt_Device.c b/src/Virt_Device.c
> old mode 100755
> new mode 100644
> diff --git a/src/Virt_DevicePool.c b/src/Virt_DevicePool.c
> old mode 100755
> new mode 100644
> diff --git a/src/Virt_DevicePool.h b/src/Virt_DevicePool.h
> old mode 100755
> new mode 100644
> diff --git a/src/Virt_ElementAllocatedFromPool.c b/src/Virt_ElementAllocatedFromPool.c
> old mode 100755
> new mode 100644
> diff --git a/src/Virt_ElementCapabilities.c b/src/Virt_ElementCapabilities.c
> old mode 100755
> new mode 100644
> diff --git a/src/Virt_ElementConformsToProfile.c b/src/Virt_ElementConformsToProfile.c
> old mode 100755
> new mode 100644
> diff --git a/src/Virt_ElementSettingData.c b/src/Virt_ElementSettingData.c
> old mode 100755
> new mode 100644
> diff --git a/src/Virt_EnabledLogicalElementCapabilities.c b/src/Virt_EnabledLogicalElementCapabilities.c
> old mode 100755
> new mode 100644
> diff --git a/src/Virt_HostSystem.c b/src/Virt_HostSystem.c
> old mode 100755
> new mode 100644
> diff --git a/src/Virt_HostSystem.h b/src/Virt_HostSystem.h
> old mode 100755
> new mode 100644
> diff --git a/src/Virt_HostedAccessPoint.c b/src/Virt_HostedAccessPoint.c
> old mode 100755
> new mode 100644
> diff --git a/src/Virt_HostedDependency.c b/src/Virt_HostedDependency.c
> old mode 100755
> new mode 100644
> diff --git a/src/Virt_HostedResourcePool.c b/src/Virt_HostedResourcePool.c
> old mode 100755
> new mode 100644
> diff --git a/src/Virt_HostedService.c b/src/Virt_HostedService.c
> old mode 100755
> new mode 100644
> diff --git a/src/Virt_KVMRedirectionSAP.c b/src/Virt_KVMRedirectionSAP.c
> old mode 100755
> new mode 100644
> diff --git a/src/Virt_KVMRedirectionSAP.h b/src/Virt_KVMRedirectionSAP.h
> old mode 100755
> new mode 100644
> diff --git a/src/Virt_RASD.c b/src/Virt_RASD.c
> old mode 100755
> new mode 100644
> diff --git a/src/Virt_RASD.h b/src/Virt_RASD.h
> old mode 100755
> new mode 100644
> diff --git a/src/Virt_ReferencedProfile.c b/src/Virt_ReferencedProfile.c
> old mode 100755
> new mode 100644
> diff --git a/src/Virt_RegisteredProfile.c b/src/Virt_RegisteredProfile.c
> old mode 100755
> new mode 100644
> diff --git a/src/Virt_ResourceAllocationFromPool.c b/src/Virt_ResourceAllocationFromPool.c
> old mode 100755
> new mode 100644
> diff --git a/src/Virt_ResourcePoolConfigurationCapabilities.c b/src/Virt_ResourcePoolConfigurationCapabilities.c
> old mode 100755
> new mode 100644
> diff --git a/src/Virt_ResourcePoolConfigurationService.c b/src/Virt_ResourcePoolConfigurationService.c
> old mode 100755
> new mode 100644
> diff --git a/src/Virt_ResourcePoolConfigurationService.h b/src/Virt_ResourcePoolConfigurationService.h
> old mode 100755
> new mode 100644
> diff --git a/src/Virt_ServiceAccessBySAP.c b/src/Virt_ServiceAccessBySAP.c
> old mode 100755
> new mode 100644
> diff --git a/src/Virt_ServiceAffectsElement.c b/src/Virt_ServiceAffectsElement.c
> old mode 100755
> new mode 100644
> diff --git a/src/Virt_SettingsDefineCapabilities.c b/src/Virt_SettingsDefineCapabilities.c
> old mode 100755
> new mode 100644
> diff --git a/src/Virt_SettingsDefineCapabilities.h b/src/Virt_SettingsDefineCapabilities.h
> old mode 100755
> new mode 100644
> diff --git a/src/Virt_SettingsDefineState.c b/src/Virt_SettingsDefineState.c
> old mode 100755
> new mode 100644
> diff --git a/src/Virt_SystemDevice.c b/src/Virt_SystemDevice.c
> old mode 100755
> new mode 100644
> diff --git a/src/Virt_VSMigrationCapabilities.c b/src/Virt_VSMigrationCapabilities.c
> old mode 100755
> new mode 100644
> diff --git a/src/Virt_VSMigrationService.c b/src/Virt_VSMigrationService.c
> old mode 100755
> new mode 100644
> diff --git a/src/Virt_VSMigrationService.h b/src/Virt_VSMigrationService.h
> old mode 100755
> new mode 100644
> diff --git a/src/Virt_VSMigrationSettingData.c b/src/Virt_VSMigrationSettingData.c
> old mode 100755
> new mode 100644
> diff --git a/src/Virt_VSSD.c b/src/Virt_VSSD.c
> old mode 100755
> new mode 100644
> diff --git a/src/Virt_VSSDComponent.c b/src/Virt_VSSDComponent.c
> old mode 100755
> new mode 100644
> diff --git a/src/Virt_VirtualSystemManagementCapabilities.c b/src/Virt_VirtualSystemManagementCapabilities.c
> old mode 100755
> new mode 100644
> diff --git a/src/Virt_VirtualSystemManagementService.c b/src/Virt_VirtualSystemManagementService.c
> old mode 100755
> new mode 100644
> diff --git a/src/Virt_VirtualSystemManagementService.h b/src/Virt_VirtualSystemManagementService.h
> old mode 100755
> new mode 100644
> diff --git a/src/Virt_VirtualSystemSnapshotService.c b/src/Virt_VirtualSystemSnapshotService.c
> old mode 100755
> new mode 100644
> diff --git a/src/Virt_VirtualSystemSnapshotService.h b/src/Virt_VirtualSystemSnapshotService.h
> old mode 100755
> new mode 100644
> diff --git a/src/profiles.h b/src/profiles.h
> old mode 100755
> new mode 100644
> diff --git a/src/svpc_types.h b/src/svpc_types.h
> old mode 100755
> new mode 100644
>
> _______________________________________________
> Libvirt-cim mailing list
> Libvirt-cim at redhat.com
> https://www.redhat.com/mailman/listinfo/libvirt-cim

-- 
Chip Vincent
Open Virtualization
IBM Linux Technology Center
cvincent at linux.vnet.ibm.com




More information about the Libvirt-cim mailing list