File: templates

package info (click to toggle)
netmrg 0.20-2.1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 2,820 kB
  • ctags: 2,009
  • sloc: php: 9,401; sh: 4,597; cpp: 2,898; perl: 621; ansic: 381; makefile: 331; xml: 92; sql: 71; sed: 16
file content (114 lines) | stat: -rw-r--r-- 3,301 bytes parent folder | download | duplicates (2)
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
Template: netmrg/webserver
Type: select
_choices: None, Apache2, Apache, Apache-SSL, All
_description: Web server to configure:

Template: netmrg/db/host
Type: string
_default: localhost
_description: Host name of the mysql database server:

Template: netmrg/db/name
Type: string
_default: netmrg
_description: Name for the database:

Template: netmrg/db/exists
Type: note
_default:
_description: The database already exists
 A simple test revealed that a database with the name "${dbname}"
 already exists and appears to be a netmrg database. If you really
 like to use this database then confirm the name in the next step.

Template: netmrg/db/user/name
Type: string
_default: netmrg
_description: Name of the database user:
 This user will have read/write access to the netmrg database.

Template: netmrg/db/user/password
Type: password
_default: 
_description: Password of the database user:

Template: netmrg/db/user/password/confirm
Type: password
_default: 
_description: Confirm the password of the database user:

Template: netmrg/db/user/password/mismatch
Type: text
_default: 
_description: Password mismatch
 The database user passwords you entered didn't match. Please try again.

Template: netmrg/db/admin/name
Type: string
_default:
_description: Name of the database system administrator:
 In order to be able to create the initial database and database user
 for netmrg, the account name of the database system administrator
 is needed.

Template: netmrg/db/admin/password
Type: password
_default: 
_description: Password of the database system administrator:

Template: netmrg/web/host
Type: string
_default:
_description: Name of web host:
 netmrg's user interface is web based. The hostname of the web server
 is used for urls within the netmrg web interface. Leaving this
 entry field empty is usually a good choice.

Template: netmrg/company/name
Type: string
_default:
_description: Name of your company:
 The web front end of netmrg shows the name of your company in the header
 of each web page.

Template: netmrg/company/link
Type: string
_default: http://
_description: Url of your companies website:
 Clicking on the company name will follow a link. It is usualy
 the url pointing to the start page of your company's web site.

Template: netmrg/postrm
Type: boolean
_default: true
_description: Delete data after purging software?
 Purging a package usually removes all data collected by the software
 including the log files.
 Choose 'no' if you would like to keep the mysql database and
 the datafiles even if the netmrg package is purged sometime in the
 future.

Template: netmrg/configuration/note
Type: note
_default: 
_description: Package configuration note
 The package has been successfully installed and configured. Point your
 webbrowser towards http://${site}/netmrg/ and log in as user 'admin'
 with the password 'nimda'. Make sure to change the password as soon
 as possible since it is the default password for all netmrg installations.

Template: netmrg/db/generation_error
Type: note
_default: 
_description: Error while creating database

Template: netmrg/db/usergen_error
Type: note
_default: 
_description: Error while creating database user

Template: netmrg/db/tablegen_error
Type: note
_default: 
_description: Error while creating database tables