summaryrefslogtreecommitdiff
path: root/net/pfinger/files/patch-src__configfile.c
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-29 17:12:47 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-29 17:12:47 +0000
commit08a006d08a4c35d2c3ecc9a3d10cf7fd14661a84 (patch)
tree0cfc4f0736babb895eb97a65c6defe632a0249c7 /net/pfinger/files/patch-src__configfile.c
parenteditors/fte: update to 20110708 (diff)
Rename all patches that contain '::' as a path separator, and use
'__' instead.
Notes
Notes: svn path=/head/; revision=363362
Diffstat (limited to 'net/pfinger/files/patch-src__configfile.c')
-rw-r--r--net/pfinger/files/patch-src__configfile.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/net/pfinger/files/patch-src__configfile.c b/net/pfinger/files/patch-src__configfile.c
new file mode 100644
index 000000000000..ebdeeee673e2
--- /dev/null
+++ b/net/pfinger/files/patch-src__configfile.c
@@ -0,0 +1,11 @@
+--- 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);