From: Russ Allbery Date: Thu, 3 Jan 2013 05:55:03 +0000 (-0800) Subject: Fix server installation instructions for demand-attach X-Git-Tag: debian/1.6.2_pre2-1~7 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=100f557afe80218c7e3dd974be073e972513ac9c;p=packages%2Fo%2Fopenafs.git Fix server installation instructions for demand-attach * Fix server installation instructions in README.servers, which used the early demand-attach syntax before separate demand-attach binaries were built. (Closes: #693311) --- diff --git a/debian/README.servers b/debian/README.servers index 75a54458a..00e9ce938 100644 --- a/debian/README.servers +++ b/debian/README.servers @@ -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 fs fs -cmd /usr/lib/openafs/dafileserver \ + bos create 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 diff --git a/debian/changelog b/debian/changelog index 9a57f0a8c..b10f54b39 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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