]> asedeno.scripts.mit.edu Git - 1ts-debian.git/blob - zephyr/debian/zephyr-clients.templates
rules *.docs: attempt to install documentation
[1ts-debian.git] / zephyr / 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, separated by spaces.
5  (note that this can be a subset of what you're telling the servers)
6 Description-es: ¿Cuáles son sus servidores zephyr?
7  Por favor, introduzca los nombres completos de sus servidores zephyr
8  separados por espacios. (tenga en cuenta que se puede tratar de sólo una
9  parte de lo que usted considera los servidores)
10
11 Template: zephyr-clients/read_conf
12 Type: boolean
13 Default: true
14 Description: You should never see this
15  We want to try and capture user changes when they edit a config file 
16  manually.  To do this we look at the file in the config script.
17  However, in the case of preconfigure, the config script is run twice
18  before the postinst is run.  Thus we may read the wrong value before the 
19  edited value is written out in postinst.
20  If this is false we skip reading config files until postinst runs.
21 Description-es: No debería poder leer esto
22  Para averiguar qué cambios ha realizado el usuario manualmente en el
23  fichero de configuración, hay que mirar en el fichero que hay en el
24  script de configuración. Sin embargo, si se trata de preconfigurar el
25  paquete, dicho script se ejecuta dos veces antes de que lo haga el
26  posterior a la instalación. De ese modo, es posible obtener un valor
27  equivocado antes de que se guarde después de la instalación el valor
28  editado. Si no es éste el caso, nos saltamos la lectura de los ficheros
29  de configuración hasta que se ejecute el script posterior a la
30  instalación.
31
32 Template: zephyr-clients/need-servers
33 Type: note
34 Description: You have no zephyr servers specified for the client
35  The zephyr-clients package for whatever reason does not
36  have any zephyr servers configured.  Please edit the file
37  /etc/default/zephyr-clients and add the names of your zephyr
38  servers, separated by spaces to the zhm_args variable.