diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2005-12-31 04:28:08 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2005-12-31 04:28:08 +0000 |
commit | 92eaeee9b4825e756cad08a3219d67a291d5a1f4 (patch) | |
tree | 574f22f99f9e1e655e1f2fbbf02d5628ca59a3bf /security/john/files/patch-john.conf | |
parent | Back out previous commit. (diff) |
- Update to 1.6.40
- Be more picky about whats PORTDOCS and what not
- Moved john.conf from ${DATADIR} to ${PREFIX}/etc
- Preserve existing/changed config file on install/deinstall
- Remove files/patch-john.conf
Notes
Notes:
svn path=/head/; revision=152468
Diffstat (limited to 'security/john/files/patch-john.conf')
-rw-r--r-- | security/john/files/patch-john.conf | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/security/john/files/patch-john.conf b/security/john/files/patch-john.conf deleted file mode 100644 index 4eb2646241ca..000000000000 --- a/security/john/files/patch-john.conf +++ /dev/null @@ -1,41 +0,0 @@ ---- ../run/john.conf Wed Aug 20 22:56:16 2003 -+++ ../run/john.conf Wed Apr 14 15:28:33 2004 -@@ -5,7 +5,7 @@ - - [Options] - # Wordlist file name, to be used in batch mode --Wordlist = $JOHN/password.lst -+Wordlist = %%PREFIX%%/share/john/password.lst - # Use idle cycles only - Idle = N - # Crash recovery file saving delay in seconds -@@ -316,25 +316,25 @@ - - # Incremental modes - [Incremental:All] --File = $JOHN/all.chr -+File = %%PREFIX%%/share/john/all.chr - MinLen = 0 - MaxLen = 8 - CharCount = 95 - - [Incremental:Alpha] --File = $JOHN/alpha.chr -+File = %%PREFIX%%/share/john/alpha.chr - MinLen = 1 - MaxLen = 8 - CharCount = 26 - - [Incremental:Digits] --File = $JOHN/digits.chr -+File = %%PREFIX%%/share/john/digits.chr - MinLen = 1 - MaxLen = 8 - CharCount = 10 - - [Incremental:LanMan] --File = $JOHN/lanman.chr -+File = %%PREFIX%%/share/john/lanman.chr - MinLen = 0 - MaxLen = 7 - CharCount = 69 |