]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
doc: bosserver runs in the background
authorMichael Meffie <mmeffie@sinenomine.net>
Fri, 26 Jun 2015 13:09:18 +0000 (09:09 -0400)
committerStephan Wiesand <stephan.wiesand@desy.de>
Wed, 7 Oct 2015 08:40:21 +0000 (04:40 -0400)
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 4ef47f787a64dc5c8ebb73a454b0851c86d7c06b)

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>
doc/xml/AdminGuide/auagd008.xml
doc/xml/QuickStartUnix/auqbg006.xml

index 4ce35dfb318c28a8467aea4dbf4b7a44e3ce10b0..cecf035f4b5b2857d8f6dcddd048dbb166f242ae 100644 (file)
     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>
     command.</para>
 
     <programlisting>
-   /usr/afs/bin/bosserver &amp;
+   /usr/afs/bin/bosserver
 </programlisting>
 
     <sect2 id="HDRWQ140">
index 0a50222474e5b97a0d7be6f8f79dcda57a59087f..1abda00cd75b092a7bac740b0a67df4e98ec7f72 100644 (file)
             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>