Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Evergreen:11.2:Test
parted
fix-dm-partition-name.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File fix-dm-partition-name.patch of Package parted
Index: parted-1.9.0/libparted/arch/linux.c =================================================================== --- parted-1.9.0.orig/libparted/arch/linux.c 2009-07-30 16:28:49.000000000 +0200 +++ parted-1.9.0/libparted/arch/linux.c 2009-07-30 16:28:57.000000000 +0200 @@ -2095,7 +2095,7 @@ _device_get_part_path (PedDevice* dev, i || dev->type == PED_DEVICE_ATARAID || dev->type == PED_DEVICE_DM || isdigit (dev->path[path_len - 1])) - snprintf (result, result_len, "%sp%d", dev->path, num); + snprintf (result, result_len, "%s_part%d", dev->path, num); else snprintf (result, result_len, "%s%d", dev->path, num);
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor