/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: 2016-03-08 00:14:50 UTC
  • Revision ID: teddy@recompile.se-20160308001450-d9ola1p5t2u83d9l
Tags: version-1.7.5-1
Update version number to 1.7.5

* Makefile (version): Changed to "1.7.5".
* NEWS (Version 1.7.5): New entry.
* debian/changelog (1.7.5-1): - '' -

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
                invoke-rc.d mandos start
49
49
            fi
50
50
        fi
51
 
        if ! dpkg-statoverride --list "/var/lib/mandos" >/dev/null \
52
 
             2>&1; then
53
 
            chown _mandos:_mandos /var/lib/mandos
54
 
            chmod u=rwx,go= /var/lib/mandos
55
 
        fi
 
51
        chown _mandos:_mandos /var/lib/mandos
56
52
        ;;
57
53
    
58
54
    abort-upgrade|abort-deconfigure|abort-remove)