debian/littlebird-tc-sql.templates
changeset 14 1267d8034336
parent 11 24417d8949b5
child 19 dee622089472
equal deleted inserted replaced
12:3572ec238dc1 14:1267d8034336
     2 Type: title
     2 Type: title
     3 Description: This is the littlebird trust center SQL package.
     3 Description: This is the littlebird trust center SQL package.
     4 
     4 
     5 Template: littlebird-tc/db/have-admin
     5 Template: littlebird-tc/db/have-admin
     6 Type: boolean
     6 Type: boolean
     7 Default: yes
     7 Default: no
     8 Description: Do you have the data to access your database server as admin?
     8 Description: Do you have the data to access your database server as admin?
     9  During the package configuration (postinst) we need to connect
     9  During the package configuration (postinst) we need to connect
    10  to your database server and setup the littlebird schema, install
    10  to your database server and setup the littlebird schema, install
    11  a littlebird user etcpp. If you can provide us the data to access
    11  a littlebird user etcpp. If you can provide us the data to access
    12  this server, please answer "yes", if not, 
    12  this server, please answer "yes", if not, 
    28  Some operations during install need *administrative* privileges, we need
    28  Some operations during install need *administrative* privileges, we need
    29  the password for the user who is empowered enough. (The password will be securly kept
    29  the password for the user who is empowered enough. (The password will be securly kept
    30  in the debconf database.)
    30  in the debconf database.)
    31 
    31 
    32 Template: littlebird-tc/db/exists
    32 Template: littlebird-tc/db/exists
    33 Type: note
    33 Type: error
    34 Description: The database "${name}" exists already.
    34 Description: The database "${name}" exists already.
    35  Since the database "${name}" seems to exist already, we will not
    35  Since the database "${name}" seems to exist already, we will not
    36  start any attempt to do anything.
    36  start any attempt to do anything.
    37  .
    37  .
    38  Sorry, if this is not what you expected.
    38  Sorry, if this is not what you expected.
       
    39 
       
    40 Template: littlebird-tc/db/failure
       
    41 Type: error
       
    42 Description: Admin access to database failed.
       
    43  We cannot access the database "${name}" on host "${host}".
       
    44  The excuse we got:
       
    45  .
       
    46  ${message}
       
    47  .
       
    48  Sorry, if this is not what you expected.