> Ph. Marek wrote on 16/11/2006 09:15:
>> Could you please tell me what
>> $ locale
>> and
>> $ locale -a
>> print?
>
> as said before, no locale on openbsd
>
> $ locale
> bash: locale: command not found
> $ env |egrep -i '(lc|lang)'
> $
>
> seems it doesn't exist in base, see
> http://www.undeadly.org/cgi?action=article&sid=20030206041352
> another direction seems "citrus patch" but not in base too
> http://www.undeadly.org/cgi?action=article&sid=20050518060555
Does this work for you?
=== fsvs.c
==================================================================
--- fsvs.c (revision 860)
+++ fsvs.c (local)
@@ -497,6 +497,7 @@
local_codeset=NULL;
}
+ local_codeset=NULL;
if (!local_codeset)
DEBUGP("codeset: using identity");
--
Versioning your /etc, /home or even your whole installation?
Try fsvs (fsvs.tigris.org)!
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]