File:  [MW Coherent from dump] / coherent / f / tmp / inst2 / post / brc.coh
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Wed May 29 04:56:40 2019 UTC (7 years, 2 months ago) by root
Branches: MarkWilliams, MAIN
CVS tags: relic, HEAD
coherent

: /etc/brc 06/23/92
: COHERENT executes this script when it boots.
: If the exit status is 0, it goes multiuser immediately.

: Set the date from the system clock.
. /etc/timezone
/bin/date -s `/etc/ATclock` >/dev/null

: Load loadable drivers.
/etc/drvld.all

: Check COHERENT filesystems.
: Go multiuser if ok, reboot if not.
: Remain single user if interrupted.
trap 'echo Aborted...; exit 1' 1 2 3

echo '\nChecking filesystems...\n'
if /etc/fsck
then
	exit 0
else
	echo System rebooting automatically, please wait...
	/etc/reboot
fi
exit 1

unix.superglobalmegacorp.com

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