]> git.pld-linux.org Git - packages/cracklib.git/blob - cracklib-pld.patch
- added using CVS keywords in %changelog (for automating them).
[packages/cracklib.git] / cracklib-pld.patch
1 diff -Nur cracklib,2.7/Makefile cracklib,2.7.pld/Makefile
2 --- cracklib,2.7/Makefile       Sun Jun 13 11:05:49 1999
3 +++ cracklib,2.7.pld/Makefile   Sun Jun 13 11:05:30 1999
4 @@ -16,12 +16,12 @@
5  ###
6  # set this to the absolute path (less extn) of compressed dict.
7  
8 -DICTPATH="/usr/lib/cracklib_dict"
9 +DICTPATH="/usr/share/dict/cracklib_dict"
10  
11  ###
12  # Set this to the path of one or more files continaing wordlists.
13  
14 -SRCDICTS=/usr/dict/words /usr/dict/extra.words
15 +SRCDICTS=/usr/share/dict/words 
16  
17  ###
18  # If you have installed the cracklib-dicts directory, use this
19 diff -Nur cracklib,2.7/cracklib/crack.h cracklib,2.7.pld/cracklib/crack.h
20 --- cracklib,2.7/cracklib/crack.h       Sun Jun 13 11:05:49 1999
21 +++ cracklib,2.7.pld/cracklib/crack.h   Sun Jun 13 11:04:48 1999
22 @@ -3,7 +3,7 @@
23  #define CRACKLIB_H
24  
25  /* Pass this function a password (pw) and a path to the
26 - * dictionaries (/usr/lib/cracklib_dict should be specified)
27 + * dictionaries (/usr/share/dict/cracklib_dict should be specified)
28   * and it will either return a NULL string, meaning that the
29   * password is good, or a pointer to a string that explains the
30   * problem with the password.
31 diff -Nur cracklib,2.7/cracklib/genrules.pl cracklib,2.7.pld/cracklib/genrules.pl
32 --- cracklib,2.7/cracklib/genrules.pl   Mon Dec 15 02:15:49 1997
33 +++ cracklib,2.7.pld/cracklib/genrules.pl       Sun Jun 13 11:04:48 1999
34 @@ -1,4 +1,4 @@
35 -#!/usr/local/bin/perl
36 +#!/usr/bin/perl
37  
38  ###
39  # This program is copyright Alec Muffett 1997. The author disclaims all
40 diff -Nur cracklib,2.7/util/create-cracklib-dict cracklib,2.7.pld/util/create-cracklib-dict
41 --- cracklib,2.7/util/create-cracklib-dict      Sun Jun 13 11:05:49 1999
42 +++ cracklib,2.7.pld/util/create-cracklib-dict  Sun Jun 13 11:04:48 1999
43 @@ -6,10 +6,10 @@
44      echo "This script takes one or more word list files as arguments"
45      echo "and converts them into cracklib dictionaries for use"
46      echo "by password checking programs. The results are placed in"
47 -    echo "/usr/lib/cracklib_dict.*"
48 +    echo "/usr/share/dict/cracklib_dict.*"
49      echo
50      echo "Example:"
51 -    echo "/usr/sbin/create-cracklib-dict /usr/dict/words"
52 +    echo "/usr/sbin/create-cracklib-dict /usr/share/dict/words"
53  else
54 -    /usr/sbin/mkdict $* | /usr/sbin/packer /usr/lib/cracklib_dict
55 +    /usr/sbin/mkdict $* | /usr/sbin/packer /usr/share/dict/cracklib_dict
56  fi
This page took 0.062417 seconds and 3 git commands to generate.