debian/littlebird-tc-sql.templates
changeset 14 1267d8034336
parent 11 24417d8949b5
child 19 dee622089472
--- a/debian/littlebird-tc-sql.templates	Thu Sep 01 12:28:28 2011 +0200
+++ b/debian/littlebird-tc-sql.templates	Fri Sep 02 01:13:25 2011 +0200
@@ -4,7 +4,7 @@
 
 Template: littlebird-tc/db/have-admin
 Type: boolean
-Default: yes
+Default: no
 Description: Do you have the data to access your database server as admin?
  During the package configuration (postinst) we need to connect
  to your database server and setup the littlebird schema, install
@@ -30,9 +30,19 @@
  in the debconf database.)
 
 Template: littlebird-tc/db/exists
-Type: note
+Type: error
 Description: The database "${name}" exists already.
  Since the database "${name}" seems to exist already, we will not
  start any attempt to do anything.
  .
  Sorry, if this is not what you expected.
+
+Template: littlebird-tc/db/failure
+Type: error
+Description: Admin access to database failed.
+ We cannot access the database "${name}" on host "${host}".
+ The excuse we got:
+ .
+ ${message}
+ .
+ Sorry, if this is not what you expected.