1c1b99c22d
Flavorize k6, as package buildings should be reproducible
19 lines
498 B
C
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.
|