ports/net/freenet6/files/patch-src_lib_config.c
Edwin Groothuis a46406e44d Update to 5.1
Please note that the name of the program and the configuration files
has changed dramatically.
2008-07-20 14:02:42 +00:00

11 lines
339 B
C

--- src/lib/config.c.orig 2007-11-29 04:27:29.000000000 +1100
+++ src/lib/config.c 2008-07-20 23:56:02.000000000 +1000
@@ -284,7 +284,7 @@
tConf CmdLine;
int status = NO_ERROR;
struct in_addr addr;
- const char* cszTemplDir = "template";
+ const char* cszTemplDir = "bin";
#ifdef V4V6_SUPPORT
struct in6_addr addr6;
#endif