]> asedeno.scripts.mit.edu Git - 1ts-debian.git/blob - zephyr/debian/zephyr-clients.templates
allow des key brain dumps from transition servers to krb5-only servers
[1ts-debian.git] / zephyr / debian / zephyr-clients.templates
1 Template: zephyr-clients/servers
2 Type: string
3 _Description: Zephyr servers:
4  Please type the full names of your zephyr servers, separated by spaces.
5  (note that this can be a subset of what you're telling the servers)
6  If you are using hesiod to advertise your zephyr servers, leave this
7  blank.
8
9 Template: zephyr-clients/read_conf
10 Type: boolean
11 Default: true
12 Description: for internal use
13  We want to try and capture user changes when they edit a config file
14  manually.  To do this we look at the file in the config script. However,
15  in the case of preconfigure, the config script is run twice before the
16  postinst is run.  Thus we may read the wrong value before the edited value
17  is written out in postinst. If this is false we skip reading config files
18  until postinst runs.