/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.postinst

  • Committer: Teddy Hogeborn
  • Date: 2008-09-19 01:10:27 UTC
  • Revision ID: teddy@fukt.bsnet.se-20080919011027-rhb2aafbgqe85s00
* debian/mandos-client.postinst: Create mandos user and group.

* debian/mandos.postrm: Removed.  Never delete mandos user and group.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
        if ! getent passwd mandos >/dev/null; then
23
23
            adduser --disabled-password  --quiet --system \
24
24
                --home /var/run/mandos --no-create-home \
25
 
                --gecos "Mandos password system" --group mandos
 
25
                --gecos "Mandos password daemon" --group mandos
26
26
        fi
27
27
        ;;
28
28