Merge lp:~jontai/openvista-gtm-integration/bug365393 into lp:openvista-gtm-integration

Proposed by Jon Tai
Status: Merged
Merged at revision: not available
Proposed branch: lp:~jontai/openvista-gtm-integration/bug365393
Merge into: lp:openvista-gtm-integration
Diff against target: None lines
To merge this branch: bzr merge lp:~jontai/openvista-gtm-integration/bug365393
Reviewer Review Type Date Requested Status
jeff.apple Approve
Review via email: mp+5814@code.launchpad.net
To post a comment you must log in.
Revision history for this message
jeff.apple (jeff-apple) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'scripts/usr/sbin/ovinstanceadd'
2--- scripts/usr/sbin/ovinstanceadd 2009-04-22 04:16:31 +0000
3+++ scripts/usr/sbin/ovinstanceadd 2009-04-23 06:53:07 +0000
4@@ -125,7 +125,7 @@
5 # the directory with restrictive permissions avoids a whole host of other
6 # race conditions. We just need to be sure to set the permissions of the
7 # instance root again (to 2750) at the end of the script.
8- mkdir -m 700 "$root/$instance" &&
9+ mkdir -m 2700 "$root/$instance" &&
10
11 install -o root -g $user -m 2750 -d "$root/$instance/globals" &&
12 install -o root -g $user -m 2770 -d "$root/$instance/journals" &&
13@@ -298,6 +298,8 @@
14 echo "ovinstanceadd: Unable to create webdav root" >&2
15 exit 1
16 }
17+
18+ ln -s "/var/www/html/webdav/$instance" "$root/$instance/images"
19 fi
20
21 if [ -x /usr/bin/htpasswd ] && [ -f /etc/httpd/conf/webdav.htpasswd ]; then

Subscribers

People subscribed via source and target branches