diff options
author | Christian Grothoff <christian@grothoff.org> | 2010-03-15 09:39:23 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2010-03-15 09:39:23 +0000 |
commit | 4ee43c08b4b1749ae70eec1bb0dea9eb4c67f6da (patch) | |
tree | 892463c83d3d31e4a6d6cd33c1f00fdba372310f /contrib | |
parent | cacbf3f6aecbba4e3f0aebc77698df88215ac9fd (diff) |
better defaults, nicer error msgs:
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/defaults.conf | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/contrib/defaults.conf b/contrib/defaults.conf index 07bea3732..da25633eb 100644 --- a/contrib/defaults.conf +++ b/contrib/defaults.conf @@ -1,6 +1,9 @@ [PATHS] SERVICEHOME = /var/lib/gnunet/ -DEFAULTCONFIG = /etc/gnunet.conf +# DEFAULTCONFIG = /etc/gnunet.conf +# If 'DEFAULTCONFIG' is not defined, the current +# configuration file is assumed to be the default, +# which is what we want by default... [gnunetd] HOSTKEY = $SERVICEHOME/.hostkey |