~nova-coresec/nova/ppa-lucid

« back to all changes in this revision

Viewing changes to debian/nova-common.postinst

  • Committer: Soren Hansen
  • Date: 2010-09-28 12:18:52 UTC
  • mfrom: (195.1.69 ubuntu-packaging)
  • Revision ID: soren.hansen@rackspace.com-20100928121852-43csbiadex8rcmuo
Merge ubuntu packaging branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
        adduser --system --home /var/lib/nova --no-create-home --shell /bin/bash nova
6
6
    fi
7
7
    chown -R nova:nogroup /var/lib/nova /var/log/nova
 
8
        chmod 0440 /etc/sudoers.d/nova_sudoers
8
9
fi
9
10
 
 
11
 
10
12
#DEBHELPER#