source:
branches/fc11-dev/server/fedora/config/etc/rc.d/rc.local
@
1182
Last change on this file since 1182 was 227, checked in by presbrey, 18 years ago | |
---|---|
File size: 148 bytes |
Line | |
---|---|
1 | #!/bin/bash |
2 | |
3 | touch /var/lock/subsys/local |
4 | |
5 | if [ -r "/afs/athena.mit.edu" ]; then |
6 | /sbin/service postfix start |
7 | fi |
8 | |
9 | /bin/mkdir -pm 1773 /tmp/sessions |
Note: See TracBrowser
for help on using the repository browser.