|
|
1.1 root 1: : /etc/brc 10/18/90
2: : COHERENT executes this script when it boots.
3: : If the exit status is 0, it goes multiuser immediately.
4:
5: : Set the date from the system clock.
6: . /etc/timezone
7: /bin/date -s `/etc/ATclock` >/dev/null
8:
9: : Load loadable drivers.
10: /etc/drvld.all
11:
12: : Check COHERENT filesystems.
13: : Go multiuser if ok, reboot if not.
14: : Remain single user if interrupted.
15: trap 'echo Aborted...; exit 1' 1 2 3
16: if /etc/fsck
17: then
18: exit 0
19: else
20: echo System rebooting automatically, please wait...
21: /etc/reboot
22: fi
23: exit 1
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.