/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 plugins.d/password-prompt.xml

  • Committer: Teddy Hogeborn
  • Date: 2008-08-17 06:01:58 UTC
  • Revision ID: teddy@fukt.bsnet.se-20080817060158-o5xakkih6t3br9yq
* Makefile (GNUTLS_CFLAGS, GNUTLS_LIBS, AVAHI_CFLAGS, AVAHI_LIBS,
            GPGME_CFLAGS, GPGME_LIBS): New; use libgnutls-config,
                                       pkg-config, and gpgme-config to
                                       get the correct compiler and
                                       linker flags.
  (MANPOST): New post-processing stage to man pages to fix a bug with
             having "\n" in the DocBook pages.
  (objects): Use $(addsuffix) instead of a for loop in a subshell.
  (plugin-runner, plugins.d/password-prompt): Removed; targets no
                                              longer necessary.
  (.PHONY): Added "doc".

* mandos.xml: Much improved.

* plugins.d/password-request.xml: Improved SEE ALSO section.

Show diffs side-by-side

added added

removed removed

Lines of Context:
101
101
      when a password is given it then gets forwarded to
102
102
      <acronym>LUKS</acronym>.
103
103
    </para>
 
104
  </refsect1>
 
105
  
 
106
  <refsect1 id="options">
 
107
    <title>OPTIONS</title>
 
108
    <para>
 
109
      Commonly not invoked as command lines but from configuration
 
110
      file of plugin runner.
 
111
    </para>
104
112
 
105
113
    <variablelist>
106
114
      <varlistentry>
150
158
      </varlistentry>            
151
159
    </variablelist>
152
160
  </refsect1>
 
161
 
 
162
  <refsect1 id="exit_status">
 
163
    <title>EXIT STATUS</title>
 
164
    <para>
 
165
    </para>
 
166
  </refsect1>
 
167
 
 
168
  <refsect1 id="notes">
 
169
    <title>NOTES</title>
 
170
    <para>
 
171
    </para>
 
172
  </refsect1>
 
173
  
 
174
  <refsect1 id="bugs">
 
175
    <title>BUGS</title>
 
176
    <para>
 
177
    </para>
 
178
  </refsect1>  
 
179
 
 
180
  <refsect1 id="examples">
 
181
    <title>EXAMPLES</title>
 
182
    <para>
 
183
    </para>
 
184
  </refsect1>
 
185
 
 
186
  <refsect1 id="security">
 
187
    <title>SECURITY</title>
 
188
    <para>
 
189
    </para>
 
190
  </refsect1>
 
191
 
 
192
  <refsect1 id="see_also">
 
193
    <title>SEE ALSO</title>
 
194
    <para>
 
195
      <citerefentry><refentrytitle>mandos</refentrytitle>
 
196
      <manvolnum>8</manvolnum></citerefentry>, <citerefentry>
 
197
      <refentrytitle>plugin-runner</refentrytitle>
 
198
      <manvolnum>8mandos</manvolnum></citerefentry> and <citerefentry>
 
199
      <refentrytitle>password-request</refentrytitle>
 
200
      <manvolnum>8mandos</manvolnum></citerefentry>
 
201
    </para>
 
202
  </refsect1>  
 
203
  
153
204
</refentry>