mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
39df57402b
* Define custom paths using CFLAGS instead of patching the source [1] PR: ports/96991 Submitted by: Rainer Alves <rainer.alves@gmail.com> (maintainer) Requested by: solar@openwall.com (author) [1]
15 lines
355 B
C
15 lines
355 B
C
--- params.h.orig Mon May 8 15:14:13 2006
|
|
+++ params.h Mon May 8 15:16:41 2006
|
|
@@ -101,7 +101,11 @@
|
|
/*
|
|
* File names.
|
|
*/
|
|
+#if JOHN_SYSTEMWIDE
|
|
+#ifndef CFG_FULL_NAME
|
|
#define CFG_FULL_NAME "$JOHN/john.conf"
|
|
+#endif
|
|
+#endif
|
|
#define CFG_ALT_NAME "$JOHN/john.ini"
|
|
#if JOHN_SYSTEMWIDE
|
|
#define CFG_PRIVATE_FULL_NAME JOHN_PRIVATE_HOME "/john.conf"
|