Annotation of coherent/f/tmp/install/post/brc.update, revision 1.1

1.1     ! root        1: # /etc/brc.update 07/24/92
        !             2: #
        !             3: # COHERENT executes this script when it boots
        !             4: # after installing the first update disk.
        !             5: # If the exit status is 0, it goes multiuser immediately.
        !             6: # This version invokes /etc/install
        !             7: # to complete the installation of COHERENT.
        !             8: 
        !             9: # Set the date from the system clock.
        !            10: . /etc/timezone
        !            11: /bin/date -s `/etc/ATclock` >/dev/null
        !            12: 
        !            13: # Load loadable drivers.
        !            14: /etc/drvld.all
        !            15: 
        !            16: # Trap in case interrupted.
        !            17: trap 'echo; echo Aborted...' 1 2 3
        !            18: 
        !            19: if /etc/install -u Coh_420 /dev/fva0 5
        !            20: then
        !            21:        sync
        !            22:        /etc/coh_intro
        !            23:        echo Checking filesystems, please wait...
        !            24:        if /etc/fsck
        !            25:        then
        !            26:                echo You are now running single user COHERENT \(as root\).
        !            27:                echo Type \<Ctrl-D\> if you wish to go multiuser.
        !            28:                sync
        !            29:                exit 1
        !            30:        else
        !            31:                echo System rebooting automatically, please wait...
        !            32:                /etc/reboot
        !            33:                exit 1
        !            34:        fi
        !            35: else
        !            36:        echo The COHERENT system installation failed, please reboot and try again.
        !            37: fi
        !            38: sync
        !            39: exit 1

unix.superglobalmegacorp.com

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