[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

phpbb debconf templates proofreading requested



As suggested by [1], I hereby post my current phpbb debconf templates.

Any comments/suggestions/improvements are very welcome, either mail them
to me, or file a bug with appropriate severity (please don't just mail
this list, I'm not subscribed).

Thanks a lot in advance!

--Jeroen

[1] http://people.debian.org/~bubulle/dtsg.txt

--------------- package phpbb2, source = phpbb2
Template: phpbb2/httpd
Type: multiselect
Choices: apache, apache-ssl, apache-perl, apache2
Default: apache
_Description: Webserver(s) to configure:
 phpBB runs on any webserver supporting PHP4. This configuration-script
 only supports apache-variants. Whiche one(s) do you want to be configured?
 .
 Note: You will need to reload (running /etc/init.d/apache-??? reload) the
 webserver(s) by yourself.

--------------- package phpbb2-conf-mysql, source = phpbb2
Template: phpbb2-conf-mysql/redodb
Type: boolean
Default: false
_Description: Overwrite your current configuration?
 An existing configuration file for the database has been found as
 /etc/phpbb2/config.php
 .
 Select this if you want to redo this setup. No database will be
 destroyed, but any customization of /etc/phpbb2/config.php will be lost.

Template: phpbb2-conf-mysql/dbsetup
Type: select
_Choices: Create, Populate, None
Default: Create
_Description: Want configure to create the database?
 If you haven't created a database with user yet, and want configure to do
 so, choose `Create'.
 .
 If you have a database, but it has no tables yet, and want configure to
 populate that database with tables, choose `Populate'.
 .
 In all other cases, choose `None'.

Template: phpbb2-conf-mysql/dbserver
Type: string
Default: localhost
_Description: What is the hostname where your database is running?
 If your database is on another machine then you need to change this value
 to the fully qualified domain name for that system.

Template: phpbb2-conf-mysql/dbname
Type: string
Default: phpbb2
_Description: What name do you want for database?
 All users, posts, etc. are stored in one single database. How do you want
 to call it?

Template: phpbb2-conf-mysql/dbuser
Type: string
Default: phpbb2
_Description: What database username do you want to use?
 For maximum security, a user dedicated for phpBB will be created.

Template: phpbb2-conf-mysql/dbpass
Type: password
_Description: What database password do you want to use?
 Choose a password for the databaseuser.
 .
 Leave this empty if you want to have a random password generated.

Template: phpbb2-conf-mysql/dbpass_generated
Type: password
Description: [Internal] makepasswd generated password
 No need to translate this.
 .
 Here the password generated by makepasswd is stored for later reference
 (for example, on upgrade). Only used if dbpass is empty.

Template: phpbb2-conf-mysql/dbrootpass
Type: password
_Description: What is the MySQL root password?
 In order to create a user, the database and the tables, the MySQL root
 password is needed.
 .
 This password will be temporarily stored by debconf until the configuring
 phase of this install.  If you do not trust debconf to securily manage
 this password, you need to create the database and user yourself, and fill
 in the exact same details during the installation of phpbb2-conf-mysql
 (and choose `Populate' rather than `Create').

Template: phpbb2-conf-mysql/dbfailcreate
Type: note
_Description: FAILURE: Database not created
 The configuration script failed to create the phpbb database. Please run
 dpkg-reconfigure phpbb2, to try with different options, possibly choose
 "Manual" and create the database yourself.
 .
 Error: ${error}

Template: phpbb2-conf-mysql/dbfailcreateuser
Type: note
_Description: FAILURE: Database user not created
 The configuration script failed to create the phpbb database user. Please
 run dpkg-reconfigure phpbb2, to try with different options, possibly
 choose "Manual" and create the database user yourself.
 .
 Error: ${error}

Template: phpbb2-conf-mysql/dbfailcreatetables
Type: note
_Description: FAILURE: Tables not created
 The configuration script failed to create the phpbb tables. Please run
 dpkg-reconfigure phpbb2, to try with different options, possibly choose
 "Manual" and create the tables yourself.
 .
 Error: ${error}

Template: phpbb2-conf-mysql/db_created
Type: select
Choices: true, false
Default: false
Description: [internal] Whether the DB plus user is created
 phpbb maintainer scripts will not ask for the DB admin password once the
 db and an accessing user is created

Template: phpbb2-conf-mysql/db_version
Type: string
Description: [internal] what db_version is currently setup
 phpbb scripts will set this value to the current version, so to detect
 whether it is needed to change database layout, and based on what.

Template: phpbb2-conf-mysql/nodbpurge
Type: note
_Description: Database not purged
 The purge script did not drop the database for phpbb, nor the user created
 for it. You will need to do so yourself (but only if you do not want to
 loose all data and board configuration).

---------------

-- 
Jeroen van Wolffelaar
jeroen@wolffelaar.nl
http://jeroen.A-Eskwadraat.nl



Reply to: