summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarinus Schraal <foser@gentoo.org>2004-11-30 11:29:36 +0000
committerMarinus Schraal <foser@gentoo.org>2004-11-30 11:29:36 +0000
commit98679805391824dc3a5411fd62526c60855da67e (patch)
tree207aced8ef4d629a903a07aa7ed83daaa2521f6f /sys-apps/hal/files
parentPatch to support java as per bug #72250 (Manifest recommit) (diff)
downloadgentoo-2-98679805391824dc3a5411fd62526c60855da67e.tar.gz
gentoo-2-98679805391824dc3a5411fd62526c60855da67e.tar.bz2
gentoo-2-98679805391824dc3a5411fd62526c60855da67e.zip
patch to go
Diffstat (limited to 'sys-apps/hal/files')
-rw-r--r--sys-apps/hal/files/hal-0.4.0-allow-floppy-drives.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/sys-apps/hal/files/hal-0.4.0-allow-floppy-drives.patch b/sys-apps/hal/files/hal-0.4.0-allow-floppy-drives.patch
new file mode 100644
index 000000000000..6a8dff4cc6ec
--- /dev/null
+++ b/sys-apps/hal/files/hal-0.4.0-allow-floppy-drives.patch
@@ -0,0 +1,17 @@
+Index: fdi/90defaultpolicy/storage-policy.fdi
+===================================================================
+RCS file: /cvs/hal/hal/fdi/90defaultpolicy/storage-policy.fdi,v
+retrieving revision 1.5
+diff -u -p -r1.5 storage-policy.fdi
+--- fdi/90defaultpolicy/storage-policy.fdi 15 Oct 2004 20:46:08 -0000 1.5
++++ fdi/90defaultpolicy/storage-policy.fdi 18 Oct 2004 23:51:33 -0000
+@@ -30,6 +30,9 @@
+ <match key="storage.bus" string="sata">
+ <merge key="storage.policy.should_mount" type="bool">true</merge>
+ </match>
++ <match key="storage.bus" string="platform">
++ <merge key="storage.policy.should_mount" type="bool">true</merge>
++ </match>
+ </match>
+
+ <!-- Handle drives with non-partitioned media -->