: /etc/rc 07/03/92
: COHERENT executes this script when it comes up multiuser.

echo Going multiuser... >/dev/console

: Set the date.
. /etc/timezone
/bin/date -s `/etc/ATclock` 2>/dev/console

: Remove temporary files and clean up.
/bin/rm -f /usr/spool/uucp/LCK*
/bin/rm -f /usr/spool/[lh]pd/dpid

>/etc/mnttab
>/etc/mtab
>/etc/utmp

: Edit the file /usr/bin/modeminit and remove comment below
: if modem initialization is required, e.g. for autoanswer.
: /usr/bin/modeminit

: Edit the file /usr/bin/ramdisk and remove comment below
: if ramdisk initialization is desired.
: /usr/bin/ramdisk

: Spawn background processes.
/etc/update&

: Mount file systems if appropriate.
/etc/mount /dev/root / -u
/etc/mount.all

# Cron MUST be started AFTER /usr/spool has been mounted.
rm -f /usr/lib/cron/FIFO
/etc/cron

: Remove files again, in case on a mounted filesystem.
/bin/rm -f /usr/spool/uucp/LCK* /usr/spool/[lh]pd/dpid

. /etc/drvld.multi
