head     1.1;
access   ;
symbols  ;
locks    ;
comment  @@;


1.1
date     91.02.05.15.30.02;  author bin;  state Exp;
branches ;
next	;


desc
@copied from 310 ship disks
,
@



1.1
log
@Initial revision
@
text
@: /etc/rc 10/10/90
: 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 /tmp/* /usr/spool/uucp/LCK* /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&
/etc/cron&

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

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