Last change
on this file since 2893 was
2717,
checked in by broder, 15 years ago
|
Update the cherrypy branch to use authz.afs.cells instead of just
authz.cells, to stay in sync with r2590.
(Again, this isn't really a cherry-pick, but whatever)
|
-
Property svn:executable set to
*
|
File size:
234 bytes
|
Rev | Line | |
---|
[1947] | 1 | #!/bin/sh |
---|
[1949] | 2 | cells () { |
---|
[2717] | 3 | for i in $(invirt-getconf -l authz.afs.cells); do |
---|
| 4 | invirt-getconf authz.afs.cells.$i.cell |
---|
[1949] | 5 | done |
---|
| 6 | } |
---|
[1947] | 7 | kinit -k -t /etc/invirt/keytab daemon/$(hostname -f) |
---|
[1949] | 8 | aklog $(cells) |
---|
[1947] | 9 | python /var/www/invirt-web/cache_acls.py |
---|
Note: See
TracBrowser
for help on using the repository browser.