summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps/hal')
-rw-r--r--sys-apps/hal/ChangeLog6
-rw-r--r--sys-apps/hal/hal-0.5.7-r1.ebuild7
2 files changed, 11 insertions, 2 deletions
diff --git a/sys-apps/hal/ChangeLog b/sys-apps/hal/ChangeLog
index cad7c8aed515..0b65301935e3 100644
--- a/sys-apps/hal/ChangeLog
+++ b/sys-apps/hal/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-apps/hal
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/ChangeLog,v 1.84 2006/04/27 05:48:26 steev Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/ChangeLog,v 1.85 2006/04/29 03:09:40 steev Exp $
+
+ 29 Apr 2006; Steev Klimaszewski <steev@gentoo.org> hal-0.5.7-r1.ebuild:
+ We now keepdir /media in hal as both gnome-mount and pmount can use it - Bug
+ 130795
27 Apr 2006; Steev Klimaszewski <steev@gentoo.org> hal-0.5.7.ebuild,
hal-0.5.7-r1.ebuild:
diff --git a/sys-apps/hal/hal-0.5.7-r1.ebuild b/sys-apps/hal/hal-0.5.7-r1.ebuild
index a99dafcd1e8e..7f366353bd18 100644
--- a/sys-apps/hal/hal-0.5.7-r1.ebuild
+++ b/sys-apps/hal/hal-0.5.7-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/hal-0.5.7-r1.ebuild,v 1.2 2006/04/27 05:48:26 steev Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/hal-0.5.7-r1.ebuild,v 1.3 2006/04/29 03:09:40 steev Exp $
inherit eutils linux-info debug
@@ -151,6 +151,11 @@ src_install() {
# Script to unmount devices if they are yanked out (from upstream)
exeinto /etc/dev.d/default
doexe "${FILESDIR}"/hal-unmount.dev
+
+ # We now create and keep /media here as both gnome-mount and pmount
+ # use these directories, to avoid collision.
+ dodir /media
+ keepdir /media
}
pkg_postinst() {