]> asedeno.scripts.mit.edu Git - 1ts-debian.git/commitdiff
rules *.docs: attempt to install documentation
authorkcr <kcr@cbed1d16-5ef5-0310-b6a1-d4a37b08ba1f>
Sat, 20 Oct 2001 16:31:49 +0000 (16:31 +0000)
committerkcr <kcr@cbed1d16-5ef5-0310-b6a1-d4a37b08ba1f>
Sat, 20 Oct 2001 16:31:49 +0000 (16:31 +0000)
zephyr-server-krb.README.Debian: explain how to get a krb5 real to cough up
a srvtab.
*.templates: spanish translation
changelog: note the above

git-svn-id: svn://svn.1ts.org/debian/trunk/zephyr@106 cbed1d16-5ef5-0310-b6a1-d4a37b08ba1f

debian/changelog
debian/docs [deleted file]
debian/rules
debian/zephyr-clients.docs [new file with mode: 0644]
debian/zephyr-clients.templates
debian/zephyr-server-krb.README.Debian [new file with mode: 0644]
debian/zephyr-server.docs [new file with mode: 0644]
debian/zephyr-server.init
debian/zephyr-server.templates

index 56c08418d3b474a737414d71304cb5e1f934d594..b191b8ed7a950b3cc73c4eb2ea20cd96e4a0a513 100644 (file)
@@ -1,3 +1,13 @@
+zephyr (2.1.20010518.SNAPSHOT-3) unstable; urgency=low
+
+  * hopefully build non-Kerberos packages successfully, closes: #106610
+  * clean up zephyr-server.init slightly, closes: #106751
+  * Spanish translation for zephyr-server debconf, closes #106573, #106572
+  * Spanish translation for zephyr-clients debconf, closes #106571
+  * include hints for people trying to use zephyr-server-krb, closes: #106852
+
+ -- Karl Ramm <kcr@debian.org>  Sat, 20 Oct 2001 12:25:07 -0400
+
 zephyr (2.1.20010518.SNAPSHOT-2) unstable; urgency=low
 
   * On linux/alpha, longs are 8 octets, not 4.  Thus, timeval is sixteen
@@ -150,6 +160,3 @@ zephyr (2.1.20000421.SNAPSHOT-1) unstable; urgency=low
 
  -- Karl Ramm <kcr@1ts.org>  Mon,  4 Dec 2000 05:28:22 -0500
 
-Local variables:
-add-log-mailing-address "kcr@1ts.org"
-End:
diff --git a/debian/docs b/debian/docs
deleted file mode 100644 (file)
index 501b4c1..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-NOTES
-README
-OPERATING
-USING
index d8e17be6de5eb41ffbcce81ab732676e413423e1..7fa36e375d93a813568cb95b23cfaef737b583fc 100755 (executable)
@@ -94,7 +94,7 @@ binary-arch: build install
        dh_testdir
        dh_testroot
        set -e; \
-       for file  in  files templates config postinst; do \
+       for file  in  files templates config postinst docs; do \
                cp debian/zephyr-server.$$file debian/zephyr-server-krb.$$file; \
                done
        cp debian/libzephyr3.files debian/libzephyr3-krb.files
diff --git a/debian/zephyr-clients.docs b/debian/zephyr-clients.docs
new file mode 100644 (file)
index 0000000..a70b3c8
--- /dev/null
@@ -0,0 +1 @@
+USING
index 04063e8dec948321e7566490bbdab6d4412c56c1..5328953edf6fce6b47e023741dc90fb18e3c2bfd 100644 (file)
@@ -1,8 +1,12 @@
 Template: zephyr-clients/servers
 Type: string
 Description: What are your zephyr servers?
- Please type the full names of your zephyr servers, seperated by spaces.
+ 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)
+Description-es: ¿Cuáles son sus servidores zephyr?
+ Por favor, introduzca los nombres completos de sus servidores zephyr
+ separados por espacios. (tenga en cuenta que se puede tratar de sólo una
+ parte de lo que usted considera los servidores)
 
 Template: zephyr-clients/read_conf
 Type: boolean
@@ -14,11 +18,21 @@ Description: You should never see this
  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.
