Author: branden Date: 2005-03-26 00:52:45 -0500 (Sat, 26 Mar 2005) New Revision: 2225
Modified: trunk/debian/CHANGESETS trunk/debian/changelog trunk/debian/local/lxterm Log: In lxterm, redirect the standard error output of "locale charmap" to /dev/null so that we don't attempt to parse it. Thanks to Denis Barbier for pointing this out. Modified: trunk/debian/CHANGESETS =================================================================== --- trunk/debian/CHANGESETS 2005-03-16 22:04:47 UTC (rev 2224) +++ trunk/debian/CHANGESETS 2005-03-26 05:52:45 UTC (rev 2225) @@ -37,4 +37,9 @@ the Xpm library, which that advisory covered. 2222 +In lxterm, redirect the standard error output of "locale charmap" to +/dev/null so that we don't attempt to parse it. Thanks to Denis Barbier +for pointing this out. + 2225 + vim:set ai et sts=4 sw=4 tw=80: Modified: trunk/debian/changelog =================================================================== --- trunk/debian/changelog 2005-03-16 22:04:47 UTC (rev 2224) +++ trunk/debian/changelog 2005-03-26 05:52:45 UTC (rev 2225) @@ -29,8 +29,12 @@ CAN-2004-0914 as a potential security threat -- XFree86 3.x did not ship the Xpm library, which that advisory covered. - -- Branden Robinson <[EMAIL PROTECTED]> Sun, 13 Mar 2005 20:07:33 -0500 + * In lxterm, redirect the standard error output of "locale charmap" to + /dev/null so that we don't attempt to parse it. Thanks to Denis Barbier + for pointing this out. + -- Branden Robinson <[EMAIL PROTECTED]> Sat, 26 Mar 2005 00:51:17 -0500 + xfree86 (4.3.0.dfsg.1-12) unstable; urgency=medium * Urgency set to medium due to fix for release-critical bug #295175 Modified: trunk/debian/local/lxterm =================================================================== --- trunk/debian/local/lxterm 2005-03-16 22:04:47 UTC (rev 2224) +++ trunk/debian/local/lxterm 2005-03-26 05:52:45 UTC (rev 2225) @@ -13,7 +13,7 @@ die "required program \"locale\" not available" fi -case "$(locale charmap)" in +case "$(locale charmap 2>/dev/null)" in KOI8-R) XTERM=koi8rxterm ;; -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]