|
|
1.1 root 1: : Drv_110.post 11/05/90
2: : COHERENT Driver Kit Version 1.1
3: : Installation postprocessing.
4:
5: : Optionally uncompress online manual pages.
6: COHMANPAGES=/usr/man/man.tar
7: DRVMANPAGES=/usr/man/drvkit.tar
8: if [ ! -d /usr/man/COHERENT ] ;then
9: echo '
10: cDuring installation of your original COHERENT distribution, you chose not
11: to install the online manual pages for the entire system.'
12: fi
13: echo '
14: The online COHERENT Driver Kit manual pages in /usr/man are shipped in
15: compressed form. The compressed manual pages use about 185 blocks (0.09 MB) of
16: disk space. The uncompressed manual pages use about 340 blocks (0.17 MB).
17: You can either:
18: 1) Remove the manual pages,
19: 2) Leave the manual pages compressed, or
20: 3) Uncompress the manual pages.
21: The "man" command will work only if you uncompress the manual pages (option 3).
22: '
23: flag=1
24: while [ $flag -eq 1 ]
25: do
26: echo -n 'Please choose an option: '
27: read x
28: flag=0
29: case $x in
30: 1*) rm $DRVMANPAGES.Z;;
31: 2*) echo Leaving manual pages compressed in $DRVMANPAGES.Z;;
32: 3*) echo Uncompressing, please wait...
33: uncompress $DRVMANPAGES.Z || break
34: echo Extracting, please wait...
35: tar xfm $DRVMANPAGES
36: cat /usr/man/drvkit.index >>/usr/man/man.index
37: cat /usr/man/drvkit.help >>/usr/man/man.help
38: rm $DRVMANPAGES /usr/man/drvkit.index /usr/man/drvkit.help
39: echo Uncompressing and extracting complete. ;;
40: *) echo Please enter 1, 2 or 3.
41: flag=1;;
42: esac
43: done
44:
45: echo
46: echo -n 'Hit <Enter> to continue...'
47: read x
48:
49: : Done.
50: echo -n 'c'
51: exit 0
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.