Changeset 1949 for trunk/packages/invirt-web/invirt-cache-acls
- Timestamp:
- Dec 30, 2008, 7:52:56 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/packages/invirt-web/invirt-cache-acls
r1947 r1949 1 1 #!/bin/sh 2 cells () { 3 for i in $(invirt-getconf -l authz); do 4 if [ afs = "$(invirt-getconf authz.$i.type)" ]; then 5 invirt-getconf authz.$i.cell 6 fi 7 done 8 } 2 9 kinit -k -t /etc/invirt/keytab daemon/$(hostname -f) 3 aklog athena sipb10 aklog $(cells) 4 11 python /var/www/invirt-web/cache_acls.py
Note: See TracChangeset
for help on using the changeset viewer.