summaryrefslogtreecommitdiff
path: root/news/husky-msged/files/patch-fconf.c
diff options
context:
space:
mode:
authorMax Khon <fjoe@FreeBSD.org>2003-01-05 19:34:27 +0000
committerMax Khon <fjoe@FreeBSD.org>2003-01-05 19:34:27 +0000
commit8b89c2bbe46ade68b31fb8f751828677d35a376f (patch)
treea1f9428ebf0bc74d82f72d411058fdca307d87c2 /news/husky-msged/files/patch-fconf.c
parentUpgrade to jftpgw-0.13.2 (diff)
Add ports for Husky Fidosoft Project (most of modules from it).
Notes
Notes: svn path=/head/; revision=72598
Diffstat (limited to '')
-rw-r--r--news/husky-msged/files/patch-fconf.c15
1 files changed, 15 insertions, 0 deletions
diff --git a/news/husky-msged/files/patch-fconf.c b/news/husky-msged/files/patch-fconf.c
new file mode 100644
index 000000000000..b9d8b45e4601
--- /dev/null
+++ b/news/husky-msged/files/patch-fconf.c
@@ -0,0 +1,15 @@
+--- fconf.c.orig Mon Jan 6 00:37:00 2003
++++ fconf.c Mon Jan 6 00:39:10 2003
+@@ -317,8 +317,12 @@
+
+ if (filename == NULL)
+ {
++#if defined(FIDOCONFIG_FILE)
++ filename = FIDOCONFIG_FILE;
++#else
+ printf ("\r\nError: You must set the FIDOCONFIG environment variable!\n");
+ return;
++#endif
+ }
+
+ fc_default_address_set = 0;