/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 mandos.xml

  • Committer: Teddy Hogeborn
  • Date: 2008-08-27 01:18:25 UTC
  • Revision ID: teddy@fukt.bsnet.se-20080827011825-ka3ni6xvy2ehi1y8
* .bzrignore: New.

* clients.conf ([foo]): Remove Radix-64 checksum.

* mandos (AvahiService.rename, server_state_changed,
          entry_group_state_changed): Make Avahi log messages more
                                      clear that they are about
                                      Zeroconf.
  (fingerprint): Use plain "0" instead of "ctypes.c_uint(0)".

Show diffs side-by-side

added added

removed removed

Lines of Context:
448
448
        Normal invocation needs no options:
449
449
      </para>
450
450
      <para>
451
 
        <userinput>&COMMANDNAME;</userinput>
 
451
        <userinput>mandos</userinput>
452
452
      </para>
453
453
    </informalexample>
454
454
    <informalexample>
461
461
      <para>
462
462
 
463
463
<!-- do not wrap this line -->
464
 
<userinput>&COMMANDNAME; --debug --configdir ~/mandos --servicename Test</userinput>
 
464
<userinput>mandos --debug --configdir ~/mandos --servicename Test</userinput>
465
465
 
466
466
      </para>
467
467
    </informalexample>
473
473
      <para>
474
474
 
475
475
<!-- do not wrap this line -->
476
 
<userinput>&COMMANDNAME; --interface eth7 --address fe80::aede:48ff:fe71:f6f2</userinput>
 
476
<userinput>mandos --interface eth7 --address fe80::aede:48ff:fe71:f6f2</userinput>
477
477
 
478
478
      </para>
479
479
    </informalexample>