Debianization.
[become] / debian / become.templates
diff --git a/debian/become.templates b/debian/become.templates
new file mode 100644 (file)
index 0000000..c7e6a47
--- /dev/null
@@ -0,0 +1,18 @@
+Template: become/run-daemon
+Type: boolean
+Default: false
+Description: Run a become server?
+ If you say `yes' here, I'll start a Become server.  Client machines don't
+ want this, so `no' is usually the right answer.
+
+Template: become/servers
+Type: string
+Default:
+Description: List of server names and ports
+ Type a list of SERVER names or SERVER:PORT pairs, separated by spaces, 
+ one for each Become server you've set up or will install.  The default
+ port is 35523.
+ .
+ As a special case, if you say `STANDALONE', I'll remove the `become.server'
+ file, and `become' will read its local rules file rather than querying a
+ server.