~ubuntu-branches/ubuntu/gutsy/xdm/gutsy

« back to all changes in this revision

Viewing changes to debian/xdm.templates

  • Committer: Bazaar Package Importer
  • Author(s): Fabio M. Di Nitto
  • Date: 2005-09-08 09:43:15 UTC
  • Revision ID: james.westby@ubuntu.com-20050908094315-gsz39ui3k1xe1ydd
Tags: 1:0.99.1-3
* Run proper debconf-po stuff.

* Fix maintainer scripts for the new X layout

(Closes: #14412)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Template: shared/default-x-display-manager
 
2
Type: select
 
3
_Choices: ${choices}
 
4
_Description: Select the desired default display manager.
 
5
 A display manager is a program that provides graphical login capabilities
 
6
 for the X Window System.
 
7
 .
 
8
 Only one display manager can manage a given X server, but multiple display
 
9
 manager packages are installed.  Please select which display manager
 
10
 should run by default.
 
11
 .
 
12
 (Multiple display managers can run simultaneously if they are configured
 
13
 to manage different servers; to achieve this, configure the display
 
14
 managers accordingly, edit each of their init scripts in /etc/init.d, and
 
15
 disable the check for a default display manager.)
 
16
 
 
17
Template: xdm/daemon_name
 
18
Type: string
 
19
_Default: /usr/bin/X11/xdm
 
20
_Description: internal use only
 
21
 This template is never shown to the user and does not require translation.
 
22
 
 
23
Template: xdm/stop_running_server_with_children
 
24
Type: boolean
 
25
Default: false
 
26
_Description: Do you wish to stop the xdm daemon?
 
27
 The X display manager (xdm) daemon is typically stopped on package upgrade
 
28
 and removal, but it appears to be managing at least one running X session.
 
29
 If xdm is stopped now, any X sessions it manages will be terminated.
 
30
 Otherwise you may leave xdm running, and the new version will take effect
 
31
 the next time the daemon is restarted.