commit: 63dbca535b930794fb1fb1bf9ad986a4cf7482bb
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 10 20:54:54 2015 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Mon Aug 10 21:38:16 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63dbca53
www-client/netsurf: tweak elog to mention /dev, not /etc, bug #552562
Package-Manager: portage-2.2.20
www-client/netsurf/netsurf-3.2-r1.ebuild | 4 ++--
www-client/netsurf/netsurf-3.3-r1.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/www-client/netsurf/netsurf-3.2-r1.ebuild
b/www-client/netsurf/netsurf-3.2-r1.ebuild
index b8ef15e..33d20f9 100644
--- a/www-client/netsurf/netsurf-3.2-r1.ebuild
+++ b/www-client/netsurf/netsurf-3.2-r1.ebuild
@@ -122,8 +122,8 @@ src_install() {
elog "In order to setup the framebuffer console, netsurf needs
an /etc/fb.modes"
elog "You can use an example from
/usr/share/doc/${PF}/fb.modes.* (bug 427092)."
- elog "Please make /etc/input/mice readable to the account using
netsurf-fb."
- elog "Either use chmod a+r /etc/input/mice (security!!!) or use
an group."
+ elog "Please make /dev/input/mice readable to the account using
netsurf-fb."
+ elog "Either use chmod a+r /dev/input/mice (security!!!) or use
an group."
fi
if use gtk ; then
netsurf_makeconf=( "${netsurf_makeconf[@]/TARGET=*/TARGET=gtk}"
)
diff --git a/www-client/netsurf/netsurf-3.3-r1.ebuild
b/www-client/netsurf/netsurf-3.3-r1.ebuild
index bcbee51..6d32981 100644
--- a/www-client/netsurf/netsurf-3.3-r1.ebuild
+++ b/www-client/netsurf/netsurf-3.3-r1.ebuild
@@ -126,8 +126,8 @@ src_install() {
popd >/dev/null || die
elog "In order to setup the framebuffer console, netsurf needs
an /etc/fb.modes"
elog "You can use an example from
/usr/share/doc/${PF}/fb.modes.* (bug 427092)."
- elog "Please make /etc/input/mice readable to the account using
netsurf-fb."
- elog "Either use chmod a+r /etc/input/mice (security!!!) or use
an group."
+ elog "Please make /dev/input/mice readable to the account using
netsurf-fb."
+ elog "Either use chmod a+r /dev/input/mice (security!!!) or use
an group."
fi
if use gtk ; then
netsurf_makeconf=( "${netsurf_makeconf[@]/TARGET=*/TARGET=gtk}"
)