/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-24 23:33:02 UTC
  • mfrom: (24.1.65 mandos)
  • Revision ID: teddy@fukt.bsnet.se-20080824233302-kfu4g2pkozg7xrmz
* plugin-runner.c (process): Set "completed" and "status" as volatile.
  (handle_sigchld): Bug fix: reset proc to process_list every time.

Show diffs side-by-side

added added

removed removed

Lines of Context:
69
69
      Passprompt for luks during boot sequence
70
70
    </refpurpose>
71
71
  </refnamediv>
72
 
 
 
72
  
73
73
  <refsynopsisdiv>
74
74
    <cmdsynopsis>
75
75
      <command>&COMMANDNAME;</command>
76
 
      <arg choice='opt' rep='repeat'>OPTION</arg>
77
 
    </cmdsynopsis>
 
76
      <arg choice='opt'>--prefix<arg choice='plain'>PREFIX</arg></arg>
 
77
      <arg choice='opt'>--debug</arg>
 
78
    </cmdsynopsis>
 
79
    <cmdsynopsis>
 
80
      <command>&COMMANDNAME;</command>
 
81
      <arg choice='plain'>--help</arg>
 
82
    </cmdsynopsis>
 
83
    <cmdsynopsis>
 
84
      <command>&COMMANDNAME;</command>
 
85
      <arg choice='plain'>--usage</arg>
 
86
    </cmdsynopsis>
 
87
    <cmdsynopsis>
 
88
      <command>&COMMANDNAME;</command>
 
89
      <arg choice='plain'>--version</arg>
 
90
    </cmdsynopsis>    
78
91
  </refsynopsisdiv>
79
92
 
80
93
  <refsect1 id="description">
88
101
      when a password is given it then gets forwarded to
89
102
      <acronym>LUKS</acronym>.
90
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>
91
112
 
92
113
    <variablelist>
93
114
      <varlistentry>
137
158
      </varlistentry>            
138
159
    </variablelist>
139
160
  </refsect1>
 
161
 
 
162
  <refsect1 id="exit_status">
 
163
    <title>EXIT STATUS</title>
 
164
    <para>
 
165
    </para>
 
166
  </refsect1>
 
167
 
 
168
  <refsect1 id="environment">
 
169
    <title>ENVIRONMENT</title>
 
170
    <para>
 
171
    </para>
 
172
  </refsect1>
 
173
 
 
174
  <refsect1 id="files">
 
175
    <title>FILES</title>
 
176
    <para>
 
177
    </para>
 
178
  </refsect1>
 
179
  
 
180
  <refsect1 id="bugs">
 
181
    <title>BUGS</title>
 
182
    <para>
 
183
    </para>
 
184
  </refsect1>  
 
185
 
 
186
  <refsect1 id="example">
 
187
    <title>EXAMPLE</title>
 
188
    <para>
 
189
    </para>
 
190
  </refsect1>
 
191
 
 
192
  <refsect1 id="security">
 
193
    <title>SECURITY</title>
 
194
    <para>
 
195
    </para>
 
196
  </refsect1>
 
197
 
 
198
  <refsect1 id="see_also">
 
199
    <title>SEE ALSO</title>
 
200
    <para>
 
201
      <citerefentry><refentrytitle>mandos</refentrytitle>
 
202
      <manvolnum>8</manvolnum></citerefentry>, <citerefentry>
 
203
      <refentrytitle>plugin-runner</refentrytitle>
 
204
      <manvolnum>8mandos</manvolnum></citerefentry> and <citerefentry>
 
205
      <refentrytitle>password-request</refentrytitle>
 
206
      <manvolnum>8mandos</manvolnum></citerefentry>
 
207
    </para>
 
208
  </refsect1>  
 
209
  
140
210
</refentry>