]> git.pld-linux.org Git - packages/john.git/commitdiff
- /usr/dict/linux.words -> /usr/share/dict/words
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 16 Feb 2001 00:28:16 +0000 (00:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    john-1.6.PLD.diff -> 1.2

john-1.6.PLD.diff

index 59bdf2aed5fefc6395617fefbbb00d9c0422f236..70c10b5e6f95a1149cca41e8173d73a1497f1e20 100644 (file)
@@ -6,7 +6,7 @@ diff -urN john-1.6.orig/run/john.ini john-1.6/run/john.ini
  [Options]
  # Wordlist file name, to be used in batch mode
 -Wordfile = ~/password.lst
-+Wordfile = /usr/dict/linux.words
++Wordfile = /usr/share/dict/words
  # Use idle cycles only
  Idle = N
  # Crash recovery file saving delay in seconds
@@ -117,7 +117,7 @@ diff -urN john-1.6.orig/src/params.h john-1.6/src/params.h
 +#define LOG_NAME                      "~/.john.pot"
 +#define CFG_NAME                      "/usr/lib/john/john.ini"
 +#define RECOVERY_NAME                 "~/.john.restore"
-+#define WORDLIST_NAME                 "/usr/dict/linux.words"
++#define WORDLIST_NAME                 "/usr/share/dict/words"
  
  /*
   * Configuration file section names.
This page took 0.090807 seconds and 4 git commands to generate.