You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
648 B
22 lines
648 B
Index: src/params.h |
|
--- src/params.h.orig 2005-12-16 16:47:25 +0100 |
|
+++ src/params.h 2005-12-18 20:29:41 +0100 |
|
@@ -22,15 +22,15 @@ |
|
* will probably want to set this to 1 for their builds of John. |
|
*/ |
|
#ifndef JOHN_SYSTEMWIDE |
|
-#define JOHN_SYSTEMWIDE 0 |
|
+#define JOHN_SYSTEMWIDE 1 |
|
#endif |
|
|
|
#if JOHN_SYSTEMWIDE |
|
#ifndef JOHN_SYSTEMWIDE_EXEC |
|
-#define JOHN_SYSTEMWIDE_EXEC "/usr/libexec/john" |
|
+#define JOHN_SYSTEMWIDE_EXEC "@l_prefix@/libexec/john" |
|
#endif |
|
#ifndef JOHN_SYSTEMWIDE_HOME |
|
-#define JOHN_SYSTEMWIDE_HOME "/usr/share/john" |
|
+#define JOHN_SYSTEMWIDE_HOME "@l_prefix@/etc/john" |
|
#endif |
|
#define JOHN_PRIVATE_HOME "~/.john" |
|
#endif
|
|
|