|
|
coherent
: Drv_110.post 11/05/90 : COHERENT Driver Kit Version 1.1 : Installation postprocessing. : Optionally uncompress online manual pages. COHMANPAGES=/usr/man/man.tar DRVMANPAGES=/usr/man/drvkit.tar if [ ! -d /usr/man/COHERENT ] ;then echo ' cDuring installation of your original COHERENT distribution, you chose not to install the online manual pages for the entire system.' fi echo ' The online COHERENT Driver Kit manual pages in /usr/man are shipped in compressed form. The compressed manual pages use about 185 blocks (0.09 MB) of disk space. The uncompressed manual pages use about 340 blocks (0.17 MB). You can either: 1) Remove the manual pages, 2) Leave the manual pages compressed, or 3) Uncompress the manual pages. The "man" command will work only if you uncompress the manual pages (option 3). ' flag=1 while [ $flag -eq 1 ] do echo -n 'Please choose an option: ' read x flag=0 case $x in 1*) rm $DRVMANPAGES.Z;; 2*) echo Leaving manual pages compressed in $DRVMANPAGES.Z;; 3*) echo Uncompressing, please wait... uncompress $DRVMANPAGES.Z || break echo Extracting, please wait... tar xfm $DRVMANPAGES cat /usr/man/drvkit.index >>/usr/man/man.index cat /usr/man/drvkit.help >>/usr/man/man.help rm $DRVMANPAGES /usr/man/drvkit.index /usr/man/drvkit.help echo Uncompressing and extracting complete. ;; *) echo Please enter 1, 2 or 3. flag=1;; esac done echo echo -n 'Hit <Enter> to continue...' read x : Done. echo -n 'c' exit 0
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.