]> asedeno.scripts.mit.edu Git - 1ts-debian.git/blob - debian/zephyr-clients.templates
16a1b5c058f6a049c0af474af3508797d98f6c71
[1ts-debian.git] / debian / zephyr-clients.templates
1 Template: zephyr-clients/servers
2 Type: string
3 Description: What are your zephyr servers?
4  Please type the full names of your zephyr servers, seperated by spaces.
5  (note that this can be a subset of what you're telling the servers)
6
7 Template: zephyr-clients/read_conf
8 Type: boolean
9 Default: true
10 Description: You should never see this
11  We want to try and capture user changes when they edit a config file 
12  manually.  To do this we look at the file in the config script.
13  However, in the case of preconfigure, the config script is run twice
14  before the postinst is run.  Thus we may read the wrong value before the 
15  edited value is written out in postinst.
16  If this is false we skip reading config files until postinst runs.