changeset: 172:620201658a0f
tag: tip
user: Enno Boland (tox) <tox_AT_s01.de>
date: Mon Jan 04 14:39:40 2010 +0100
files: config.def.h
description:
dl has to be a directory, not a file.
diff -r 150f5c9b19dc -r 620201658a0f config.def.h
--- a/config.def.h Tue Dec 15 17:16:01 2009 +0100
+++ b/config.def.h Mon Jan 04 14:39:40 2010 +0100
@@ -5,7 +5,7 @@
static char *stylefile = ".surf/style.css";
static char *scriptfile = ".surf/script.js";
static char *cookiefile = ".surf/cookies.txt";
-static char *dldir = ".surf/dl";
+static char *dldir = ".surf/dl/";
static time_t sessiontime = 3600;
#define SETPROP(p) { .v = (char *[]){ "/bin/sh", "-c", \
Received on Mon Jan 04 2010 - 13:38:44 UTC
This archive was generated by hypermail 2.2.0 : Mon Jan 04 2010 - 13:48:06 UTC