/mandos/release

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

« back to all changes in this revision

Viewing changes to plugin-runner.xml

* Makefile (install-client-nokey): Move "initramfs-tools-script" from
                                   "/scripts/local-top/mandos" to
                                   "/scripts/init-premount/mandos".
  (uninstall-client): - '' -
* debian/mandos-client.dirs: - '' -
* initramfs-tools-script (PREREQ): Added "udev".

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 "2015-06-28">
 
5
<!ENTITY TIMESTAMP "2009-01-17">
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@recompile.se</email>
 
22
          <email>belorn@fukt.bsnet.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@recompile.se</email>
 
29
          <email>teddy@fukt.bsnet.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>
37
36
      <holder>Teddy Hogeborn</holder>
38
37
      <holder>Björn Påhlsson</holder>
39
38
    </copyright>
261
260
            Disable the plugin named
262
261
            <replaceable>PLUGIN</replaceable>.  The plugin will not be
263
262
            started.
264
 
          </para>
 
263
          </para>       
265
264
        </listitem>
266
265
      </varlistentry>
267
266
      
572
571
    </informalexample>
573
572
    <informalexample>
574
573
      <para>
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
 
574
        Run plugins from a different directory, read a different
 
575
        configuration file, and add two options to the
578
576
        <citerefentry><refentrytitle >mandos-client</refentrytitle>
579
577
        <manvolnum>8mandos</manvolnum></citerefentry> plugin:
580
578
      </para>
581
579
      <para>
582
580
 
583
581
<!-- do not wrap this line -->
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>
 
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>
585
583
 
586
584
      </para>
587
585
    </informalexample>
619
617
  <refsect1 id="see_also">
620
618
    <title>SEE ALSO</title>
621
619
    <para>
622
 
      <citerefentry><refentrytitle>intro</refentrytitle>
623
 
      <manvolnum>8mandos</manvolnum></citerefentry>,
624
620
      <citerefentry><refentrytitle>cryptsetup</refentrytitle>
625
621
      <manvolnum>8</manvolnum></citerefentry>,
626
622
      <citerefentry><refentrytitle>crypttab</refentrytitle>