From: Edward Betts Date: Thu, 12 Jan 2017 08:00:03 +0000 (+0000) Subject: add location of cracklib-small on Debian X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=ca04d3622d087e4e5992d5e9794b33d673198e28;p=redacted-XKCD-password-generator.git add location of cracklib-small on Debian --- diff --git a/xkcdpass/xkcd_password.py b/xkcdpass/xkcd_password.py index e9d4fd7..9fc1fe4 100755 --- a/xkcdpass/xkcd_password.py +++ b/xkcdpass/xkcd_password.py @@ -87,6 +87,7 @@ def locate_wordfile(): 'static', 'default.txt') common_word_files = ["/usr/share/cracklib/cracklib-small", + "/usr/share/dict/cracklib-small", static_default, "/usr/dict/words", "/usr/share/dict/words"]