mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 23:10:58 +00:00
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:
parent
42c8b109f8
commit
5c7dbe867d
@ -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 &
|
||||
/usr/afs/bin/bosserver
|
||||
</programlisting>
|
||||
|
||||
<indexterm>
|
||||
@ -5614,7 +5614,7 @@
|
||||
command.</para>
|
||||
|
||||
<programlisting>
|
||||
/usr/afs/bin/bosserver &
|
||||
/usr/afs/bin/bosserver
|
||||
</programlisting>
|
||||
|
||||
<sect2 id="HDRWQ140">
|
||||
|
@ -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 &</emphasis>
|
||||
# <emphasis role="bold">./bosserver -noauth</emphasis>
|
||||
</programlisting> <indexterm>
|
||||
<primary>BosConfig file</primary>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user