projects
/
invirt/packages/invirt-web.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Incremented version to not conflict with precise
[invirt/packages/invirt-web.git]
/
invirt-cache-acls
1
#!/bin/sh
2
cells () {
3
for i in $(invirt-getconf -l authz.afs.cells); do
4
invirt-getconf authz.afs.cells.$i.cell
5
done
6
}
7
kinit -k -t /etc/invirt/keytab daemon/$(hostname -f)
8
aklog $(cells)
9
python /var/www/invirt-web/cache_acls.py