summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps/inputd/inputd-0.1.1.ebuild')
-rw-r--r--sys-apps/inputd/inputd-0.1.1.ebuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys-apps/inputd/inputd-0.1.1.ebuild b/sys-apps/inputd/inputd-0.1.1.ebuild
index 1788cf355ad4..055905421159 100644
--- a/sys-apps/inputd/inputd-0.1.1.ebuild
+++ b/sys-apps/inputd/inputd-0.1.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/inputd/inputd-0.1.1.ebuild,v 1.2 2007/10/28 13:58:07 phreak Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/inputd/inputd-0.1.1.ebuild,v 1.3 2007/10/30 07:27:18 killerfox Exp $
inherit eutils
@@ -33,4 +33,8 @@ pkg_postinst() {
ewarn "The configuration syntax has slightly changed between "
ewarn "inputd 0.0.x and 0.1.x. Please make sure every statement "
ewarn "ends with a semicolon (;)."
+ ewarn
+ ewarn "If you encounter problem after an upgrade to >=udev-116-r1 "
+ ewarn "please note that the path from /dev/misc/uinput might be changed to "
+ ewarn "/dev/input/uinput"
}