summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Kocoloski <adam@cloudant.com>2010-08-27 14:28:41 -0400
committerAdam Kocoloski <adam@cloudant.com>2010-08-27 14:34:14 -0400
commit1dc641bbcf53f4c9f9ba800060d74d32643adc8c (patch)
treeabd58b7353b1ea3891326f1dd2014266d11f874a
parent0956c38eed2d2fda55af3517e3c874cd4e6b1353 (diff)
s/overlay.config/dbcore.config
-rwxr-xr-xconfigure4
-rw-r--r--rel/reltool.config2
2 files changed, 3 insertions, 3 deletions
diff --git a/configure b/configure
index 4f842a07..7959e37b 100755
--- a/configure
+++ b/configure
@@ -43,8 +43,8 @@ done
if test ! -n "$DATA"; then DATA="$PREFIX/var/lib"; fi
if test ! -n "$VIEW"; then VIEW="$PREFIX/var/lib"; fi
-echo "==> configuring dbcore in rel/overlay.config"
-cat > rel/overlay.config << EOF
+echo "==> configuring dbcore in rel/dbcore.config"
+cat > rel/dbcore.config << EOF
{prefix, "$PREFIX"}.
{data_dir, "$DATA"}.
{view_dir, "$VIEW"}.
diff --git a/rel/reltool.config b/rel/reltool.config
index 408b3571..ac98a9fb 100644
--- a/rel/reltool.config
+++ b/rel/reltool.config
@@ -34,7 +34,7 @@
{app, chttpd, [{incl_cond, include}]}
]}.
-{overlay_vars, "overlay.config"}.
+{overlay_vars, "dbcore.config"}.
{overlay, [
{mkdir, "var/log"},
{copy, "overlay/bin"},