mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-28 10:08:24 +00:00
08a006d08a
'__' instead.
12 lines
326 B
C
12 lines
326 B
C
--- src/configfile.c.orig Thu Apr 26 01:50:01 2001
|
|
+++ src/configfile.c Thu Apr 26 01:50:20 2001
|
|
@@ -45,7 +45,7 @@
|
|
#define S_IWUSR 00200
|
|
#endif
|
|
|
|
-#define GLOBAL_FINGERCONF "/etc/fingerconf"
|
|
+#define GLOBAL_FINGERCONF "%%PREfiX%%/etc/fingerconf"
|
|
|
|
char *configfile = GLOBAL_FINGERCONF;
|
|
Node * readconfig(char *filename);
|