summaryrefslogtreecommitdiff
path: root/debian/zephyr-clients.templates
blob: 16a1b5c058f6a049c0af474af3508797d98f6c71 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Template: zephyr-clients/servers
Type: string
Description: What are your zephyr servers?
 Please type the full names of your zephyr servers, seperated by spaces.
 (note that this can be a subset of what you're telling the servers)

Template: zephyr-clients/read_conf
Type: boolean
Default: true
Description: You should never see this
 We want to try and capture user changes when they edit a config file 
 manually.  To do this we look at the file in the config script.
 However, in the case of preconfigure, the config script is run twice
 before the postinst is run.  Thus we may read the wrong value before the 
 edited value is written out in postinst.
 If this is false we skip reading config files until postinst runs.