/mandos/trunk

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/trunk

« back to all changes in this revision

Viewing changes to mandos-options.xml

  • Committer: Teddy Hogeborn
  • Date: 2012-06-17 02:30:59 UTC
  • Revision ID: teddy@recompile.se-20120617023059-em4nfnxg1tsn64xj
* plugins.d/mandos-client (start_mandos_communication): Bug fix; skip
                                                        non-specified
                                                        interfaces.
  (main): Use lower_privileges() consistently.  Bug fix: Don't remove
          "none" from list of interfaces.  Make --interface=none work
          again by not bringing up interfaces specified after "none".
* plugins.d/mandos-client.xml (OPTIONS): Document new meaning of
                                         specifying --interface=none
                                         together with other
                                         interface names,

Show diffs side-by-side

added added

removed removed

Lines of Context:
103
103
    default, the server will create a new network socket.
104
104
  </para>
105
105
  
106
 
  <para id="foreground">
107
 
    This option will make the server run in the foreground and not
108
 
    write a PID file.  The default is to <emphasis>not</emphasis> run
109
 
    in the foreground, except in <option>debug</option> mode, which
110
 
    implies this option.
111
 
  </para>
112
 
  
113
106
</section>