svn path=/trunk/packages/invirt-web/; revision=1949
# may differ dev/prod?
files/etc/apache2/sites-available/default: assumes trac
files/etc/init.d/apache2.invirt: afs cell (for svn)
-invirt-cache-acls: aklog athena sipb
code/templates/error.tmpl: xvm@mit.edu
code/templates/help.tmpl: assumes trac
code/templates/list.tmpl: XVM
* make initscript stop command not leave apache2 processes lying around
(so that restart works)
- -- Greg Price <price@mit.edu> Tue, 30 Dec 2008 17:31:48 -0500
+ -- Greg Price <price@mit.edu> Tue, 30 Dec 2008 17:43:41 -0500
invirt-web (0.0.15) unstable; urgency=low
#!/bin/sh
+cells () {
+ for i in $(invirt-getconf -l authz); do
+ if [ afs = "$(invirt-getconf authz.$i.type)" ]; then
+ invirt-getconf authz.$i.cell
+ fi
+ done
+}
kinit -k -t /etc/invirt/keytab daemon/$(hostname -f)
-aklog athena sipb
+aklog $(cells)
python /var/www/invirt-web/cache_acls.py