Annotation of coherent/f/etc/rc, revision 1.1.1.1

1.1       root        1: : /etc/rc 07/03/92
                      2: : COHERENT executes this script when it comes up multiuser.
                      3: 
                      4: echo Going multiuser... >/dev/console
                      5: 
                      6: : Set the date.
                      7: . /etc/timezone
                      8: /bin/date -s `/etc/ATclock` 2>/dev/console
                      9: 
                     10: : Remove temporary files and clean up.
                     11: /bin/rm -f /usr/spool/uucp/LCK*
                     12: /bin/rm -f /usr/spool/[lh]pd/dpid
                     13: 
                     14: >/etc/mnttab
                     15: >/etc/mtab
                     16: >/etc/utmp
                     17: 
                     18: : Edit the file /usr/bin/modeminit and remove comment below
                     19: : if modem initialization is required, e.g. for autoanswer.
                     20: : /usr/bin/modeminit
                     21: 
                     22: : Edit the file /usr/bin/ramdisk and remove comment below
                     23: : if ramdisk initialization is desired.
                     24: : /usr/bin/ramdisk
                     25: 
                     26: : Spawn background processes.
                     27: /etc/update&
                     28: 
                     29: : Mount file systems if appropriate.
                     30: /etc/mount /dev/root / -u
                     31: /etc/mount.all
                     32: 
                     33: # Cron MUST be started AFTER /usr/spool has been mounted.
                     34: rm -f /usr/lib/cron/FIFO
                     35: /etc/cron
                     36: 
                     37: : Remove files again, in case on a mounted filesystem.
                     38: /bin/rm -f /usr/spool/uucp/LCK* /usr/spool/[lh]pd/dpid
                     39: 
                     40: . /etc/drvld.multi

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.