- Timestamp:
- Dec 30, 2008, 7:52:56 PM (16 years ago)
- Location:
- trunk/packages/invirt-web
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/packages/invirt-web/config.todo
r1947 r1949 5 5 files/etc/apache2/sites-available/default: assumes trac 6 6 files/etc/init.d/apache2.invirt: afs cell (for svn) 7 invirt-cache-acls: aklog athena sipb8 7 code/templates/error.tmpl: xvm@mit.edu 9 8 code/templates/help.tmpl: assumes trac -
trunk/packages/invirt-web/debian/changelog
r1947 r1949 7 7 (so that restart works) 8 8 9 -- Greg Price <price@mit.edu> Tue, 30 Dec 2008 17: 31:48-05009 -- Greg Price <price@mit.edu> Tue, 30 Dec 2008 17:43:41 -0500 10 10 11 11 invirt-web (0.0.15) unstable; urgency=low -
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.