Last change
on this file since 2813 was
2590,
checked in by broder, 15 years ago
|
Store AFS cell configuration at authz.afs.cells instead of just
authz.cells, to be more clear about purpose.
|
-
Property svn:executable set to
*
|
File size:
234 bytes
|
Line | |
---|
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 |
---|
Note: See
TracBrowser
for help on using the repository browser.