diff options
Diffstat (limited to 'net/freenet6/files/patch-src::lib::config.c')
-rw-r--r-- | net/freenet6/files/patch-src::lib::config.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/freenet6/files/patch-src::lib::config.c b/net/freenet6/files/patch-src::lib::config.c new file mode 100644 index 000000000000..235cf1186313 --- /dev/null +++ b/net/freenet6/files/patch-src::lib::config.c @@ -0,0 +1,11 @@ +--- src/lib/config.c.orig Wed Jun 30 01:06:13 2004 ++++ src/lib/config.c Sat Nov 20 14:44:44 2004 +@@ -270,7 +270,7 @@ + int tspInitialize(int argc, char *argv[], tConf *Conf) + { + tConf CmdLine; +- char *Templ = "template"; ++ char *Templ = "bin"; + + Conf->tsp_dir = NULL; + Conf->server = ""; |