aboutsummaryrefslogtreecommitdiff
path: root/src/datastore
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-10-09 18:38:01 +0000
committerChristian Grothoff <christian@grothoff.org>2012-10-09 18:38:01 +0000
commitb581097addc91044432dcb54ce7cff26b9e12de1 (patch)
treedafeebf08b90707d2cbfb6f5ab75c361ba298d6e /src/datastore
parent81dcb0a35beb7c862ac6f2677933b978aab67038 (diff)
downloadgnunet-b581097addc91044432dcb54ce7cff26b9e12de1.tar.gz
gnunet-b581097addc91044432dcb54ce7cff26b9e12de1.zip
-getting rid of silly, stupid, useless, often wrong DEFAULTCONFIG setting
Diffstat (limited to 'src/datastore')
-rw-r--r--src/datastore/datastore.conf.in1
-rw-r--r--src/datastore/perf_plugin_datastore_data_mysql.conf1
-rw-r--r--src/datastore/perf_plugin_datastore_data_postgres.conf1
-rw-r--r--src/datastore/perf_plugin_datastore_data_sqlite.conf1
-rw-r--r--src/datastore/test_datastore_api_data_mysql.conf1
-rw-r--r--src/datastore/test_datastore_api_data_postgres.conf1
-rw-r--r--src/datastore/test_datastore_api_data_sqlite.conf1
-rw-r--r--src/datastore/test_plugin_datastore_data_mysql.conf1
-rw-r--r--src/datastore/test_plugin_datastore_data_postgres.conf1
-rw-r--r--src/datastore/test_plugin_datastore_data_sqlite.conf1
10 files changed, 0 insertions, 10 deletions
diff --git a/src/datastore/datastore.conf.in b/src/datastore/datastore.conf.in
index 8cdb7b739..4149417de 100644
--- a/src/datastore/datastore.conf.in
+++ b/src/datastore/datastore.conf.in
@@ -6,7 +6,6 @@ UNIX_MATCH_GID = YES
6@UNIXONLY@ PORT = 2093 6@UNIXONLY@ PORT = 2093
7HOSTNAME = localhost 7HOSTNAME = localhost
8HOME = $SERVICEHOME 8HOME = $SERVICEHOME
9CONFIG = $DEFAULTCONFIG
10BINARY = gnunet-service-datastore 9BINARY = gnunet-service-datastore
11ACCEPT_FROM = 127.0.0.1; 10ACCEPT_FROM = 127.0.0.1;
12ACCEPT_FROM6 = ::1; 11ACCEPT_FROM6 = ::1;
diff --git a/src/datastore/perf_plugin_datastore_data_mysql.conf b/src/datastore/perf_plugin_datastore_data_mysql.conf
index dd26512e9..006b146af 100644
--- a/src/datastore/perf_plugin_datastore_data_mysql.conf
+++ b/src/datastore/perf_plugin_datastore_data_mysql.conf
@@ -1,7 +1,6 @@
1@INLINE@ test_defaults.conf 1@INLINE@ test_defaults.conf
2[PATHS] 2[PATHS]
3SERVICEHOME = /tmp/perf-gnunet-datastore-mysql/ 3SERVICEHOME = /tmp/perf-gnunet-datastore-mysql/
4DEFAULTCONFIG = perf_plugin_datastore_data_mysql.conf
5 4
6[datastore] 5[datastore]
7DATABASE = mysql 6DATABASE = mysql
diff --git a/src/datastore/perf_plugin_datastore_data_postgres.conf b/src/datastore/perf_plugin_datastore_data_postgres.conf
index 53ce6cfc9..052fa486e 100644
--- a/src/datastore/perf_plugin_datastore_data_postgres.conf
+++ b/src/datastore/perf_plugin_datastore_data_postgres.conf
@@ -1,7 +1,6 @@
1@INLINE@ test_defaults.conf 1@INLINE@ test_defaults.conf
2[PATHS] 2[PATHS]
3SERVICEHOME = /tmp/perf-gnunet-datastore-postgres/ 3SERVICEHOME = /tmp/perf-gnunet-datastore-postgres/
4DEFAULTCONFIG = perf_plugin_datastore_data_postgres.conf
5 4
6[datastore] 5[datastore]
7DATABASE = postgres 6DATABASE = postgres
diff --git a/src/datastore/perf_plugin_datastore_data_sqlite.conf b/src/datastore/perf_plugin_datastore_data_sqlite.conf
index 241d85efc..5f97597d6 100644
--- a/src/datastore/perf_plugin_datastore_data_sqlite.conf
+++ b/src/datastore/perf_plugin_datastore_data_sqlite.conf
@@ -1,5 +1,4 @@
1@INLINE@ test_defaults.conf 1@INLINE@ test_defaults.conf
2[PATHS] 2[PATHS]
3SERVICEHOME = /tmp/perf-gnunet-datastore-sqlite/ 3SERVICEHOME = /tmp/perf-gnunet-datastore-sqlite/
4DEFAULTCONFIG = perf_plugin_datastore_data_sqlite.conf
5 4
diff --git a/src/datastore/test_datastore_api_data_mysql.conf b/src/datastore/test_datastore_api_data_mysql.conf
index 8e5a3dc0d..92967b976 100644
--- a/src/datastore/test_datastore_api_data_mysql.conf
+++ b/src/datastore/test_datastore_api_data_mysql.conf
@@ -1,7 +1,6 @@
1@INLINE@ test_defaults.conf 1@INLINE@ test_defaults.conf
2[PATHS] 2[PATHS]
3SERVICEHOME = /tmp/test-gnunet-datastore-mysql/ 3SERVICEHOME = /tmp/test-gnunet-datastore-mysql/
4DEFAULTCONFIG = test_datastore_api_data_mysql.conf
5 4
6[TESTING] 5[TESTING]
7WEAKRANDOM = YES 6WEAKRANDOM = YES
diff --git a/src/datastore/test_datastore_api_data_postgres.conf b/src/datastore/test_datastore_api_data_postgres.conf
index 046c561f4..a1a21689b 100644
--- a/src/datastore/test_datastore_api_data_postgres.conf
+++ b/src/datastore/test_datastore_api_data_postgres.conf
@@ -1,7 +1,6 @@
1@INLINE@ test_defaults.conf 1@INLINE@ test_defaults.conf
2[PATHS] 2[PATHS]
3SERVICEHOME = /tmp/test-gnunet-datastore-postgres/ 3SERVICEHOME = /tmp/test-gnunet-datastore-postgres/
4DEFAULTCONFIG = test_datastore_api_data_postgres.conf
5 4
6[TESTING] 5[TESTING]
7WEAKRANDOM = YES 6WEAKRANDOM = YES
diff --git a/src/datastore/test_datastore_api_data_sqlite.conf b/src/datastore/test_datastore_api_data_sqlite.conf
index a743b8008..953aef248 100644
--- a/src/datastore/test_datastore_api_data_sqlite.conf
+++ b/src/datastore/test_datastore_api_data_sqlite.conf
@@ -1,7 +1,6 @@
1@INLINE@ test_defaults.conf 1@INLINE@ test_defaults.conf
2[PATHS] 2[PATHS]
3SERVICEHOME = /tmp/test-gnunet-datastore-sqlite/ 3SERVICEHOME = /tmp/test-gnunet-datastore-sqlite/
4DEFAULTCONFIG = test_datastore_api_data_sqlite.conf
5 4
6[TESTING] 5[TESTING]
7WEAKRANDOM = YES 6WEAKRANDOM = YES
diff --git a/src/datastore/test_plugin_datastore_data_mysql.conf b/src/datastore/test_plugin_datastore_data_mysql.conf
index 957818ad8..845454b12 100644
--- a/src/datastore/test_plugin_datastore_data_mysql.conf
+++ b/src/datastore/test_plugin_datastore_data_mysql.conf
@@ -1,7 +1,6 @@
1@INLINE@ test_defaults.conf 1@INLINE@ test_defaults.conf
2[PATHS] 2[PATHS]
3SERVICEHOME = /tmp/test-gnunet-datastore-plugin-mysql/ 3SERVICEHOME = /tmp/test-gnunet-datastore-plugin-mysql/
4DEFAULTCONFIG = test_plugin_datastore_data_mysql.conf
5 4
6[datastore] 5[datastore]
7DATABASE = mysql 6DATABASE = mysql
diff --git a/src/datastore/test_plugin_datastore_data_postgres.conf b/src/datastore/test_plugin_datastore_data_postgres.conf
index d79649663..8b8523d40 100644
--- a/src/datastore/test_plugin_datastore_data_postgres.conf
+++ b/src/datastore/test_plugin_datastore_data_postgres.conf
@@ -1,7 +1,6 @@
1@INLINE@ test_defaults.conf 1@INLINE@ test_defaults.conf
2[PATHS] 2[PATHS]
3SERVICEHOME = /tmp/test-gnunet-datastore-plugin-postgres/ 3SERVICEHOME = /tmp/test-gnunet-datastore-plugin-postgres/
4DEFAULTCONFIG = test_plugin_datastore_data_postgres.conf
5 4
6[datastore] 5[datastore]
7DATABASE = postgres 6DATABASE = postgres
diff --git a/src/datastore/test_plugin_datastore_data_sqlite.conf b/src/datastore/test_plugin_datastore_data_sqlite.conf
index f1fcf5f7f..dcdea7dde 100644
--- a/src/datastore/test_plugin_datastore_data_sqlite.conf
+++ b/src/datastore/test_plugin_datastore_data_sqlite.conf
@@ -1,5 +1,4 @@
1@INLINE@ test_defaults.conf 1@INLINE@ test_defaults.conf
2[PATHS] 2[PATHS]
3SERVICEHOME = /tmp/test-gnunet-datastore-plugin-sqlite/ 3SERVICEHOME = /tmp/test-gnunet-datastore-plugin-sqlite/
4DEFAULTCONFIG = test_plugin_datastore_data_sqlite.conf
5 4