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

  • Committer: Björn Påhlsson
  • Date: 2011-12-21 00:29:33 UTC
  • mfrom: (518.1.15 mandos-persistent)
  • Revision ID: belorn@recompile.se-20111221002933-6sc0a64o1ns2s2s8
Working persistant state

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
                --disabled-password --gecos "Mandos password system" \
36
36
                _mandos
37
37
        fi
 
38
        chown _mandos:_mandos /var/lib/mandos
38
39
        ;;
39
 
 
 
40
    
40
41
    abort-upgrade|abort-deconfigure|abort-remove)
41
42
        ;;
42
 
 
 
43
    
43
44
    *)
44
45
        echo "$0 called with unknown argument '$1'" 1>&2
45
46
        exit 1