diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2009-08-13 12:09:28 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2009-08-13 12:09:28 +0000 |
commit | 84ec06d23b4da0298ac75dfc8c8260e536d447a4 (patch) | |
tree | 890c1687fff7eac79edbf81335d59a2a0851e2fd /sys-apps | |
parent | Version bump. (diff) | |
download | gentoo-2-84ec06d23b4da0298ac75dfc8c8260e536d447a4.tar.gz gentoo-2-84ec06d23b4da0298ac75dfc8c8260e536d447a4.tar.bz2 gentoo-2-84ec06d23b4da0298ac75dfc8c8260e536d447a4.zip |
Remove useless elog message
(Portage version: 2.2_rc38/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/halevt/ChangeLog | 7 | ||||
-rw-r--r-- | sys-apps/halevt/halevt-0.1.4-r2.ebuild | 6 |
2 files changed, 7 insertions, 6 deletions
diff --git a/sys-apps/halevt/ChangeLog b/sys-apps/halevt/ChangeLog index 75a86132a839..852cc3897c67 100644 --- a/sys-apps/halevt/ChangeLog +++ b/sys-apps/halevt/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-apps/halevt # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/halevt/ChangeLog,v 1.6 2009/07/17 13:07:18 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/halevt/ChangeLog,v 1.7 2009/08/13 12:09:28 hwoarang Exp $ + + 13 Aug 2009; Markos Chandras <hwoarang@gentoo.org> halevt-0.1.4-r2.ebuild: + Remove useless elog since hal allows root to mount devices without being + on + plugdev group 17 Jul 2009; Markos Chandras <hwoarang@gentoo.org> halevt-0.1.4-r2.ebuild: Add elog message as discussed on bug 276997 diff --git a/sys-apps/halevt/halevt-0.1.4-r2.ebuild b/sys-apps/halevt/halevt-0.1.4-r2.ebuild index aac7a3d1f3db..3a7a9a0026a0 100644 --- a/sys-apps/halevt/halevt-0.1.4-r2.ebuild +++ b/sys-apps/halevt/halevt-0.1.4-r2.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/halevt/halevt-0.1.4-r2.ebuild,v 1.2 2009/07/17 13:07:18 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/halevt/halevt-0.1.4-r2.ebuild,v 1.3 2009/08/13 12:09:28 hwoarang Exp $ EAPI="2" @@ -35,10 +35,6 @@ src_install () { } pkg_postinst() { - elog "You need to add user 'root' to 'plugdev' group" - elog "in order to be able to mount devices. To do that, use" - elog "the following command:" - elog "usermod -a -G plugdev root" einfo einfo "Default config file resides at /etc/halevt/halevt.xml." einfo |