]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
docs: Refer to dafs binaries by their real names
authorSimon Wilkinson <sxw@your-file-system.com>
Mon, 10 Oct 2011 22:19:13 +0000 (17:19 -0500)
committerDerrick Brashear <shadow@dementix.org>
Wed, 26 Oct 2011 22:47:13 +0000 (15:47 -0700)
(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 <sxw@inf.ed.ac.uk>
Reviewed-by: Derrick Brashear <shadow@dementix.org>
(cherry picked from commit c37a14697df291f641b4fa5a32826054d92210b0)

Change-Id: I001a0e2c94a7c52d91b2ebf257d097ce7400eb3a
Reviewed-on: http://gerrit.openafs.org/5703
Reviewed-by: Derrick Brashear <shadow@dementix.org>
Tested-by: Derrick Brashear <shadow@dementix.org>
doc/man-pages/pod8/dafileserver.pod.in

index 5545b58057b3a45422d0d4f820dccae0b15dfa5c..41b1e4afb50461cac96d55a357e387aaded78c15 100644 (file)
@@ -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