chiark / gitweb /
eglibc (2.11.3-4+deb6u3) squeeze-lts; urgency=medium
[eglibc.git] / debian / debhelper.in / libc.templates
1 Template: glibc/upgrade
2 Type: boolean
3 Default: true
4 _Description: Do you want to upgrade glibc now?
5  Running services and programs that are using NSS need to be restarted,
6  otherwise they might not be able to do lookup or authentication any more.
7  The installation process is able to restart some services (such as ssh or
8  telnetd), but other programs cannot be restarted automatically. One such
9  program that needs manual stopping and restart after the glibc upgrade by
10  yourself is xdm - because automatic restart might disconnect your active
11  X11 sessions.
12  .
13  This script detected the following installed services which must be
14  stopped before the upgrade: ${services}
15  .
16  If you want to interrupt the upgrade now and continue later, please
17  answer No to the question below.
18
19 Template: glibc/restart-services
20 Type: string
21 _Description: Services to restart for GNU libc library upgrade:
22  Running services and programs that are using NSS need to be restarted,
23  otherwise they might not be able to do lookup or authentication any more
24  (for services such as ssh, this can affect your ability to login).
25  Please review the following space-separated list of init.d scripts for
26  services to be restarted now, and correct it if needed.
27  .
28  Note: restarting sshd/telnetd should not affect any existing connections.
29
30 Template: glibc/restart-failed
31 Type: error
32 #flag:translate!:3
33 _Description: Failure restarting some services for GNU libc upgrade
34  The following services could not be restarted for the GNU libc library upgrade:
35  .
36  ${services}
37  .
38  You will need to start these manually by running
39  '/etc/init.d/<service> start'.
40
41 Template: glibc/disable-screensaver
42 Type: error
43 _Description: xscreensaver and xlockmore must be restarted before upgrading
44  One or more running instances of xscreensaver or xlockmore have been
45  detected on this system. Because of incompatible library changes, the
46  upgrade of the GNU libc library will leave you unable to
47  authenticate to these programs. You should arrange for these programs
48  to be restarted or stopped before continuing this upgrade, to avoid
49  locking your users out of their current sessions.