~ubuntu-branches/ubuntu/precise/dbconfig-common/precise

« back to all changes in this revision

Viewing changes to debian/dbconfig-common.templates

  • Committer: Bazaar Package Importer
  • Author(s): Sean Finney
  • Date: 2008-07-05 01:07:31 UTC
  • mfrom: (15 hardy)
  • mto: (8.1.4 squeeze)
  • mto: This revision was merged to the branch mainline in revision 17.
  • Revision ID: james.westby@ubuntu.com-20080705010731-fl8ewjzk9fjkz8ab
* fix for package failing to purge, thanks to Michael Tautschnig for
  reporting this (closes: #476949).
* rc bugfix, high urgency upload.
* a few more more bugs/fixes from Niko Tyni:
  - fix for empty substitution in dbc_upgrade_error (closes: #473028).
  - ensure TODO gets installed, since the docs reference it (closes: #472946).

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
 database is protected by unix file permissions, though this is
29
29
 less secure and thus not the default setting.
30
30
 .
31
 
 If you would rather not be bothered by for an administrative password
 
31
 If you would rather not be bothered for an administrative password
32
32
 every time you upgrade a database application with dbconfig-common,
33
33
 you should choose this option.  Otherwise, you should refuse this option.
34
34
 
70
70
 If you want to handle this process manually, you should
71
71
 refuse this option.  Otherwise, you should choose this option.
72
72
 During the upgrade a backup of your database will be made in
73
 
 /var/cache/dbconfig-common/backups, from which which the database can
 
73
 /var/cache/dbconfig-common/backups, from which the database can
74
74
 be restored in the case of problems.
75
75
 
76
76
Template: dbconfig-common/dbconfig-remove
78
78
Default: true
79
79
_Description: Deconfigure database for ${pkg} with dbconfig-common?
80
80
 Since you are removing ${pkg}, it's possible that you no longer
81
 
 want the underlying database that it has been configured to use.
 
81
 want the underlying database.
82
82
 .
83
83
 If you like, database removal can be handled with dbconfig-common.
84
84
 .
102
102
 If you no longer need the database for ${pkg}, this is your
103
103
 chance to remove them.
104
104
 .
105
 
 If no longer have need of the data being stored by ${pkg}, you
 
105
 If you no longer have need of the data being stored by ${pkg}, you
106
106
 should choose this option.  If you want to hold this data for another
107
107
 time, or if you would rather handle this process manually, you should
108
108
 refuse this option.
194
194
 fail and you will need to downgrade, reinstall, reconfigure this package,
195
195
 or otherwise manually intervene to continue using it.
196
196
 
 
197
Template: dbconfig-common/missing-db-package-error
 
198
Type: select
 
199
Choices: abort, retry, ignore
 
200
Default: abort
 
201
Description: Database package required.
 
202
 To properly configure the database for ${pkg}, it is necessary
 
203
 that you also have ${dbpackage} installed.  Unfortunately, this can
 
204
 not be done automatically.
 
205
 .
 
206
 If in doubt, you should choose "abort", and install ${dbpackage} before
 
207
 continuing with the configuration of this package.  If you choose "retry",
 
208
 you will be allowed to choose different answers (in case you chose the
 
209
 wrong database type by mistake).  If you choose "ignore", then installation
 
210
 will continue as normal.
 
211
 .
 
212
 (Note to translators: don't bother translating this message yet, as the
 
213
  text/wording is not stabilized)
 
214
 
197
215
Template: dbconfig-common/remote/host
198
216
Type: select
199
217
Choices: ${hosts}
236
254
Template: dbconfig-common/db/basepath
237
255
Type: string
238
256
_Description: ${dbvendor} storage directory for ${pkg}:
239
 
 Please provide a path where the ${dbvendor} database file for ${pkg} 
 
257
 Please provide a path where the ${dbvendor} database file for ${pkg}
240
258
 should be installed into. 
241
259
 .
242
260
 The permissions for this directory will be set to match the permissions