]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
Fix server installation instructions for demand-attach
authorRuss Allbery <rra@debian.org>
Thu, 3 Jan 2013 05:55:03 +0000 (21:55 -0800)
committerRuss Allbery <rra@debian.org>
Thu, 3 Jan 2013 05:55:03 +0000 (21:55 -0800)
* Fix server installation instructions in README.servers, which used the
  early demand-attach syntax before separate demand-attach binaries were
  built.  (Closes: #693311)

debian/README.servers
debian/changelog

index 75a54458a1101ccdda08b0b008f7d91c029a6a8a..00e9ce938b21c3c0637af4c535c4511cabdd5d69 100644 (file)
@@ -313,10 +313,10 @@ Adding Additional Servers
   3.  If the machine is to be a file server, create an fs instance using
       bos create:
 
-          bos create <host> fs fs -cmd /usr/lib/openafs/dafileserver \
+          bos create <host> dafs dafs -cmd /usr/lib/openafs/dafileserver \
               -cmd /usr/lib/openafs/davolserver \
               -cmd /usr/lib/openafs/salvageserver \
-              -cmd /usr/lib/openafs/salvager -localauth
+              -cmd /usr/lib/openafs/dasalvager -localauth
 
       For a file server, this is all you have to do.  The above uses the
       default fileserver options, however, which are not particularly
index 9a57f0a8c844585705a6aca34eeff14390d5b4cb..b10f54b39affa5cdb471c57738be9f4ad78bb964 100644 (file)
@@ -16,6 +16,9 @@ openafs (1.6.2~pre2-1) UNRELEASED; urgency=low
       read and write to a file, the reading client may see first couple
       bytes of a file as nulls.
     - Support newer glibc versions.
+  * Fix server installation instructions in README.servers, which used the
+    early demand-attach syntax before separate demand-attach binaries were
+    built.  (Closes: #693311)
   * Switch to xz compression for the upstream tarball, Debian tarball, and
     binary packages.
   * Remove debian/import-upstream and change README.source to document