add location of cracklib-small on Debian
authorEdward Betts <redacted>
Thu, 12 Jan 2017 08:00:03 +0000 (08:00 +0000)
committerEdward Betts <redacted>
Thu, 12 Jan 2017 08:00:03 +0000 (08:00 +0000)
xkcdpass/xkcd_password.py

index e9d4fd7f4e92e85e2ed5df848db5c3aeb7e69a78..9fc1fe4199b33353760fd46e5486683fe9c92522 100755 (executable)
@@ -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"]
git clone https://git.99rst.org/PROJECT