diff options
Diffstat (limited to 'sys-apps/hal/files/hal-0.5.7.1-floppies-fix.patch')
-rw-r--r-- | sys-apps/hal/files/hal-0.5.7.1-floppies-fix.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/sys-apps/hal/files/hal-0.5.7.1-floppies-fix.patch b/sys-apps/hal/files/hal-0.5.7.1-floppies-fix.patch deleted file mode 100644 index 3d259627ba65..000000000000 --- a/sys-apps/hal/files/hal-0.5.7.1-floppies-fix.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -Naur hal-0.5.7.1.orig/hald/linux2/hotplug.c hal-0.5.7.1/hald/linux2/hotplug.c ---- hal-0.5.7.1.orig/hald/linux2/hotplug.c 2007-01-22 15:31:45.322111812 +0100 -+++ hal-0.5.7.1/hald/linux2/hotplug.c 2007-01-22 15:31:15.594276651 +0100 -@@ -283,6 +283,7 @@ - - len = strlen(hotplug_event->sysfs.sysfs_path); - is_partition = (isdigit(hotplug_event->sysfs.sysfs_path[len - 1]) -+ && (! strstr(hotplug_event->sysfs.sysfs_path, "/block/fd")) - && ! strstr(hotplug_event->sysfs.sysfs_path, "/block/sr")) || - strstr (hotplug_event->sysfs.sysfs_path, "/fakevolume") ; - |