source: package_branches/invirt-web/cherrypy/invirt-cache-acls @ 2714

Last change on this file since 2714 was 2591, checked in by broder, 14 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
Line 
1#!/bin/sh
2cells () {
3  for i in $(invirt-getconf -l authz.afs.cells); do
4    invirt-getconf authz.afs.cells.$i.cell
5  done
6}
7kinit -k -t /etc/invirt/keytab daemon/$(hostname -f)
8aklog $(cells)
9python /var/www/invirt-web/cache_acls.py
Note: See TracBrowser for help on using the repository browser.