/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.xml

  • Committer: Teddy Hogeborn
  • Date: 2009-01-04 21:20:50 UTC
  • Revision ID: teddy@fukt.bsnet.se-20090104212050-cl2px2i2oz7wlxw1
* debian/control (Build-Depends): Bug fix: Added "docbook-xml".

* mandos (main): Keep running even if no clients are defined.

* mandos.xml (OPTIONS): Bug fix: Close unclosed <para> tag.
  (D-BUS INTERFACE): Changed id to "dbus_interface".  All references
                     changed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3
3
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4
4
<!ENTITY COMMANDNAME "mandos">
5
 
<!ENTITY TIMESTAMP "2008-12-28">
 
5
<!ENTITY TIMESTAMP "2009-01-04">
6
6
<!ENTITY % common SYSTEM "common.ent">
7
7
%common;
8
8
]>
236
236
        <listitem>
237
237
          <xi:include href="mandos-options.xml" xpointer="dbus"/>
238
238
          <para>
239
 
            See also <xref linkend="dbus"/>.
 
239
            See also <xref linkend="dbus_interface"/>.
 
240
          </para>
240
241
        </listitem>
241
242
      </varlistentry>
242
243
    </variablelist>
334
335
    </para>
335
336
  </refsect1>
336
337
  
337
 
  <refsect1 id="dbus">
 
338
  <refsect1 id="dbus_interface">
338
339
    <title>D-BUS INTERFACE</title>
339
340
    <para>
340
341
      The server will by default provide a D-Bus system bus interface.