diff options
author | Daniel Gryniewicz <dang@gentoo.org> | 2010-07-14 12:14:07 +0000 |
---|---|---|
committer | Daniel Gryniewicz <dang@gentoo.org> | 2010-07-14 12:14:07 +0000 |
commit | 10ad1893f0ac65065e0a2ddc4196da9692309ad2 (patch) | |
tree | 42cdfd7269c54e453d872509fca05767c1fc0936 /sys-apps | |
parent | fix patch finally, thanks arfrever for pointing out (diff) | |
download | gentoo-2-10ad1893f0ac65065e0a2ddc4196da9692309ad2.tar.gz gentoo-2-10ad1893f0ac65065e0a2ddc4196da9692309ad2.tar.bz2 gentoo-2-10ad1893f0ac65065e0a2ddc4196da9692309ad2.zip |
Fix typo in comment
(Portage version: 2.2_rc67/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.14-r2.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/sys-apps/hal/ChangeLog b/sys-apps/hal/ChangeLog index 412b6e48f0c4..70a687afc114 100644 --- a/sys-apps/hal/ChangeLog +++ b/sys-apps/hal/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/hal # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/ChangeLog,v 1.318 2010/06/27 20:24:51 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/ChangeLog,v 1.319 2010/07/14 12:14:07 dang Exp $ + + 14 Jul 2010; Daniel Gryniewicz <dang@gentoo.org> hal-0.5.14-r2.ebuild: + Fix typo in comment 27 Jun 2010; Christian Faulhammer <fauli@gentoo.org> hal-0.5.14-r2.ebuild: stable x86, bug 323943 diff --git a/sys-apps/hal/hal-0.5.14-r2.ebuild b/sys-apps/hal/hal-0.5.14-r2.ebuild index f8e3eeeebb55..de038ce7b2f5 100644 --- a/sys-apps/hal/hal-0.5.14-r2.ebuild +++ b/sys-apps/hal/hal-0.5.14-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/hal-0.5.14-r2.ebuild,v 1.5 2010/06/27 20:24:51 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/hal-0.5.14-r2.ebuild,v 1.6 2010/07/14 12:14:07 dang Exp $ EAPI="2" @@ -294,9 +294,9 @@ pkg_postinst() { elog "scripts, this should be done like this :" elog "\`rc-update add hald default\`" echo - elog "Access to hal is not protected by either policykit or the plugdev group." + elog "Access to hal is now protected by either policykit or the plugdev group." elog "If you have problems discovering/configuring hardware, try adding" - elog "yourself to plugdev." + elog "yourself to plugdev, or ensuring consolekit is started" echo elog "IF you have additional applications which consume ACPI events, you" elog "should consider installing acpid to allow applications to share ACPI" |