gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r30140 - gnunet/src/util


From: gnunet
Subject: [GNUnet-SVN] r30140 - gnunet/src/util
Date: Fri, 11 Oct 2013 15:25:48 +0200

Author: grothoff
Date: 2013-10-11 15:25:48 +0200 (Fri, 11 Oct 2013)
New Revision: 30140

Modified:
   gnunet/src/util/program.c
   gnunet/src/util/service.c
Log:
-just .conf, not .config

Modified: gnunet/src/util/program.c
===================================================================
--- gnunet/src/util/program.c   2013-10-11 13:21:37 UTC (rev 30139)
+++ gnunet/src/util/program.c   2013-10-11 13:25:48 UTC (rev 30140)
@@ -230,7 +230,7 @@
                      "%s%s%s",
                      xdg,
                      DIR_SEPARATOR_STR,
-                     "gnunet.config");
+                     "gnunet.conf");
   else
     cfg_fn = GNUNET_strdup (GNUNET_DEFAULT_USER_CONFIG_FILE);
   lpfx = GNUNET_strdup (binaryName);

Modified: gnunet/src/util/service.c
===================================================================
--- gnunet/src/util/service.c   2013-10-11 13:21:37 UTC (rev 30139)
+++ gnunet/src/util/service.c   2013-10-11 13:25:48 UTC (rev 30140)
@@ -1718,7 +1718,7 @@
                      "%s%s%s",
                      xdg,
                      DIR_SEPARATOR_STR,
-                     "gnunet.config");
+                     "gnunet.conf");
   else
     cfg_fn = GNUNET_strdup (GNUNET_DEFAULT_USER_CONFIG_FILE);
   memset (&sctx, 0, sizeof (sctx));




reply via email to

[Prev in Thread] Current Thread [Next in Thread]