1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142
|
Template: bugzilla/index_upgrade1
Type: note
_Description: New location for Bugzilla CGI scripts
All CGI scripts have been moved to /usr/lib/cgi-bin/bugzilla and the
script "bgz_query.cgi" has been renamed as "query.cgi".
.
If you have made changes to /var/lib/bugzilla/web/index.html, the
install process will not overwrite this file. You may thus need to
update all links to the CGI scripts.
Template: bugzilla/index_upgrade2
Type: note
_Description: Template now used for the Bugzilla index
If you have made changes to /var/lib/bugzilla/web/index.html, you should
report them in a copy of
/usr/share/bugzilla/template/en/default/index.html.tmpl and put it in
/var/lib/bugzilla/template/en/custom/.
.
The /var/lib/bugzilla/web/index.html file will be saved as
/var/lib/bugzilla/web/index.html.dpkg-bak.
Template: bugzilla/mysql_available
Type: boolean
Default: true
_Description: No MySQL server found. Do you want to continue?
A local or remote MySQL server is mandatory for using Bugzilla.
.
The Bugzilla package does not depend on the MySQL server package,
since Bugzilla can use a remote MySQL database. To complete Bugzilla
configuration, access to a MySQL server is required.
.
If you do not continue, the Bugzilla package will not be configured.
Template: bugzilla/mysql_need_root
Type: boolean
Default: true
_Description: Do you need to create a new database or a new user?
If no MySQL database or no MySQL database user exist, they should
be created.
.
Both may however be created manually later.
Template: bugzilla/mysql_root_name
Type: string
Default: root
_Description: Database server administrator username:
Please enter the username of a database user with database and users creation
privileges in the MySQL database server.
Template: bugzilla/mysql_root_pwd
Type: password
_Description: Database server administrator password:
Please enter the password of the database server administrator.
.
This password will be not be stored permanently by debconf; it is
forgotten once the database and database user are created.
Template: bugzilla/mysql_host
Type: string
Default: localhost
_Description: Database server host name:
Please enter the hostname of the database server which will host the
Bugzilla database.
Template: bugzilla/mysql_port
Type: string
Default: 3306
_Description: Database server listening port:
Please enter the port number on which the MySQL database server can be
accessed.
Template: bugzilla/mysql_name
Type: string
Default: bugzilla
_Description: Database name:
Please enter the name of the MySQL database where Bugzilla data will
be stored.
Template: bugzilla/mysql_user
Type: string
Default: bugzilla
_Description: Bugzilla database owner name:
Please enter the database user name which will own the
Bugzilla database.
Template: bugzilla/mysql_user_pwd
Type: password
_Description: Bugzilla database owner password:
Please enter the password of the user which will own the
Bugzilla database.
Template: bugzilla/pwd_check
Type: password
_Description: Password confirmation:
Template: bugzilla/bugzilla_admin_name
Type: string
_Description: Email address of the Bugzilla administrator:
All mail for the administrator will be sent to this address. This email
address is also used as the administrator login for Bugzilla.
.
A valid address must contain exactly one '@', and at least one '.' after
the @. You'll be able to change this setting through bugzilla's
web interface.
Template: bugzilla/bugzilla_admin_real_name
Type: string
_Description: Real name of the Bugzilla administrator:
Template: bugzilla/bugzilla_admin_pwd
Type: password
_Description: Password for the Bugzilla administrator account:
Template: bugzilla/bugzilla_installation_way_single
Type: select
__Choices: Manual, Later
Default: Manual
_Description: Bugzilla configuration:
As you don't have a MySQL server installed locally, only a
manual installation is possible.
.
Choosing "Manual" will let you enter all the preferences for the MySQL
server you want to use (either local or remote).
.
Choosing "Later" means that you don't have yet a MySQL server up
for Bugzilla. This choice will abort the installation process.
Template: bugzilla/bugzilla_installation_way
Type: select
__Choices: Automatic, Manual, Later
Default: Automatic
_Description: Bugzilla configuration:
Please choose your preferred installation mode.
.
Choosing "Automatic" needs a locally installed MySQL
server. This setup mode will try to use as many default values as possible.
.
Choosing "Manual" will let you enter all the preferences for the MySQL
server you want to use (either local or remote).
.
Choosing "Later" means that you don't have yet a MySQL server up
for Bugzilla. This choice will abort the installation process.
|