diff options
author | 2006-04-29 03:03:43 +0000 | |
---|---|---|
committer | 2006-04-29 03:03:43 +0000 | |
commit | 8c179d4dd912a8ee9c1310a24e8506d47a4b0d7e (patch) | |
tree | 4c207cde09387367d62edd9ca3dc7f2a09a89cab /sys-apps/pmount | |
parent | Stable on SPARC. (diff) | |
download | gentoo-2-8c179d4dd912a8ee9c1310a24e8506d47a4b0d7e.tar.gz gentoo-2-8c179d4dd912a8ee9c1310a24e8506d47a4b0d7e.tar.bz2 gentoo-2-8c179d4dd912a8ee9c1310a24e8506d47a4b0d7e.zip |
hal will now be doing the keepdir Bug 130795
(Portage version: 2.1_pre9-r5)
Diffstat (limited to 'sys-apps/pmount')
-rw-r--r-- | sys-apps/pmount/ChangeLog | 6 | ||||
-rw-r--r-- | sys-apps/pmount/pmount-0.9.9.ebuild | 7 |
2 files changed, 9 insertions, 4 deletions
diff --git a/sys-apps/pmount/ChangeLog b/sys-apps/pmount/ChangeLog index 9db45c3de47c..d9eed3c5efa2 100644 --- a/sys-apps/pmount/ChangeLog +++ b/sys-apps/pmount/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/pmount # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/pmount/ChangeLog,v 1.23 2006/04/28 03:35:16 steev Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pmount/ChangeLog,v 1.24 2006/04/29 03:03:43 steev Exp $ + + 29 Apr 2006; Steev Klimaszewski <steev@gentoo.org> pmount-0.9.9.ebuild: + hal now does the keepdir on /media so that we don't get collisions from pmount + and gnome-mount (which can co-exist). Bug 130795. *pmount-0.9.9 (28 Apr 2006) diff --git a/sys-apps/pmount/pmount-0.9.9.ebuild b/sys-apps/pmount/pmount-0.9.9.ebuild index 51c5be5067f5..e393f7fb94a2 100644 --- a/sys-apps/pmount/pmount-0.9.9.ebuild +++ b/sys-apps/pmount/pmount-0.9.9.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/pmount/pmount-0.9.9.ebuild,v 1.1 2006/04/28 03:35:16 steev Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pmount/pmount-0.9.9.ebuild,v 1.2 2006/04/29 03:03:43 steev Exp $ inherit eutils flag-o-matic @@ -30,8 +30,9 @@ src_unpack() { } src_install () { - #this is where we mount stuff - keepdir /media + # this is where we mount stuff + # moved to hal as of 0.5.7-r1 + #keepdir /media # Must be run SETUID exeinto /usr/bin |