Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
hwoarang 09/07/17 13:07:19
Modified: ChangeLog halevt-0.1.4-r2.ebuild
Log:
Add elog message as discussed on bug 276997
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Revision Changes Path
1.6 sys-apps/halevt/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/halevt/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/halevt/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/halevt/ChangeLog?r1=1.5&r2=1.6
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/halevt/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog 19 Jun 2009 18:41:27 -0000 1.5
+++ ChangeLog 17 Jul 2009 13:07:18 -0000 1.6
@@ -1,6 +1,9 @@
# 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.5 2009/06/19 18:41:27 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/halevt/ChangeLog,v 1.6 2009/07/17 13:07:18 hwoarang Exp $
+
+ 17 Jul 2009; Markos Chandras <hwoarang@g.o> halevt-0.1.4-r2.ebuild:
+ Add elog message as discussed on bug 276997
*halevt-0.1.4-r2 (19 Jun 2009)
1.2 sys-apps/halevt/halevt-0.1.4-r2.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/halevt/halevt-0.1.4-r2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/halevt/halevt-0.1.4-r2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/halevt/halevt-0.1.4-r2.ebuild?r1=1.1&r2=1.2
Index: halevt-0.1.4-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/halevt/halevt-0.1.4-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- halevt-0.1.4-r2.ebuild 19 Jun 2009 18:41:27 -0000 1.1
+++ halevt-0.1.4-r2.ebuild 17 Jul 2009 13:07:18 -0000 1.2
@@ -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.1 2009/06/19 18:41:27 hwoarang Exp $
+# $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 $
EAPI="2"
@@ -35,6 +35,10 @@
}
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
|
|