/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: 2009-02-04 06:52:40 UTC
  • Revision ID: teddy@fukt.bsnet.se-20090204065240-21mtv9va8n1n5lkg
* plugin-runner.c: Whitespace changes only.

* plugins.d/mandos-client.c: Wrap calls to klogctl() inside "#ifdef
                             __linux__".  Detect and show any error
                             from nanosleep.

* plugins.d/password-prompt.c: Whitespace changes only.

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
  <para id="servicename">
59
59
    Zeroconf service name.  The default is
60
60
    <quote><literal>Mandos</literal></quote>.  This only needs to be
61
 
    changed this if it, for some reason, is necessary to run more than
62
 
    one server on the same <emphasis>host</emphasis>, which would not
 
61
    changed if for some reason is would be necessary to run more than
 
62
    one server on the same <emphasis>host</emphasis>.  This would not
63
63
    normally be useful.  If there are name collisions on the same
64
64
    <emphasis>network</emphasis>, the newer server will automatically
65
65
    rename itself to <quote><literal>Mandos #2</literal></quote>, and
66
66
    so on; therefore, this option is not needed in that case.
67
67
  </para>
 
68
 
 
69
  <para id="dbus">
 
70
    This option controls whether the server will provide a D-Bus
 
71
    system bus interface.  The default is to provide such an
 
72
    interface.
 
73
  </para>
68
74
  
69
75
</section>