]> git.pld-linux.org Git - packages/cracklib.git/blame - cracklib-pld.patch
- fixed using macros
[packages/cracklib.git] / cracklib-pld.patch
CommitLineData
a44877a5 1diff -Nur cracklib,2.7/Makefile cracklib,2.7.pld/Makefile
2--- cracklib,2.7/Makefile Fri Jun 4 16:29:07 1999
3+++ cracklib,2.7.pld/Makefile Fri Jun 4 16:27:13 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 /usr/share/dict/extra.words
16
17 ###
18 # If you have installed the cracklib-dicts directory, use this
19diff -Nur cracklib,2.7/cracklib/genrules.pl cracklib,2.7.pld/cracklib/genrules.pl
20--- cracklib,2.7/cracklib/genrules.pl Mon Dec 15 02:15:49 1997
21+++ cracklib,2.7.pld/cracklib/genrules.pl Fri Jun 4 16:28:17 1999
22@@ -1,4 +1,4 @@
23-#!/usr/local/bin/perl
24+#!/usr/bin/perl
25
26 ###
27 # This program is copyright Alec Muffett 1997. The author disclaims all
28diff -Nur cracklib,2.7/util/create-cracklib-dict cracklib,2.7.pld/util/create-cracklib-dict
29--- cracklib,2.7/util/create-cracklib-dict Fri Jun 4 16:29:07 1999
30+++ cracklib,2.7.pld/util/create-cracklib-dict Fri Jun 4 16:27:58 1999
31@@ -9,7 +9,7 @@
32 echo "/usr/lib/cracklib_dict.*"
33 echo
34 echo "Example:"
35- echo "/usr/sbin/create-cracklib-dict /usr/dict/words"
36+ echo "/usr/sbin/create-cracklib-dict /usr/share/dict/words"
37 else
38- /usr/sbin/mkdict $* | /usr/sbin/packer /usr/lib/cracklib_dict
39+ /usr/sbin/mkdict $* | /usr/sbin/packer /usr/share/dict/cracklib_dict
40 fi
This page took 0.081354 seconds and 4 git commands to generate.