diff options
author | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2010-03-15 09:39:23 +0000 |
---|---|---|
committer | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2010-03-15 09:39:23 +0000 |
commit | 014ff58a4ba09eac90c4b87ecc33f8791238b407 (patch) | |
tree | 892463c83d3d31e4a6d6cd33c1f00fdba372310f /contrib | |
parent | 9289dcce164d2613099292055cb03817c06f5f53 (diff) |
better defaults, nicer error msgs:
git-svn-id: https://gnunet.org/svn/gnunet@10594 140774ce-b5e7-0310-ab8b-a85725594a96
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 07bea37324..da25633eb0 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 |