From 63dbca535b930794fb1fb1bf9ad986a4cf7482bb Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Mon, 10 Aug 2015 21:54:54 +0100 Subject: 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(-) (limited to 'www-client/netsurf') diff --git a/www-client/netsurf/netsurf-3.2-r1.ebuild b/www-client/netsurf/netsurf-3.2-r1.ebuild index b8ef15ed96a2..33d20f95bf55 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 bcbee5107e47..6d3298151e06 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}" ) -- cgit v1.2.3-65-gdbad