9d3118a215
one's own passwd(8) program to keep users from making guessable passwords by filtering them out at the source. PR: 23392 Submitted by: Andrew J. Korty <ajk@iu.edu>
18 lines
459 B
Plaintext
18 lines
459 B
Plaintext
--- Makefile.orig Sat Apr 22 09:47:37 2000
|
|
+++ Makefile Sat Apr 22 09:48:06 2000
|
|
@@ -9,12 +9,12 @@
|
|
###
|
|
# set this to the absolute path (less extn) of compressed dict.
|
|
|
|
-DICTPATH="/usr/local/lib/pw_dict"
|
|
+DICTPATH="/usr/local/libdata/cracklib/pw_dict"
|
|
|
|
###
|
|
# Set this to the path of one or more files continaing wordlists.
|
|
|
|
-SRCDICTS=/usr/dict/words
|
|
+SRCDICTS=/usr/share/dict/words
|
|
|
|
###
|
|
# If you have installed the cracklib-dicts directory, use this
|