Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 69757 | Differences between
and this patch

Collapse All | Expand All

(-)MonetDB-4.4.2/conf/MonetDB.conf.in (-7 / +2 lines)
Lines 20-26 Link Here
20
# the name of the database to use below.  Note that you can use
20
# the name of the database to use below.  Note that you can use
21
# multiple databases, but that you have to edit the database name
21
# multiple databases, but that you have to edit the database name
22
# and restart MonetDB.
22
# and restart MonetDB.
23
gdk_dbname=demo
23
gdk_dbname=default
24
24
25
# The options below deal with various aspects of memory usage behaviour.
25
# The options below deal with various aspects of memory usage behaviour.
26
# If you don't know what these values mean, you should leave them alone.
26
# If you don't know what these values mean, you should leave them alone.
Lines 64-74 Link Here
64
#
64
#
65
#gdk_version <ver>		create BATs in old formats[out of date?]
65
#gdk_version <ver>		create BATs in old formats[out of date?]
66
66
67
68
# General client Section
69
#=======================
70
#host=localhost				#the host the server runs on
71
72
# MonetDB Section
67
# MonetDB Section
73
#================
68
#================
74
# Administrator user name 
69
# Administrator user name 
Lines 81-87 Link Here
81
# Where do the MonetDB modules reside?
76
# Where do the MonetDB modules reside?
82
monet_mod_path=@libdir@@DIRSEP@@PACKAGE@
77
monet_mod_path=@libdir@@DIRSEP@@PACKAGE@
83
# Start Mserver in daemon mode, or start with MIL interactive interface?
78
# Start Mserver in daemon mode, or start with MIL interactive interface?
84
monet_daemon=no
79
monet_daemon=yes
85
80
86
# Monet Application Interface Section
81
# Monet Application Interface Section
87
#====================================
82
#====================================

Return to bug 69757