~statik/ubuntu/karmic/couchdb/fix-bug427036

« back to all changes in this revision

Viewing changes to debian/postinst

  • Committer: Bazaar Package Importer
  • Author(s): Ken VanDine
  • Date: 2009-07-23 13:35:12 UTC
  • Revision ID: james.westby@ubuntu.com-20090723133512-wlyj9qkb4ceh9xsb
Tags: 0.9.0-2ubuntu4
* debian/postinst
  - Change the default permissions on /etc/couchdb to 0775, 
    /etc/couchdb/default.ini to 0774 and /etc/couchdb/local.ini 
    to 0770 (LP: #403575) 
* debian/control
  - Bump the Standards-Version to 3.8.2 (latest)

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
        chown -R couchdb:couchdb /etc/couchdb
25
25
        chown -R couchdb:couchdb /var/lib/couchdb
26
26
        chown -R couchdb:couchdb /var/log/couchdb
27
 
        chmod -R 0770 /etc/couchdb
 
27
        chmod 0775 /etc/couchdb
 
28
        chmod 0774 /etc/couchdb/default.ini
 
29
        chmod 0770 /etc/couchdb/local.ini
28
30
        chmod -R 0770 /var/lib/couchdb
29
31
        chmod -R 0770 /var/log/couchdb
30
32
        ;;