From 100f557afe80218c7e3dd974be073e972513ac9c Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Wed, 2 Jan 2013 21:55:03 -0800 Subject: [PATCH] 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) --- debian/README.servers | 4 ++-- debian/changelog | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) 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 -- 2.39.5