]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
Another bugfix version. debian/1.0.snap20001106-9
authorSam Hartman <hartmans@debian.org>
Thu, 30 Nov 2000 01:50:21 +0000 (01:50 +0000)
committerSam Hartman <hartmans@debian.org>
Thu, 30 Nov 2000 01:50:21 +0000 (01:50 +0000)
Major change is to start client after fileserver  and
to use -fast on fs mkm for new cells.

debian/README.Debian
debian/README.servers
debian/afs-newcell
debian/afs-rootvol
debian/changelog
debian/openafs-fileserver.init
debian/rules

index c43a88e01a39079c84b012d0b4d95ab118c6a4f8..61c01ce88f1f8fa6a0a8c1a9cb1e1ecfa13f0fe7 100644 (file)
@@ -4,9 +4,6 @@ openafs for Debian
 * No manual pages are included.  I need to find out if versions exist
   that are OK for copyright reasons.
 
-* The init.d script is not activated by default.  I want to hold off
-  on this until module building is more reasonable.
-
 *  AFS users may be confused by the directory layout.  The files that
    normally go in /usr/vice/etc go in /etc/openafs.  The cache should
    be mounted on /var/cache/openafs.
@@ -17,5 +14,4 @@ openafs for Debian
 
 
 
-
  -- Sam Hartman <hartmans@mit.edu>, Fri,  3 Nov 2000 23:41:41 -0500
index af6c16e435ca1fd888dadc77054b2c2dd2316d41..65d4b24c9badfd45b2db0c61214c3e853da1f6de 100644 (file)
@@ -19,7 +19,7 @@ sample transcript of configuring an AFS cell can be found in
 transcript assumes you are using MIT Kerberos and the openafs-krb5
 package.  Similar steps could be taken with Heimdal.
 
-Another issue is upgrades.  It is likely that futurue versions of this
+Another issue is upgrades.  It is likely that future versions of this
 package will install for example /usr/lib/openafs/fileserver.package
 instead of /usr/lib/openafs/fileserver.  The postinst script will
 create links the actual binaries.  Upgrades will not replace the old
index 30ccd5f060dc9bd5fcbc84f554a5c741baa9a58f..dac1b7623069787b091f26bacd92ec751718456f 100644 (file)
@@ -53,7 +53,7 @@ In order to set up a new AFS cell, you must meet the following:
    should install Heimdal with Kth-kerberos compatibility or MIT
    Kerberos5.
 
-2) You need to create the AFS key and load it into
+2) You need to create the single-DES AFS key and load it into
    /etc/openafs/server/KeyFile.  If your cell's name is the same as
    your Kerberos realm then create a principal called afs.  Otherwise,
    create a principal called afs/cellname in your realm.  The cell
index f8c97a7f0e2cadfe4c25a854fd9c3cb48e5c6362..cfd2e5ec335620c485c7d331dc52282042c721b1 100644 (file)
@@ -112,7 +112,7 @@ open(CELLSERVDB, "/etc/openafs/CellServDB")
 while(<CELLSERVDB>) {
     chomp;
     if (/^>\s*([a-z0-9_\-.]+)/ ) {
-       run("fs mkm /afs/$1 root.cell -cell $1 ");
+       run("fs mkm /afs/$1 root.cell -cell $1  -fastch");
     }
 }
 
index c68aee4500568a0dfb5b625b8297b858ec7ee687..eaf479883d7de4faade3a74e6f0f32e8bcf8ac9c 100644 (file)
@@ -1,3 +1,12 @@
+openafs (1.0.snap20001106-9) unstable; urgency=medium
+
+  * Fix openafs-fileserver restart to do a bos restart
+  * Document that AFS key must be single-DES.
+  * afs-rootvol: use the -fast option so we do not hang forever on bad cells or firewalls.
+  * Fix priority on openafs-client rc script to run after server starts.
+
+ -- Sam Hartman <hartmans@mit.edu>  Wed, 29 Nov 2000 20:43:59 -0500
+
 openafs (1.0.snap20001106-8) unstable; urgency=low
 
   * Modules no longer depend on the tlient; client depends on modules.
index be210b50fb43bd07302e10f8dfacacf4be4aade6..8835856f831bf1597e0c1a9a514cc05bb137fa5f 100755 (executable)
@@ -56,10 +56,8 @@ case "$1" in
        #       just the same as "restart".
        #
        echo -n "Restarting $DESC: "
-       start-stop-daemon --stop --quiet--signal 1 --exec $DAEMON
+    bos restart localhost -localauth -bos
        sleep 1
-       start-stop-daemon --start --quiet --pidfile \
-               /var/run/$NAME.pid --exec $DAEMON
        echo "$NAME."
        ;;
   *)
index 385b51d13c86a7a40b06b44dda6b5506eaaa0864..991ad319bc164f414d1d76eeeaeefe7d51f50183 100755 (executable)
@@ -142,7 +142,8 @@ binary-arch: build install
        dh_installmenu
 #      dh_installemacsen
 #      dh_installpam
-       dh_installinit -r
+       dh_installinit -popenafs-client -r -- defaults 25 18
+       dh_installinit -popenafs-fileserver -r
        dh_installcron
 #      dh_installmanpages
        dh_installinfo