Changeset 2558 for package_branches/invirt-web/cherrypy/invirt-cache-acls
- Timestamp:
- Nov 22, 2009, 9:02:31 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
package_branches/invirt-web/cherrypy/invirt-cache-acls
r1949 r2558 1 1 #!/bin/sh 2 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 3 for i in $(invirt-getconf -l authz.cells); do 4 invirt-getconf authz.cells.$i.cell 7 5 done 8 6 }
Note: See TracChangeset
for help on using the changeset viewer.