~ubuntu-branches/ubuntu/karmic/prelude-manager/karmic

« back to all changes in this revision

Viewing changes to debian/patches/conf_db.patch

  • Committer: Bazaar Package Importer
  • Author(s): Pierre Chifflier
  • Date: 2007-06-14 11:31:02 UTC
  • Revision ID: james.westby@ubuntu.com-20070614113102-geihsevifrnnwjrz
Tags: 0.9.8-3
* Use dbconfig-common to create initial database
* Use quilt to manage patches
* Use ucf to manage configuration file

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Index: prelude-manager-0.9.8/prelude-manager.conf.in
 
2
===================================================================
 
3
--- prelude-manager-0.9.8.orig/prelude-manager.conf.in  2007-06-14 10:35:26.000000000 +0200
 
4
+++ prelude-manager-0.9.8/prelude-manager.conf.in       2007-06-14 10:36:31.000000000 +0200
 
5
@@ -83,25 +83,25 @@
 
6
 # message locally).
 
7
 
 
8
 
 
9
-# [db]
 
10
+[db]
 
11
 
 
12
 # The type of database (mysql/pgsql).
 
13
-# type = mysql
 
14
+type = @DBC_TYPE@
 
15
 
 
16
 # Host the database is listening on.
 
17
-# host = localhost
 
18
+host = @DBC_HOST@
 
19
 
 
20
 # Port the database is listening on.
 
21
-# port = 3306
 
22
+port = @DBC_PORT@
 
23
 
 
24
 # Name of the database.
 
25
-# name = prelude
 
26
+name = @DBC_NAME@
 
27
 
 
28
 # Username to be used to connect the database.
 
29
-# user = prelude
 
30
+user = @DBC_USER@
 
31
 
 
32
 # Password used to connect the database.
 
33
-# pass = xxxxxx
 
34
+pass = @DBC_PASS@
 
35
 
 
36
 
 
37