reassign 309746 cracklib-runtime
tags 309746 + patch
thanks

I found this problem is because word database is corrupted when
it was built with LANG=sk_SK.
I suspect other latin languages are affected by this bug.

Solution is to run each commands with LC_ALL=C in
/usr/sbin/crack_mkdict.
--------------------------------------------------------
--- crack_mkdict.old    2005-05-20 06:08:26.000000000 +0900
+++ crack_mkdict      2005-05-20 06:10:25.000000000 +0900
@@ -10,7 +10,8 @@

 ### in case of explosion, invoke "sort" with "-T" option pointing to a lot
 ### of free space in a directory somewhere.
-
+LC_ALL=C
+export LC_ALL
 SORT="sort"
 ###SORT="sort -T /tmp"
--------------------------------------------------------

Thanks,
-- 
Kenshi Muto
[EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to