~ubuntu-branches/ubuntu/vivid/ucarp/vivid

« back to all changes in this revision

Viewing changes to debian/ucarp.8.sgml

  • Committer: Bazaar Package Importer
  • Author(s): Eric Evans
  • Date: 2008-08-27 11:55:36 UTC
  • mfrom: (0.1.3 upstream) (3.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20080827115536-n659e3y6z0zfteji
Tags: 1.5-2
Documented new -S/--ignoreifstate option.

Show diffs side-by-side

added added

removed removed

Lines of Context:
83
83
      <arg><option>-B, --daemonize</option></arg>
84
84
      <arg><option>-f, --facility=<replaceable>FACILITY</replaceable></option></arg>
85
85
      <arg><option>-x, --xparam <replaceable>PARAM</replaceable</option></arg>
 
86
      <arg><option>-S, --ignoreifstate</option></arg>
86
87
      </cmdsynopsis>
87
88
  </refsynopsisdiv>
88
89
 
198
199
        </listitem>
199
200
      </varlistentry>
200
201
      <varlistentry>
201
 
        <term><option>-z </option><option> --shutdown</option></term>
 
202
        <term><option>-z</option><option> --shutdown</option></term>
202
203
        <listitem>
203
204
          <para>Use of this command causes the command specified by the -d 
204
205
          argument to be invoked when ucarp shuts down.</para>
205
206
        </listitem>
206
207
      </varlistentry>
207
208
      <varlistentry>
208
 
        <term><option>-B </option><option> --daemonize</option></term>
 
209
        <term><option>-B</option><option> --daemonize</option></term>
209
210
        <listitem>
210
211
          <para>Causes &dhpackage; to detach from the terminal and run in the
211
212
          background as a daemon.</para>
212
213
        </listitem>
213
214
      </varlistentry>
214
215
      <varlistentry>
215
 
        <term><option>-f </option><option> --facility</option></term>
 
216
        <term><option>-f</option><option> --facility</option></term>
216
217
        <listitem>
217
218
          <para>Set the syslog facility, defaults to daemon.</para>
218
219
        </listitem>
224
225
          scripts.</para>
225
226
        </listitem>
226
227
      </varlistentry>
 
228
      <varlistentry>
 
229
        <term><option>-S</option><option> --ignoreifstate</option></term>
 
230
        <listitem>
 
231
          <para>Ignore unplugged network cables. This option is useful when
 
232
          &dhpackage; nodes are connected with a crossover cable. Without
 
233
          this option the master will transition to backup when the other
 
234
          node is powered down, as it no longer has a link (NO-CARRIER).
 
235
          </para>
 
236
        </listitem>
 
237
      </varlistentry>
227
238
    </variablelist>
228
239
  </refsect1>
229
240