~ubuntu-branches/ubuntu/karmic/ebox/karmic

« back to all changes in this revision

Viewing changes to debian/ebox.templates

  • Committer: Bazaar Package Importer
  • Author(s): Mathias Gug
  • Date: 2009-01-26 18:21:18 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20090126182118-b8lnqji849rhz3vz
Tags: 0.12.4-0ubuntu1
* New upstream release. (LP: #318710, LP: #310045).
* debian/control:
  - Bump standard version.
  - Depend on an apache2-mpm- rather then apache2 (LP: #225793).
  - Build depend on debconf-updatepo.
* debian/rules:
  - Call debconf-updatepo from clean target.
* debian/copyright:
  - Include section about apache-authcookie code.
* debian/ebox.postrm:
  - Remove ebox log files (LP: #129738).
* debian/ebox.prerm:
  - Stop ebox when the package is removed. (LP: #234912)
* debian/watch:
  - add watch file.
* debian/patches/01_add_apache_authcookie.dpatch
  - Patch to backport AuthCookie authentication for jaunty (LP: #255368).
* debian/patches/02_dbus_gconf.dpatch
  - Patch to make gconf classes work with new gconf using dbus 
    (LP: #314606).
* debian/patches/03_js_libraries.dpatch
  - Patch to use javascript libraries that are already package for
    Jaunty 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Template: ebox/password1
2
2
Type: password
3
 
Description: eBox administrator password:
 
3
_Description: eBox administrator password:
4
4
 Please enter the password which will be used to log into the eBox web
5
5
 interface.
6
6
 
7
7
Template: ebox/password2
8
8
Type: password
9
 
Description: Confirm password:
 
9
_Description: Confirm password:
10
10
 Please enter the password which will be used to log into the eBox web
11
11
 interface.
12
12
 
13
13
Template: ebox/password_mismatch
14
14
Type: note
15
 
Description: Passowrd mismatch
 
15
_Description: Passowrd mismatch
16
16
 The two passwords you entered were not the same. Please try again
17
17
 
18
18
Template: ebox/port
19
 
Type: string 
 
19
Type: string
20
20
Default: 443
21
 
Description: eBox HTTPS port:
 
21
_Description: eBox HTTPS port:
22
22
 Please enter the port which will be used by the eBox HTTPS server. Use an
23
23
 available port that is not being used by another service. 
24
24
 
25
25
Template: ebox/port_used
26
26
Type: boolean
27
27
Default: true
28
 
Description: Do you want to continue?
29
 
 It seems that the port you have selected is already being used. Press yes to 
30
 
 proceed anyway, or no to enter a new port.
 
28
_Description: Do you want to continue?
 
29
 It seems that the port you have selected is already being used. You can
 
30
 continue anyway or enter a new port.
31
31