diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2007-04-24 15:47:09 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2007-04-24 15:47:09 +0000 |
commit | c41523f891cf749f7fbe200edbf4b6ecfe56c4a0 (patch) | |
tree | 0a90c965b4c00b7add6cb345d58016dd0b1aeb4e /sys-apps/hal | |
parent | Stable on Mips, bug 168158. (diff) | |
download | gentoo-2-c41523f891cf749f7fbe200edbf4b6ecfe56c4a0.tar.gz gentoo-2-c41523f891cf749f7fbe200edbf4b6ecfe56c4a0.tar.bz2 gentoo-2-c41523f891cf749f7fbe200edbf4b6ecfe56c4a0.zip |
Ignore /boot if possible.
(Portage version: 2.1.2.4)
Diffstat (limited to 'sys-apps/hal')
-rw-r--r-- | sys-apps/hal/ChangeLog | 6 | ||||
-rw-r--r-- | sys-apps/hal/files/0.5.9/97_ignore_fixed_drives.patch | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/sys-apps/hal/ChangeLog b/sys-apps/hal/ChangeLog index 6b146d4249c4..40dcbf60cad7 100644 --- a/sys-apps/hal/ChangeLog +++ b/sys-apps/hal/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/hal # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/ChangeLog,v 1.175 2007/04/24 15:42:01 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/ChangeLog,v 1.176 2007/04/24 15:47:09 cardoe Exp $ + + 24 Apr 2007; Doug Goldstein <cardoe@gentoo.org> + files/0.5.9/97_ignore_fixed_drives.patch: + Ignore /boot if possible. 24 Apr 2007; Doug Goldstein <cardoe@gentoo.org> files/0.5.9-hald.rc, +files/0.5.9/16_dev_root_is_mounted.patch, files/0.5.9/series: diff --git a/sys-apps/hal/files/0.5.9/97_ignore_fixed_drives.patch b/sys-apps/hal/files/0.5.9/97_ignore_fixed_drives.patch index 2e80e41e4663..04e2ef3bb801 100644 --- a/sys-apps/hal/files/0.5.9/97_ignore_fixed_drives.patch +++ b/sys-apps/hal/files/0.5.9/97_ignore_fixed_drives.patch @@ -1,7 +1,7 @@ Index: b/fdi/policy/10osvendor/95-storage-ignore-fixed-drives.fdi =================================================================== --- /dev/null 1970-01-01 00:00:00.000000000 +0000 -+++ b/fdi/policy/10osvendor/95-storage-ignore-fixed-drives.fdi 2007-04-19 15:33:34.000000000 -0400 ++++ b/fdi/policy/10osvendor/95-storage-ignore-fixed-drives.fdi 2007-04-24 11:42:44.000000000 -0400 @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8"?> + @@ -24,8 +24,8 @@ Index: b/fdi/policy/10osvendor/95-storage-ignore-fixed-drives.fdi +</deviceinfo> Index: b/fdi/policy/10osvendor/Makefile.am =================================================================== ---- a/fdi/policy/10osvendor/Makefile.am 2007-04-19 14:29:41.000000000 -0400 -+++ b/fdi/policy/10osvendor/Makefile.am 2007-04-19 15:33:05.000000000 -0400 +--- a/fdi/policy/10osvendor/Makefile.am 2007-04-20 14:10:05.000000000 -0400 ++++ b/fdi/policy/10osvendor/Makefile.am 2007-04-24 11:42:44.000000000 -0400 @@ -7,7 +7,8 @@ 10-rfkill-switch.fdi \ 10-laptop-panel-mgmt-policy.fdi \ |