git.99rst.org
/
redacted-XKCD-password-generator.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
a7bde31
)
add location of cracklib-small on Debian
author
Edward Betts
<redacted>
Thu, 12 Jan 2017 08:00:03 +0000
(08:00 +0000)
committer
Edward Betts
<redacted>
Thu, 12 Jan 2017 08:00:03 +0000
(08:00 +0000)
xkcdpass/xkcd_password.py
patch
|
blob
|
history
diff --git
a/xkcdpass/xkcd_password.py
b/xkcdpass/xkcd_password.py
index e9d4fd7f4e92e85e2ed5df848db5c3aeb7e69a78..9fc1fe4199b33353760fd46e5486683fe9c92522 100755
(executable)
--- 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"]
git clone https://git.99rst.org/PROJECT