~mordred/nova/add-feedparser

« back to all changes in this revision

Viewing changes to debian/nova-api.init

  • Committer: Soren Hansen
  • Date: 2011-08-11 13:29:06 UTC
  • mfrom: (166.3.1 pkg)
  • Revision ID: soren@linux2go.dk-20110811132906-u1bp3cj25exmwefs
use trailing '/' on all usages of chown to support the case where
the directory is a symlink

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
fi
24
24
 
25
25
mkdir -p /var/run/nova
26
 
chown nova:root /var/run/nova
 
26
chown nova:root /var/run/nova/
27
27
 
28
28
mkdir -p /var/lock/nova
29
 
chown nova:root /var/lock/nova
 
29
chown nova:root /var/lock/nova/
30
30
 
31
31
uid="$(getent passwd nova | cut -f3 -d:)"
32
32
gid="$(getent passwd nova | cut -f4 -d:)"