diff options
author | Daniel Gryniewicz <dang@gentoo.org> | 2009-06-07 22:59:48 +0000 |
---|---|---|
committer | Daniel Gryniewicz <dang@gentoo.org> | 2009-06-07 22:59:48 +0000 |
commit | fb47f141c0690474ade2fe63272a381f655c1b31 (patch) | |
tree | 547fab0c0ea38b9055af98a4ec0972b3a0c5b5ba /sys-apps | |
parent | Version bump (bug #272571). (diff) | |
download | gentoo-2-fb47f141c0690474ade2fe63272a381f655c1b31.tar.gz gentoo-2-fb47f141c0690474ade2fe63272a381f655c1b31.tar.bz2 gentoo-2-fb47f141c0690474ade2fe63272a381f655c1b31.zip |
Update plugdev message to be more explicit
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/hal/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/hal/hal-0.5.12_rc1-r6.ebuild | 6 |
2 files changed, 8 insertions, 3 deletions
diff --git a/sys-apps/hal/ChangeLog b/sys-apps/hal/ChangeLog index b992cf5b7099..96457c80e67e 100644 --- a/sys-apps/hal/ChangeLog +++ b/sys-apps/hal/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/hal # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/ChangeLog,v 1.287 2009/06/01 22:51:46 dang Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/ChangeLog,v 1.288 2009/06/07 22:59:48 dang Exp $ + + 07 Jun 2009; Daniel Gryniewicz <dang@gentoo.org> hal-0.5.12_rc1-r6.ebuild: + Update plugdev message to be more explicit *hal-0.5.12_rc1-r6 (01 Jun 2009) diff --git a/sys-apps/hal/hal-0.5.12_rc1-r6.ebuild b/sys-apps/hal/hal-0.5.12_rc1-r6.ebuild index 1e850b962929..1cb26028b21d 100644 --- a/sys-apps/hal/hal-0.5.12_rc1-r6.ebuild +++ b/sys-apps/hal/hal-0.5.12_rc1-r6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/hal-0.5.12_rc1-r6.ebuild,v 1.1 2009/06/01 22:51:46 dang Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/hal-0.5.12_rc1-r6.ebuild,v 1.2 2009/06/07 22:59:48 dang Exp $ EAPI="2" @@ -282,7 +282,9 @@ pkg_postinst() { elog "scripts, this should be done like this :" elog "\`rc-update add hald default\`" echo - elog "Looking for automounting support? Add yourself to the plugdev group" + elog "Access to hal is not protected by either policykit or the plugdev group." + elog "If you have problems discovering/configuring hardware, try adding" + elog "yourself to plugdev." echo elog "IF you have additional applications which consume ACPI events, you" elog "should consider installing acpid to allow applications to share ACPI" |