source: server/fedora/config/etc/sysconfig/openafs @ 708

Last change on this file since 708 was 708, checked in by geofft, 16 years ago
Add rebecca to sudoers.
File size: 401 bytes
RevLine 
[484]1AFSD_ARGS="-afsdb -dynroot -fakestat-all -stat 10000 -daemons 6 -volumes 400 -files 40000 -chunksize 19"
[39]2BOSSERVER_ARGS=
3
[708]4postinit () {
5        /sbin/sysctl -q afs.GCPAGs=0
6        /usr/bin/fs setcrypt on
7        /usr/bin/fs sysname 'amd64_linux26' 'i386_rhel4' 'i386_rhel3' 'i386_rh9' 'i386_linux24' 'i386_linux22' 'i386_linux3' 'i386_linux2' 'i386_linux1'
8        /usr/bin/fs setcell -nosuid -c athena
9}
10AFS_POST_INIT=postinit
Note: See TracBrowser for help on using the repository browser.