From 112348b4a5721a2c0585669160b7ec7d1689eb30 Mon Sep 17 00:00:00 2001 From: Andrew Deason Date: Thu, 2 Aug 2012 15:02:09 -0400 Subject: [PATCH] doc: Add quotes to bos create in DAFS QSG section In appendix C in the QSG, we give an example 'bos create'. The given -cmd arguments should have quotes, or they will be interpreted as individual arguments to 'bos create'. Change-Id: Ie8b0a69908b3419af303716acce51e8d1e97837b Reviewed-on: http://gerrit.openafs.org/7930 Tested-by: BuildBot Reviewed-by: Ken Dreyer --- doc/xml/QuickStartUnix/appendix_dafs.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/xml/QuickStartUnix/appendix_dafs.xml b/doc/xml/QuickStartUnix/appendix_dafs.xml index 0e85020..c6eb834 100644 --- a/doc/xml/QuickStartUnix/appendix_dafs.xml +++ b/doc/xml/QuickStartUnix/appendix_dafs.xml @@ -205,10 +205,10 @@ Create and start the new dafs bnode. # bos create <machine name> dafs dafs \ - -cmd /usr/afs/bin/dafileserver <dafileserver options> \ - -cmd /usr/afs/bin/davolserver <davolserver options> \ - -cmd /usr/afs/bin/salvageserver <salvageserver options> \ - -cmd /usr/afs/bin/dasalvager <dasalvager options> \ + -cmd '/usr/afs/bin/dafileserver <dafileserver options>' \ + -cmd '/usr/afs/bin/davolserver <davolserver options>' \ + -cmd '/usr/afs/bin/salvageserver <salvageserver options>' \ + -cmd '/usr/afs/bin/dasalvager <dasalvager options>' \ -cell <cell name> You can use the same options for the