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.

Reviewed-on: http://gerrit.openafs.org/11906
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
Tested-by: Jeffrey Altman <jaltman@your-file-system.com>
(cherry picked from commit 4ef47f787a)

Change-Id: Ife77c07bb5a00244ef346c0eb70782685c2bb2b1
Reviewed-on: http://gerrit.openafs.org/11932
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Chas Williams <3chas3@gmail.com>
Reviewed-by: Perry Ruiter <pruiter@sinenomine.net>
Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
Reviewed-by: Stephan Wiesand <stephan.wiesand@desy.de>
This commit is contained in:
Michael Meffie 2015-06-26 09:09:18 -04:00 committed by Stephan Wiesand
parent 42c8b109f8
commit 5c7dbe867d
2 changed files with 3 additions and 3 deletions

View File

@ -4833,7 +4833,7 @@
command's optional arguments, see its reference page in the <emphasis>OpenAFS Administration Reference</emphasis>.</para>
<programlisting>
/usr/afs/bin/bosserver &amp;
/usr/afs/bin/bosserver
</programlisting>
<indexterm>
@ -5614,7 +5614,7 @@
command.</para>
<programlisting>
/usr/afs/bin/bosserver &amp;
/usr/afs/bin/bosserver
</programlisting>
<sect2 id="HDRWQ140">

View File

@ -1865,7 +1865,7 @@
processes from performing authorization checking. This is a grave compromise of security; finish the remaining
instructions in this section in an uninterrupted pass. <programlisting>
# <emphasis role="bold">cd /usr/afs/bin</emphasis>
# <emphasis role="bold">./bosserver -noauth &amp;</emphasis>
# <emphasis role="bold">./bosserver -noauth</emphasis>
</programlisting> <indexterm>
<primary>BosConfig file</primary>