$OpenBSD: patch-prelude-manager_conf_in,v 1.2 2006/07/26 07:07:16 aanriot Exp $
--- prelude-manager.conf.in.orig	Tue Dec 13 13:39:58 2005
+++ prelude-manager.conf.in	Tue Jul 25 19:12:19 2006
@@ -85,13 +85,13 @@ listen = 127.0.0.1
 
 # [db]
 
-# The type of database (mysql/pgsql).
+# The type of database (mysql/pgsql/sqlite).
 # type = mysql
 
 # Host the database is listening on.
 # host = localhost
 
-# Port the database is listening on.
+# Port the database is listening on (3306/5432/x).
 # port = 3306
 
 # Name of the database.
@@ -101,7 +101,7 @@ listen = 127.0.0.1
 # user = prelude
 
 # Password used to connect the database.
-# pass = xxxxxx
+# pass = prelude
 
 
 
