#! /bin/sh # Put any local setup commands in here # Make the modem sane stty 38400 crtscts < /dev/modem # Try and catch diald dying. #/usr/local/sbin/swatch -c /usr/local/etc/swatchrc.diald -t /var/adm/pppd-log & # Set up hdparam, max mult sec is 128, have 16, unmask interrupts. /usr/local/bin/hdparm -m 16 -u 1 /dev/hda # Reboot on three finger salute. /usr/sbin/ctrlaltdel soft # Wipe the /tmp space rm -rf /tmp/* # Start appletalk daemons /usr/local/atalk/etc/rc.atalk