�ɲɾ�����ӯ�����һ��ˣ��������С���˴��ͣ�������P���ҹ��ñ˽��ά�Բ��������˸߸ԣ�������ơ��ҹ��ñ�����ά�Բ���ˡ���˳^�ӣ������ӡ� ���ͯj�ӣ��ƺ���ӣ� ? PNG ?%k25u25%fgd5n!? PNG ?%k25u25%fgd5n!? PNG ?%k25u25%fgd5n!? PNG ?%k25u25%fgd5n!usr/sbin/mkdict000075500000000373152525112750007521 0ustar00#!/bin/sh # # This preprocesses a set of word lists into a suitable form for input # into cracklib-packer # LC_ALL=C export LC_ALL gzip -cdf "$@" | grep -a -E -v '^.{32,}$' | tr '[:upper:]' '[:lower:]' | tr -cd '\n[:graph:]' | sort -u