/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 debian/mandos-client.postrm

  • Committer: Teddy Hogeborn
  • Date: 2009-01-05 23:26:06 UTC
  • mfrom: (237.2.11 mandos)
  • Revision ID: teddy@fukt.bsnet.se-20090105232606-2iohqjcsfj076z7i
Merge from trunk, but disable the unfinished D-Bus feature:

* Makefile (PROGS): Removed "mandos-list".
  (mandos-list): Removed.
* mandos (main): Hide "--no-dbus" option.  Hard-code "use_dbus" to
                 "False".
* mandos-list: Removed.
* mandos.xml (SYNOPSIS): Removed "--no-dbus" option.
  (OPTIONS): - '' -
  (D-BUS INTERFACE): Removed section.

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
        rm --force /etc/mandos/plugin-runner.conf \
46
46
            /etc/keys/mandos/pubkey.txt \
47
47
            /etc/keys/mandos/seckey.txt 2>/dev/null
48
 
        update_initramfs
49
48
        ;;
50
49
    upgrade|failed-upgrade|disappear|abort-install|abort-upgrade)
51
50
        ;;
52
51
 
53
52
    *)
54
 
        echo "$0 called with unknown argument '$1'" 1>&2
 
53
        echo "$0 called with unknown argument \`$1'" 1>&2
55
54
        exit 1
56
55
        ;;
57
56
esac