[Lunar-commits] r21011 - moonbase/trunk/sql/sqlite
Terry Chan
tchan at lunar-linux.org
Wed Aug 16 00:31:46 UTC 2006
Author: tchan
Date: 2006-08-16 00:31:44 +0000 (Wed, 16 Aug 2006)
New Revision: 21011
Modified:
moonbase/trunk/sql/sqlite/CONFIGURE
Log:
Change the default answer for the in-ram database to be "n".
Modified: moonbase/trunk/sql/sqlite/CONFIGURE
===================================================================
--- moonbase/trunk/sql/sqlite/CONFIGURE 2006-08-16 00:20:28 UTC (rev 21010)
+++ moonbase/trunk/sql/sqlite/CONFIGURE 2006-08-16 00:31:44 UTC (rev 21011)
@@ -1,6 +1,6 @@
if ! grep -q CONFIGURED $MODULE_CONFIG; then
- if query "Use an in-ram database for temporary tables?" y; then
+ if query "Use an in-ram database for temporary tables?" n; then
OPTS="$OPTS --enable-tempstore"
fi
More information about the Lunar-commits
mailing list