source: branches/fc15-dev/server/fedora/config/etc/rc.d/rc.local @ 2061

Last change on this file since 2061 was 2061, checked in by achernya, 13 years ago
Fix F15 sysnames
  • Property svn:executable set to *
File size: 713 bytes
Line 
1#!/bin/bash
2
3touch /var/lock/subsys/local
4
5/bin/mkdir -pm 1773 /tmp/sessions
6
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 TracBrowser for help on using the repository browser.