projects
/
invirt/packages/invirt-web.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
839debc
)
keep /var/www/sipb-xen-www writable by our accounts
author
Greg Price
<price@mit.edu>
Sat, 29 Mar 2008 15:37:22 +0000
(11:37 -0400)
committer
Greg Price
<price@mit.edu>
Sat, 29 Mar 2008 15:37:22 +0000
(11:37 -0400)
svn path=/trunk/packages/sipb-xen-www/; revision=307
debian/sipb-xen-www.postinst
patch
|
blob
|
history
diff --git
a/debian/sipb-xen-www.postinst
b/debian/sipb-xen-www.postinst
index
e4d526b
..
96ed42b
100755
(executable)
--- a/
debian/sipb-xen-www.postinst
+++ b/
debian/sipb-xen-www.postinst
@@
-22,6
+22,7
@@
case "$1" in
configure)
cd /var/www/sipb-xen-www
make clean && make all
+ chgrp -R sipb-xen .
;;
abort-upgrade|abort-remove|abort-deconfigure)