Changeset 2061 for branches/fc15-dev/server/fedora/config/etc/rc.d/rc.local
- Timestamp:
- Nov 21, 2011, 8:35:37 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/fc15-dev/server/fedora/config/etc/rc.d/rc.local
r1953 r2061 3 3 touch /var/lock/subsys/local 4 4 5 if [ -r "/afs/athena.mit.edu" ]; then 6 /sbin/service postfix start 7 fi 5 /bin/mkdir -pm 1773 /tmp/sessions 8 6 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.