Ignore:
Timestamp:
Nov 21, 2011, 8:35:37 PM (12 years ago)
Author:
achernya
Message:
Fix F15 sysnames
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/fc15-dev/server/fedora/config/etc/rc.d/rc.local

    r1953 r2061  
    33touch /var/lock/subsys/local
    44
    5 if [ -r "/afs/athena.mit.edu" ]; then
    6         /sbin/service postfix start
    7 fi
     5/bin/mkdir -pm 1773 /tmp/sessions
    86
    9 /bin/mkdir -pm 1773 /tmp/sessions
     7#### Set the AFS sysname. Ideally, this should go elsewhere, but this
     8#### is a horrible hack to clean up after another horrible hack, so...
     9
     10/sbin/sysctl -q afs.GCPAGs=0
     11/usr/bin/fs setcrypt on
     12/usr/bin/fs sysname 'amd64_fedora15_scripts' 'amd64_fedora13_scripts' 'amd64_fedora11_scripts' 'amd64_fedora9_scripts' 'amd64_fedora7_scripts' 'scripts' 'amd64_fedora15' 'amd64_fedora13' 'amd64_fedora11' 'amd64_fedora9' 'amd64_fedora7' 'amd64_linux26' 'i386_deb60' 'i386_deb50' 'i386_deb40' 'i386_rhel4' 'i386_rhel3' 'i386_rh9' 'i386_linux26' 'i386_linux24' 'i386_linux22' 'i386_linux3' 'i386_linux2'
     13
     14/usr/bin/fs setcell -nosuid -c athena
Note: See TracChangeset for help on using the changeset viewer.