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
commite50812c48cdd6e27354310438372505b1272cec3 (patch)
tree46fa2fc8471d93f5705c9f924add6b4865acd153 /sys-apps/hal
parentPatch to support java as per bug #72250 (diff)
downloadhistorical-e50812c48cdd6e27354310438372505b1272cec3.tar.gz
historical-e50812c48cdd6e27354310438372505b1272cec3.tar.bz2
historical-e50812c48cdd6e27354310438372505b1272cec3.zip
patch to go
Diffstat (limited to 'sys-apps/hal')
-rw-r--r--sys-apps/hal/Manifest1
-rw-r--r--sys-apps/hal/files/hal-0.4.0-allow-floppy-drives.patch17
2 files changed, 18 insertions, 0 deletions
diff --git a/sys-apps/hal/Manifest b/sys-apps/hal/Manifest
index 224cece2d76a..dd9b43327659 100644
--- a/sys-apps/hal/Manifest
+++ b/sys-apps/hal/Manifest
@@ -4,6 +4,7 @@ MD5 3e506a597274c818f662edbe0c7d2b59 hal-0.2.98-r1.ebuild 2062
MD5 3623707794adfd9e8fd4381df20dc27f ChangeLog 1951
MD5 731695e9263a5a2e1eeba290b36078d5 metadata.xml 219
MD5 192112dfb678a9795a93d3cdcc50bb95 files/hald 543
+MD5 715f2a2e9a6980bae0823241ea50787f files/hal-0.4.0-allow-floppy-drives.patch 738
MD5 72d398ab014b2630043ef2a4d9990e2f files/digest-hal-0.2.98-r1 63
MD5 f1cf07edc63d04f0ef33911de97ea2f2 files/digest-hal-0.4.1-r1 62
MD5 399570c945e0f4bffbeb645e057e027b files/hal-0.4.1-dm_devices_tab.patch 1028
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 -->