/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

  • Committer: Teddy Hogeborn
  • Date: 2008-09-01 16:19:32 UTC
  • Revision ID: teddy@fukt.bsnet.se-20080901161932-ostp7tulh9aijulh
* plugin-runner.c (add_environment): Never insert existing environment
                                     variables.
  (main): Rename "--global-envs" to "--global-env" and "--envs-for" to
          "--env-for".

* plugin-runner.xml (SYNOPSIS): Rename "--global-envs" to
                                "--global-env" and "--envs-for" to
                                "--env-for".
  (OPTIONS): Added "--global-env" and "--env-for".
  (FALLBACK): Add id attribute.
  (EXIT STATUS): Add text.
  (ENVIRONMENT): New section.
  (FILES): Document configuration file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
167
167
        >value</replaceable></option></term>
168
168
        <listitem>
169
169
          <para>
170
 
            This option will add an environment variable setting to
171
 
            all plugins.  This will override any inherited environment
172
 
            variable.
 
170
            
173
171
          </para>
174
172
        </listitem>
175
173
      </varlistentry>
185
183
        ><replaceable>value</replaceable></option></term>
186
184
        <listitem>
187
185
          <para>
188
 
            This option will add an environment variable setting to
189
 
            the <replaceable>PLUGIN</replaceable> plugin.  This will
190
 
            override any inherited environment variables or
191
 
            environment variables specified using
192
 
            <option>--global-env</option>.
193
186
          </para>
194
187
        </listitem>
195
188
      </varlistentry>
414
407
              everything from a <quote>#</quote> character to the end
415
408
              of a line is ignored.
416
409
            </para>
417
 
            <para>
418
 
              This file will be processed <emphasis>before</emphasis>
419
 
              the normal command line options, so the latter can
420
 
              override the former, if need be.
421
 
            </para>
422
410
          </listitem>
423
411
        </varlistentry>
424
412
      </variablelist>
428
416
  <refsect1 id="bugs">
429
417
    <title>BUGS</title>
430
418
    <para>
431
 
      There is no <option>--enable</option> option to enable disabled
432
 
      plugins.
433
419
    </para>
434
420
  </refsect1>
435
421