diff options
author | 2011-06-20 07:43:21 +0000 | |
---|---|---|
committer | 2011-06-20 07:43:21 +0000 | |
commit | cfb7ea22872539a54b8bd45030a65d86eb8fcf7d (patch) | |
tree | db6fc4027cbf2afc5e257b8e6d4907401ae922d8 /sys-apps | |
parent | Version Bump, fix buffer overflow, make gcc46 resistent, fix build failure, #... (diff) | |
download | gentoo-2-cfb7ea22872539a54b8bd45030a65d86eb8fcf7d.tar.gz gentoo-2-cfb7ea22872539a54b8bd45030a65d86eb8fcf7d.tar.bz2 gentoo-2-cfb7ea22872539a54b8bd45030a65d86eb8fcf7d.zip |
Version bump. The new version introduces CD/DVD mounting support.
(Portage version: 2.2.0_alpha41_p11/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/uam/ChangeLog | 8 | ||||
-rw-r--r-- | sys-apps/uam/uam-0.2.ebuild (renamed from sys-apps/uam/uam-0.1.1-r1.ebuild) | 10 |
2 files changed, 12 insertions, 6 deletions
diff --git a/sys-apps/uam/ChangeLog b/sys-apps/uam/ChangeLog index c885d54e980a..3bbd7affba57 100644 --- a/sys-apps/uam/ChangeLog +++ b/sys-apps/uam/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sys-apps/uam # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/uam/ChangeLog,v 1.12 2011/04/30 21:00:53 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/uam/ChangeLog,v 1.13 2011/06/20 07:43:21 mgorny Exp $ + +*uam-0.2 (20 Jun 2011) + + 20 Jun 2011; Michał Górny <mgorny@gentoo.org> -uam-0.1.1-r1.ebuild, + +uam-0.2.ebuild: + Version bump. The new version introduces CD/DVD mounting support. *uam-0.1.1-r1 (30 Apr 2011) diff --git a/sys-apps/uam/uam-0.1.1-r1.ebuild b/sys-apps/uam/uam-0.2.ebuild index 6f48f2fb3c70..b15fa86fa0d5 100644 --- a/sys-apps/uam/uam-0.1.1-r1.ebuild +++ b/sys-apps/uam/uam-0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/uam/uam-0.1.1-r1.ebuild,v 1.1 2011/04/30 21:00:53 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/uam/uam-0.2.ebuild,v 1.1 2011/06/20 07:43:21 mgorny Exp $ EAPI=3 inherit autotools-utils eutils multilib @@ -40,10 +40,10 @@ pkg_postinst() { elog "is to use [sys-apps/pmount]. If you don't feel like installing" elog "additional tools, remember to sync before removing your USB stick." elog - elog "Another feature uam is not capable of is mounting removable media" - elog "in fixed drives, like CDs and floppies. You might, however, be able" - elog "to mount them as an unprivileged user using appropriate fstab entries" - elog "or [sys-apps/pmount]." + elog "If you'd like uam to mount ejectable media like CDs/DVDs, you need" + elog "to enable in-kernel media polling, e.g.:" + elog " echo 5000 > /sys/module/block/parameters/events_dfl_poll_msecs" + elog "where 5000 would mean a poll will occur every 5 seconds." elog elog "If you'd like to receive libnotify-based notifications, you need" elog "to install the [x11-misc/sw-notify-send] tool." |