diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2008-07-20 14:02:42 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2008-07-20 14:02:42 +0000 |
commit | a46406e44dec33b49a0e825132539c269362cb06 (patch) | |
tree | ad19d830c08ec8b73cb891a8ad6a00db57f3d55b /net/freenet6/files/patch-src::lib::config.c | |
parent | - Respect NOPORTEXAMPLES. (diff) |
Update to 5.1
Please note that the name of the program and the configuration files
has changed dramatically.
Notes
Notes:
svn path=/head/; revision=217190
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, 0 insertions, 11 deletions
diff --git a/net/freenet6/files/patch-src::lib::config.c b/net/freenet6/files/patch-src::lib::config.c deleted file mode 100644 index 235cf1186313..000000000000 --- a/net/freenet6/files/patch-src::lib::config.c +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 = ""; |