debian/littlebird-tc-sql.templates
changeset 11 24417d8949b5
parent 7 c34f5210c656
child 14 1267d8034336
equal deleted inserted replaced
10:7fc329e733c5 11:24417d8949b5
     1 Template: littlebird-tc-sql/TITLE
     1 Template: littlebird-tc-sql/TITLE
     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 
       
     5 Template: littlebird-tc/db/have-admin
       
     6 Type: boolean
       
     7 Default: yes
       
     8 Description: Do you have the data to access your database server as admin?
       
     9  During the package configuration (postinst) we need to connect
       
    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
       
    12  this server, please answer "yes", if not, 
       
    13  please answer "no" and return later and run 
       
    14  .
       
    15     dpkg-reconfigure littlebird-tc-sql
     4 
    16 
     5 Template: littlebird-tc/db/adminuser
    17 Template: littlebird-tc/db/adminuser
     6 Type: string
    18 Type: string
     7 Default: root
    19 Default: root
     8 Description: The user to be used for the *administrative* database connection.
    20 Description: The user to be used for the *administrative* database connection.
    15 Description: The password to be used for the *administrative* database connection.
    27 Description: The password to be used for the *administrative* database connection.
    16  Some operations during install need *administrative* privileges, we need
    28  Some operations during install need *administrative* privileges, we need
    17  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
    18  in the debconf database.)
    30  in the debconf database.)
    19 
    31 
    20 Template: littlebird-tc/db/noadminpass
    32 Template: littlebird-tc/db/exists
    21 Type: note
    33 Type: note
    22 Description: No password given!
    34 Description: The database "${name}" exists already.
    23  You didn't tell us a admin password for accessing the database. Since
    35  Since the database "${name}" seems to exist already, we will not
    24  we refuse to use any database without any password, you're left
    36  start any attempt to do anything.
    25  alone with an unconfigured package. Please, later, run the following
       
    26  command: 
       
    27  .
    37  .
    28  dpkg-reconfigure littlebird-tc-sql
    38  Sorry, if this is not what you expected.
    29  .
       
    30  Sorry for the inconvenience.
       
    31  .
       
    32  HINT: Maybe you want to install a mysql server?