saving uncommitted changes in /etc prior to emerge run
This commit is contained in:
20
hsqldb/server.properties
Normal file
20
hsqldb/server.properties
Normal file
@@ -0,0 +1,20 @@
|
||||
# Hsqldb Server cfg file.
|
||||
# See the UNIX Quick Start and the Advanced Topics chapters
|
||||
# of the Hsqldb User Guide.
|
||||
|
||||
server.database.0=file:/var/lib/hsqldb/db1
|
||||
server.urlid.0=localhost
|
||||
|
||||
# Warning!
|
||||
# When running hsqldb in Server mode, for each additional database
|
||||
# the server.urlid.X entry must have a proper corresponding urlid
|
||||
# section in the 'sqltool.rc' file.
|
||||
# Otherwise you may have problems with shutting down the server.
|
||||
#
|
||||
# Note that each server can serve only up to 10 different
|
||||
# databases simultaneously (with consecutive {0-9} suffixes).
|
||||
|
||||
# An example of additional database.
|
||||
#server.database.1=file:/var/lib/hsqldb/newdb/newdb
|
||||
#server.dbname.1=newdb
|
||||
#server.urlid.1=newdb
|
||||
20
hsqldb/sqltool.rc
Normal file
20
hsqldb/sqltool.rc
Normal file
@@ -0,0 +1,20 @@
|
||||
# $Id sqltool.rc,v 1.11 2004/07/18 21:34:35 unsaved Exp $
|
||||
|
||||
# This is a sample SqlTool configuration file, a.k.a. rc file.
|
||||
|
||||
# This is for a hsqldb Server running with default settings on your local
|
||||
# computer (and for which you have not changed the password for "sa").
|
||||
urlid localhost
|
||||
url jdbc:hsqldb:hsql://localhost
|
||||
username sa
|
||||
password
|
||||
|
||||
# Each urlid section in this file corresponds to one of the
|
||||
# server.urlid.X entries in the 'server.properties' file.
|
||||
# This is required by the hsqldb init script.
|
||||
|
||||
# An example of additional database.
|
||||
#urlid newdb
|
||||
#url jdbc:hsqldb:hsql://localhost/newdb
|
||||
#username sa
|
||||
#password
|
||||
Reference in New Issue
Block a user