# /etc/rc.local -- executed by /etc/rc # # Output and error are redirected to console by init, and the console is the # controlling terminal. EUDORA="pathname to Eudora" #?# Update kernel version info in "message_of_the_day" #?if [ -f /etc/motd ]; then #? /usr/etc/version > /tmp/.motd &&\ #? /usr/bin/tail +2 /etc/motd >> /tmp/.motd &&\ #? $MV /tmp/.motd /etc/motd &&\ #? /bin/chmod 666 /etc/motd #?fi ($ECHO -n "Starting local services:") >/dev/console if [ "$START_mactcpd" ]; then if [ -f "$EUDORA" ]; then ($ECHO -n ' Eudora') >/dev/console "$EUDORA" fi fi # Optional Mach IPC servers; uncomment if desired #if [ -x /etc/mach_init ]; then # /usr/etc/ipcexecd # /usr/etc/netmemoryserver # ($ECHO " .") >/dev/console #fi if [ -f /usr/local/canna/bin/cannaserver ]; then rm -f /var/spool/canna/lock/.CANNALOCK* /usr/local/canna/bin/cannaserver ($ECHO "Cannaserver started ") > /dev/console fi