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

  • Committer: Teddy Hogeborn
  • Date: 2015-07-06 20:14:45 UTC
  • Revision ID: teddy@recompile.se-20150706201445-kq3o6qozigmiqsp9
plugin-runner.xml (EXAMPLE): Use the /usr/lib/<arch> directory.
                             Also explain used options in order.

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 "plugin-runner">
5
 
<!ENTITY TIMESTAMP "2009-01-17">
 
5
<!ENTITY TIMESTAMP "2015-06-28">
6
6
<!ENTITY % common SYSTEM "common.ent">
7
7
%common;
8
8
]>
19
19
        <firstname>Björn</firstname>
20
20
        <surname>Påhlsson</surname>
21
21
        <address>
22
 
          <email>belorn@fukt.bsnet.se</email>
 
22
          <email>belorn@recompile.se</email>
23
23
        </address>
24
24
      </author>
25
25
      <author>
26
26
        <firstname>Teddy</firstname>
27
27
        <surname>Hogeborn</surname>
28
28
        <address>
29
 
          <email>teddy@fukt.bsnet.se</email>
 
29
          <email>teddy@recompile.se</email>
30
30
        </address>
31
31
      </author>
32
32
    </authorgroup>
33
33
    <copyright>
34
34
      <year>2008</year>
35
35
      <year>2009</year>
 
36
      <year>2012</year>
36
37
      <holder>Teddy Hogeborn</holder>
37
38
      <holder>Björn Påhlsson</holder>
38
39
    </copyright>
260
261
            Disable the plugin named
261
262
            <replaceable>PLUGIN</replaceable>.  The plugin will not be
262
263
            started.
263
 
          </para>       
 
264
          </para>
264
265
        </listitem>
265
266
      </varlistentry>
266
267
      
571
572
    </informalexample>
572
573
    <informalexample>
573
574
      <para>
574
 
        Run plugins from a different directory, read a different
575
 
        configuration file, and add two options to the
 
575
        Read a different configuration file, run plugins from a
 
576
        different directory, specify an alternate plugin helper
 
577
        directory and add two options to the
576
578
        <citerefentry><refentrytitle >mandos-client</refentrytitle>
577
579
        <manvolnum>8mandos</manvolnum></citerefentry> plugin:
578
580
      </para>
579
581
      <para>
580
582
 
581
583
<!-- do not wrap this line -->
582
 
<userinput>cd /etc/keys/mandos; &COMMANDNAME;  --config-file=/etc/mandos/plugin-runner.conf --plugin-dir /usr/lib/mandos/plugins.d --options-for=mandos-client:--pubkey=pubkey.txt,--seckey=seckey.txt</userinput>
 
584
<userinput>cd /etc/keys/mandos; &COMMANDNAME;  --config-file=/etc/mandos/plugin-runner.conf --plugin-dir /usr/lib/x86_64-linux-gnu/mandos/plugins.d --plugin-helper-dir /usr/lib/x86_64-linux-gnu/mandos/plugin-helpers --options-for=mandos-client:--pubkey=pubkey.txt,--seckey=seckey.txt</userinput>
583
585
 
584
586
      </para>
585
587
    </informalexample>
617
619
  <refsect1 id="see_also">
618
620
    <title>SEE ALSO</title>
619
621
    <para>
 
622
      <citerefentry><refentrytitle>intro</refentrytitle>
 
623
      <manvolnum>8mandos</manvolnum></citerefentry>,
620
624
      <citerefentry><refentrytitle>cryptsetup</refentrytitle>
621
625
      <manvolnum>8</manvolnum></citerefentry>,
622
626
      <citerefentry><refentrytitle>crypttab</refentrytitle>