File: bugzilla.templates

package info (click to toggle)
bugzilla 2.14.2-0woody4
  • links: PTS
  • area: main
  • in suites: woody
  • size: 3,460 kB
  • ctags: 435
  • sloc: perl: 19,533; sh: 235; makefile: 180
file content (97 lines) | stat: -rw-r--r-- 3,566 bytes parent folder | download
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
Template: bugzilla/index_upgrade1
Type: note
Description: Bugzilla CGI scripts have been moved.
 All CGI scripts have been moved to /usr/lib/cgi-bin/bugzilla and the script
 bgz_query.cgi has been renamed query.cgi.  If you have made changes to
 /var/lib/bugzilla/web/index.html, the install process will not overwrite your
 change so you may need to update all links to the CGI scripts.

Template: bugzilla/mysql_note
Type: note
Description: Bugzilla requires a MySQL server somewhere on your network.
 The Bugzilla package does not declare a package dependency on the MySQL
 server package, since Bugzilla can use a remote MySQL database.  To complete
 Bugzilla configuration, access to a MySQL server is required.

Template: bugzilla/mysql_need_root
Type: boolean
Default: true
Description: Do you need to create a new database or a new user?
 If you do not have a MySQL database or a MySQL database user that can be used
 by bugzilla, one must be created.
 .
 It is not mandatory to let the configure process create the Bugzilla database
 and the database user that will be used by Bugzilla to access to this database.
 If you have no Bugzilla database and no Bugzilla database user, you may create them
 both by hand.

Template: bugzilla/mysql_root_name
Type: string
Default: root
Description: Enter the database administrator's username.
 Please enter the username of a database user with sufficient privileges to
 create new databases and users in the MySQL database server.

Template: bugzilla/mysql_root_pwd
Type: password
Description: Enter the database administrator's password.
 Please enter the password of the administrator entered previously.
 .
 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: Enter the database hostname.
 Please enter the hostname on which the MySQL database server to be used by
 Bugzilla runs.

Template: bugzilla/mysql_port
Type: string
Default: 3306
Description: Enter the database port.
 Please enter the port number on which the MySQL database server can be
 accessed.

Template: bugzilla/mysql_name
Type: string
Default: bugs
Description: Enter the name of the database.
 Please enter the name of the MySQL database that will be used to archive
 Bugzilla data.

Template: bugzilla/mysql_user
Type: string
Default: bugs
Description: Enter the the database username for the Bugzilla database.
 Please enter the database username that will be used to access the Bugzilla
 database.

Template: bugzilla/mysql_user_pwd
Type: password
Description: Enter the password for the Bugzilla database user.
 Please enter the password of the user that will be used to access the
 Bugzilla database.

Template: bugzilla/pwd_check
Type: password
Description: Please retype the password to confirm it.

Template: bugzilla/bugzilla_admin_name
Type: string
Description: Enter the 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 legal address must contain exactly one '@', and at least one '.' after the
 @.  You'll be able to change this default by changing some parameters in the
 bugzilla interface.

Template: bugzilla/bugzilla_admin_real_name
Type: string
Description: Enter the real name of the Bugzilla administrator.

Template: bugzilla/bugzilla_admin_pwd
Type: password
Description: Enter the password for the Bugzilla administrator account.