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

Merge from trunk; miscellaneous small fixes.  Major points: A lintian
warning (long line in plugin-runner manual page) eliminated as
requested by sponsor, one bug fixed (bashism in mandos-keygen), and
one small inconsistency fixed (server is now started after install).

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
        ;;
51
51
 
52
52
    *)
53
 
        echo "$0 called with unknown argument \`$1'" 1>&2
 
53
        echo "$0 called with unknown argument '$1'" 1>&2
54
54
        exit 1
55
55
        ;;
56
56
esac