From 95e07206a55d5a44a894b8be6586ad745697d8d8 Mon Sep 17 00:00:00 2001 From: Simon Wilkinson Date: Mon, 10 Oct 2011 17:19:13 -0500 Subject: [PATCH] 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 --- doc/man-pages/pod8/dafileserver.pod.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.39.5