debian/littlebird-tc-sql.templates
changeset 93 d699288adb5a
parent 75 a587bc920c3d
equal deleted inserted replaced
92:c44df3bd3c99 93:d699288adb5a
     6 Type: boolean
     6 Type: boolean
     7 Default: false
     7 Default: false
     8 _Description: Do you know how to access your database server as *admin*?
     8 _Description: Do you know how to access your database server as *admin*?
     9  During the package configuration (postinst) the database server
     9  During the package configuration (postinst) the database server
    10  needs to be contacted to setup the littlebird schema, install
    10  needs to be contacted to setup the littlebird schema, install
    11  a littlebird user etcpp. If you can provide the data to access
    11  a littlebird user, etc. Without the admin rights you have to return
    12  this server, please answer "yes", if not, 
    12  later and reconfigure this package.
    13  please answer "no" and return later and run 
       
    14  .
       
    15     dpkg-reconfigure littlebird-tc-sql
       
    16 
    13 
    17 Template: littlebird-tc/db/adminuser
    14 Template: littlebird-tc/db/adminuser
    18 Type: string
    15 Type: string
    19 Default: root
    16 Default: root
    20 _Description: The user to be used for the *administrative* database connection.
    17 _Description: The user to be used for the *administrative* database connection:
    21  Some operations during install need administrative privileges, enter
    18  Some operations during install need administrative privileges, enter
    22  the name of the user who is empowered enough.
    19  the name of the user who is empowered enough.
    23 
    20 
    24 Template: littlebird-tc/db/adminpass
    21 Template: littlebird-tc/db/adminpass
    25 Type: password
    22 Type: password
    26 Default:
    23 Default:
    27 _Description: The password to be used for the *administrative* database connection.
    24 _Description: The password to be used for the *administrative* database connection:
    28  Some operations during install need *administrative* privileges, enter
    25  Some operations during install need *administrative* privileges, enter
    29  the the password for the user who is empowered enough. (The password will be securly kept
    26  the the password for the user who is empowered enough. (The password will be securly kept
    30  in the debconf database.)
    27  in the debconf database.)
    31 
    28 
    32 Template: littlebird-tc/db/exists
    29 Template: littlebird-tc/db/exists
    38  Sorry, if this is not what you expected.
    35  Sorry, if this is not what you expected.
    39 
    36 
    40 Template: littlebird-tc/db/failure
    37 Template: littlebird-tc/db/failure
    41 Type: error
    38 Type: error
    42 _Description: Admin access to database failed.
    39 _Description: Admin access to database failed.
    43  We cannot access the database "${name}" on host "${host}".
    40  The database "${name}" on host "${host}" cannot accessed.
    44  The excuse reads:
    41  The excuse reads:
    45  .
    42  .
    46  ${message}
    43  ${message}
    47  .
    44  .
    48  Sorry, if this is not what you expected.
    45  Sorry, if this is not what you expected.