]> asedeno.scripts.mit.edu Git - 1ts-debian.git/blob - zephyr/debian/zephyr-clients.templates
resurrect zephyr packaging
[1ts-debian.git] / zephyr / debian / zephyr-clients.templates
1 # These templates have been reviewed by the debian-l10n-english
2 # team
3 #
4 # If modifications/additions/rewording are needed, please ask
5 # debian-l10n-english@lists.debian.org for advice.
6 #
7 # Even minor modifications require translation updates and such
8 # changes should be coordinated with translators and reviewers.
9
10 Template: zephyr-clients/servers
11 Type: string
12 _Description: Zephyr servers:
13  Please specify the full names of the Zephyr servers, as a
14  space-separated list.
15  .
16  The list configured on clients can be a subset of the list configured
17  on servers.
18  .
19  This can be left empty if Hesiod is used to advertise Zephyr servers.
20
21 Template: zephyr-clients/read_conf
22 Type: boolean
23 Default: true
24 Description: for internal use
25  We want to try and capture user changes when they edit a config file
26  manually.  To do this we look at the file in the config script. However,
27  in the case of preconfigure, the config script is run twice before the
28  postinst is run.  Thus we may read the wrong value before the edited value
29  is written out in postinst. If this is false we skip reading config files
30  until postinst runs.