summaryrefslogtreecommitdiff
path: root/debian/zephyr-clients.templates
diff options
context:
space:
mode:
Diffstat (limited to 'debian/zephyr-clients.templates')
-rw-r--r--debian/zephyr-clients.templates18
1 files changed, 18 insertions, 0 deletions
diff --git a/debian/zephyr-clients.templates b/debian/zephyr-clients.templates
new file mode 100644
index 0000000..9b85e80
--- /dev/null
+++ b/debian/zephyr-clients.templates
@@ -0,0 +1,18 @@
+Template: zephyr-clients/servers
+Type: string
+_Description: Zephyr servers:
+ Please type the full names of your zephyr servers, separated by spaces.
+ (note that this can be a subset of what you're telling the servers)
+ If you are using hesiod to advertise your zephyr servers, leave this
+ blank.
+
+Template: zephyr-clients/read_conf
+Type: boolean
+Default: true
+Description: for internal use
+ 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.