|
|
1.1 root 1: : /etc/brc 06/23/92
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:
17: echo '\nChecking filesystems...\n'
18: if /etc/fsck
19: then
20: exit 0
21: else
22: echo System rebooting automatically, please wait...
23: /etc/reboot
24: fi
25: exit 1
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.