From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on sa.int.altlinux.org X-Spam-Level: X-Spam-Status: No, score=-2.3 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.3 Message-ID: <47F24423.206@gmail.com> Date: Tue, 01 Apr 2008 18:18:11 +0400 From: Alexey Gladkov User-Agent: Mozilla/5.0 (X11; U; Linux i686; ru; rv:1.8.1.12) Gecko/20080304 Thunderbird/2.0.0.12 Mnenhy/0.7.5.0 MIME-Version: 1.0 To: Linux console tools development discussion References: <200803301319.32320.vapier@gentoo.org> In-Reply-To: <200803301319.32320.vapier@gentoo.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [kbd] [patch] fixup previous changes to loadunimap.c X-BeenThere: kbd@lists.altlinux.org X-Mailman-Version: 2.1.10b3 Precedence: list Reply-To: Linux console tools development discussion List-Id: Linux console tools development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Apr 2008 14:18:35 -0000 Archived-At: List-Archive: Mike Frysinger wrote: > iirc, a Debian patch made the change to loadunimap.c: > -static char *unidirpath[] = { "", DATADIR "/" UNIMAPDIR "/", 0 }; > +static char *unidirpath[] = { "", DATADIR "/" TRANSDIR "/", 0 }; > > that shouldnt be an exclusive change, it should be both dirs. the attached > patch fixes things. Commit 1.12-21-g5f2bf61 was wrong. It should be fixed. Only following change is needed for compatibility with console-tools: -static char *unisuffixes[] = { "", ".uni", 0 }; +static char *unisuffixes[] = { "", ".sfm", ".uni", 0 }; Thanks! -- Rgrds, legion