www-client/netsurf: tweak elog to mention /dev, not /etc, bug #552562
authorSergei Trofimovich <slyfox@gentoo.org>
Mon, 10 Aug 2015 20:54:54 +0000 (21:54 +0100)
committerSergei Trofimovich <slyfox@gentoo.org>
Mon, 10 Aug 2015 21:38:16 +0000 (22:38 +0100)
Package-Manager: portage-2.2.20

www-client/netsurf/netsurf-3.2-r1.ebuild
www-client/netsurf/netsurf-3.3-r1.ebuild

index b8ef15ed96a26b4c44f468195f429cb3d439ec13..33d20f95bf55ce9a52db0f50f9bc217cd6828f6d 100644 (file)
@@ -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}" )
index bcbee5107e47472e7889419b71ee1848875c10e1..6d3298151e060f801299e6ba021911b23c7e2b40 100644 (file)
@@ -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}" )