+Description-es: No debería poder leer esto
+ Para averiguar qué cambios ha realizado el usuario manualmente en el
+ fichero de configuración, hay que mirar en el fichero que hay en el
+ script de configuración. Sin embargo, si se trata de preconfigurar el
+ paquete, dicho script se ejecuta dos veces antes de que lo haga el
+ posterior a la instalación. De ese modo, es posible obtener un valor
+ equivocado antes de que se guarde después de la instalación el valor
+ editado. Si no es éste el caso, nos saltamos la lectura de los ficheros
+ de configuración hasta que se ejecute el script posterior a la
+ instalación.
 
 Template: zephyr-clients/need-servers
 Type: note
 Description: You have no zephyr servers specified for the client
  The zephyr-clients package for whatever reason does not
  have any zephyr servers configured.  Please edit the file
- /etc/default/zephyr-clients and add  the names of your zephyr
- servers, seperated by spaces to the zhm_args variable.
+ /etc/default/zephyr-clients and add the names of your zephyr
+ servers, separated by spaces to the zhm_args variable.
diff --git a/debian/zephyr-server-krb.README.Debian b/debian/zephyr-server-krb.README.Debian
new file mode 100644 (file)
index 0000000..dd1beff
--- /dev/null
@@ -0,0 +1,30 @@
+To run a zephyr server with MIT Kerberos support, you need to generate a 
+Kerberos IV srvtab for the principal zephyr.zephyr@YOUR.REALM.NAME.
+
+Doing this with the MIT Kerberos V server is a somewhat convoluted process, 
+but here we go:
+
+[Note that this presumes that you have kerberos administrator priviliges, if
+you don't, find someone who does.]
+
+At the kadmin prompt, type
+
+ank -randkey zephyr/zephyr
+
+this creates the Kerberos principal, with whatever key types and cryptosystems
+your realm defaults to.  Next, also at the kadmin prompt, type the following
+substituting appropriately for your realm name and various file locations:
+
+xst -k /tmp/keytab -e des-cbc-crc:v4 zephyr/zephyr@YOUR.REALM.NAME
+
+The key type is necessary because zephyr uses an older version of Kerberos
+that used only single-DES.  Now run ktutil:
+
+rkt /tmp/keytab
+wst /etc/zephyr/srvtab
+q
+
+You now want to make sure that the /tmp/keytab file is written-over and
+removed.  Fortunately, you have kerberos, you have kdestroy.
+
+env KRB5CCNAME=/tmp/keytab kdestroy
diff --git a/debian/zephyr-server.docs b/debian/zephyr-server.docs
new file mode 100644 (file)
index 0000000..a3a5154
--- /dev/null
@@ -0,0 +1 @@
+OPERATING
index a0fef7f481d3ddb457d814e93fd183f4209a646b..f744631684bb814cf3439beffd70e53c590a5d30 100644 (file)
@@ -41,7 +41,7 @@ case "$1" in
        start-stop-daemon --oknodo --stop --quiet --exec $DAEMON
        sleep 1
        start-stop-daemon --start --quiet --pidfile \
-               /var/run/$NAME.pid --exec $DAEMON -- $zhm_args
+               /var/run/$NAME.pid --exec $DAEMON 
        echo "$NAME."
        ;;
   reload|force-reload)
index d6686a7df8fa0050da9cd3b4f658b1c2a4fc1787..ca12b6b1602553c8a32cb1b277c956264ededb07 100644 (file)
@@ -1,8 +1,12 @@
 Template: zephyr-server/servers
 Type: string
 Description: What are your zephyr servers?
- Please type the full names of your zephyr servers, seperated by spaces.
+ Please type the full names of your zephyr servers, separated by spaces.
  (Note that this can be a superset of that you're telling the clients.)
+Description-es: ¿Cuáles son sus servidores zephyr?
+ Por favor, introduzca los nombres completos de sus servidores zephyr
+ separados por espacios. (tenga en cuenta que se puede tratar de un
+ conjunto más amplio de lo que usted considera los clientes)
 
 Template: zephyr-server/read_conf
 Type: boolean
@@ -14,3 +18,13 @@ Description: You should never see this
  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.
+Description-es: No debería poder leer esto
+ Para averiguar qué cambios ha realizado el usuario manualmente en el
+ fichero de configuración, hay que mirar en el fichero que hay en el
+ script de configuración. Sin embargo, si se trata de preconfigurar el
+ paquete, dicho script se ejecuta dos veces antes de que lo haga el
+ posterior a la instalación. De ese modo, es posible obtener un valor
+ equivocado antes de que se guarde después de la instalación el valor
+ editado. Si no es éste el caso, nos saltamos la lectura de los ficheros
+ de configuración hasta que se ejecute el script posterior a la
+ instalación.