/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-monitor

Update copyright year to "2010" wherever appropriate.

* DBUS-API: Added copyright and license statement.
* README: Mention new "plymouth" plugin.
* debian/control: Depend on python-2.6 or python-multiprocessing.
* debian/mandos-client.README.Debian: Update info about DEVICE setting
                                      of initramfs.conf.
* mandos-ctl: Added copyright and license statement.
* mandos-monitor: - '' -
* plugins.d/plymouth.c: - '' -

Show diffs side-by-side

added added

removed removed

Lines of Context:
367
367
        elif key == u"d":
368
368
            self.proxy.Approve(dbus.Boolean(False, variant_level=1),
369
369
                                  dbus_interface = client_interface)
370
 
        elif key == u"R" or key == u"_" or key == u"ctrl k":
 
370
        elif key == u"r" or key == u"_" or key == u"ctrl k":
371
371
            self.server_proxy_object.RemoveClient(self.proxy
372
372
                                                  .object_path)
373
373
        elif key == u"s":
686
686
                                      .join((u"Clients:",
687
687
                                             u"+: Enable",
688
688
                                             u"-: Disable",
689
 
                                             u"R: Remove",
 
689
                                             u"r: Remove",
690
690
                                             u"s: Start new checker",
691
691
                                             u"S: Stop checker",
692
692
                                             u"C: Checker OK",