From 4ef47f787a64dc5c8ebb73a454b0851c86d7c06b Mon Sep 17 00:00:00 2001 From: Michael Meffie Date: Fri, 26 Jun 2015 09:09:18 -0400 Subject: [PATCH] doc: bosserver runs in the background Since OpenAFS 1.0 bosserver automatically puts itself into the background and removes it's controlling terminal. Update the examples in the Admin and Quick Start Guides to remove the unneeded '&' on the command line to start the bosserver. Change-Id: I1fd8f31c604004b099d50ffe166262b4d0d58804 Reviewed-on: http://gerrit.openafs.org/11906 Reviewed-by: Benjamin Kaduk Reviewed-by: Jeffrey Altman Tested-by: Jeffrey Altman --- doc/xml/AdminGuide/auagd008.xml | 4 ++-- doc/xml/QuickStartUnix/auqbg006.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/xml/AdminGuide/auagd008.xml b/doc/xml/AdminGuide/auagd008.xml index 21ccc5b18..2f490e3e5 100644 --- a/doc/xml/AdminGuide/auagd008.xml +++ b/doc/xml/AdminGuide/auagd008.xml @@ -4684,7 +4684,7 @@ command's optional arguments, see its reference page in the OpenAFS Administration Reference. - /usr/afs/bin/bosserver & + /usr/afs/bin/bosserver @@ -5465,7 +5465,7 @@ command. - /usr/afs/bin/bosserver & + /usr/afs/bin/bosserver diff --git a/doc/xml/QuickStartUnix/auqbg006.xml b/doc/xml/QuickStartUnix/auqbg006.xml index ba20711bd..eccbb10a0 100644 --- a/doc/xml/QuickStartUnix/auqbg006.xml +++ b/doc/xml/QuickStartUnix/auqbg006.xml @@ -967,7 +967,7 @@ processes from performing authorization checking. This is a grave compromise of security; finish the remaining instructions in this section in an uninterrupted pass. # cd /usr/afs/bin - # ./bosserver -noauth & + # ./bosserver -noauth BosConfig file -- 2.39.5