From 7117a1d4ad0f84d5e960408aac36730a062a5510 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Sun, 2 Feb 1997 01:28:04 +0000 Subject: This is Alec Muffett's password guessing program. This version (5.0) supports the 4.4BSD password format, and also FreeBSD's MD5 style passwords. --- security/crack/files/patch-03 | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 security/crack/files/patch-03 (limited to 'security/crack/files/patch-03') diff --git a/security/crack/files/patch-03 b/security/crack/files/patch-03 new file mode 100644 index 000000000000..da762f3d7092 --- /dev/null +++ b/security/crack/files/patch-03 @@ -0,0 +1,11 @@ +--- conf/dictgrps.conf.orig Fri Dec 13 10:32:34 1996 ++++ conf/dictgrps.conf Fri Jan 31 11:16:16 1997 +@@ -16,7 +16,7 @@ + # Dict '2' is created from $CRACK_HOME/dict/2/* + # Dict '3' is created from $CRACK_HOME/dict/3/* + +-1:/usr/dict/*words* dict/1/* ++1:/usr/share/dict/*words* dict/1/* + 2:dict/2/* + 3:dict/3/* + -- cgit v1.2.3