From: Simon Wilkinson Date: Mon, 10 Oct 2011 22:19:13 +0000 (-0500) Subject: docs: Refer to dafs binaries by their real names X-Git-Tag: upstream/1.6.1.pre1^2~182 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=95e07206a55d5a44a894b8be6586ad745697d8d8;p=packages%2Fo%2Fopenafs.git docs: Refer to dafs binaries by their real names (Most of) the dafs binaries are called da(something). Update the example in the dafileserver documentation so that we call the binaries by the names that they are actually installed with on the system. Reviewed-on: http://gerrit.openafs.org/5654 Tested-by: Simon Wilkinson Reviewed-by: Derrick Brashear (cherry picked from commit c37a14697df291f641b4fa5a32826054d92210b0) Change-Id: I001a0e2c94a7c52d91b2ebf257d097ce7400eb3a Reviewed-on: http://gerrit.openafs.org/5703 Reviewed-by: Derrick Brashear Tested-by: Derrick Brashear --- diff --git a/doc/man-pages/pod8/dafileserver.pod.in b/doc/man-pages/pod8/dafileserver.pod.in index 5545b5805..41b1e4afb 100644 --- a/doc/man-pages/pod8/dafileserver.pod.in +++ b/doc/man-pages/pod8/dafileserver.pod.in @@ -101,10 +101,10 @@ size, and allows volumes to exceed their quota by 10%. Type the command on a single line: % bos create -server fs2.abc.com -instance dafs -type dafs \ - -cmd "/usr/afs/bin/fileserver -pctspare 10 -L" \ - /usr/afs/bin/volserver \ + -cmd "/usr/afs/bin/dafileserver -pctspare 10 -L" \ + /usr/afs/bin/davolserver \ /usr/afs/bin/salvageserver \ - /usr/afs/bin/salvager + /usr/afs/bin/dasalvager =head1 TROUBLESHOOTING