openbsd-ports/security/john/patches/patch-params.h
espie 1c1b99c22d Repair john.
Flavorize k6, as package buildings should be reproducible
2000-10-31 14:53:58 +00:00

19 lines
498 B
C

--- params.h.orig Thu Dec 3 01:29:50 1998
+++ params.h Tue Oct 31 13:59:57 2000
@@ -52,10 +52,11 @@
/*
* File names.
*/
-#define LOG_NAME "~/john.pot"
-#define CFG_NAME "~/john.ini"
-#define RECOVERY_NAME "~/restore"
-#define WORDLIST_NAME "~/password.lst"
+#define LOG_NAME "john.pot"
+#undef CFG_NAME
+#define CFG_NAME "@JOHN_HOME@/john.ini"
+#define RECOVERY_NAME "john.restore"
+#define WORDLIST_NAME "@JOHN_HOME@/password.lst"
/*
* Configuration file section names.