OpenSDE Packages Database (without history before r20070)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

42 lines
1.6 KiB

  1. # --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # Filename: package/.../hal/ieee1394-lacie.patch.disabled
  5. # Copyright (C) 2006 The T2 SDE Project
  6. #
  7. # More information can be found in the files COPYING and README.
  8. #
  9. # This patch file is dual-licensed. It is available under the license the
  10. # patched project is licensed under, as long as it is an OpenSource license
  11. # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
  12. # of the GNU General Public License as published by the Free Software
  13. # Foundation; either version 2 of the License, or (at your option) any later
  14. # version.
  15. # --- SDE-COPYRIGHT-NOTE-END ---
  16. diff -ur hal-0.5.5.1/hald/linux2/blockdev.c hal-0.5.5.1-fixed/hald/linux2/blockdev.c
  17. --- hal-0.5.5.1/hald/linux2/blockdev.c 2005-11-02 16:38:13.000000000 +0100
  18. +++ hal-0.5.5.1-fixed/hald/linux2/blockdev.c 2005-12-04 15:17:55.000000000 +0100
  19. @@ -835,6 +835,10 @@
  20. hal_device_property_set_string (d, "storage.drive_type", "cdrom");
  21. break;
  22. + case 14: /* Disk */
  23. + hal_device_property_set_string (d, "storage.drive_type", "disk");
  24. + break;
  25. +
  26. default:
  27. goto error;
  28. }
  29. diff -ur hal-0.5.5.1/tools/fstab-sync.8 hal-0.5.5.1-fixed/tools/fstab-sync.8
  30. --- hal-0.5.5.1/tools/fstab-sync.8 2005-11-15 04:08:34.000000000 +0100
  31. +++ hal-0.5.5.1-fixed/tools/fstab-sync.8 2005-12-04 14:08:28.000000000 +0100
  32. @@ -87,7 +87,7 @@
  33. system administrator as it might get updated by the OS vendor for security
  34. updates. Instead, system- or site-specific rules can be put in
  35. the
  36. -.B /etc/hal/fdi/policy/
  37. +.B /usr/etc/hal/fdi/policy/
  38. directory as separate files.
  39. .PP