freebsd-ports/security/cracklib/files/patch-Makefile
Will Andrews 9d3118a215 Add cracklib 2.7, a library containing a function that can be used in
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>
2000-12-19 12:55:33 +00:00

17 lines
459 B
Text

--- 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