|
|
coherent
: Coh_400.post 07/14/92 : COHERENT Version 4.0.0 : Installation postprocessing. : Optionally uncompress online manual pages. MANPAGES=/usr/man/man.tar echo ' cThe online COHERENT manual pages in /usr/man are shipped in compressed form. The compressed manual pages use about 2000 blocks (1 MB) of disk space. The uncompressed manual pages use about 5000 blocks (2.5 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 $MANPAGES.Z;; 2*) echo Leaving manual pages compressed in $MANPAGES.Z;; 3*) echo Extracting, please wait... echo 'Note: ignore any "inode busy" messages.' zcat $MANPAGES.Z | tar xofm - rm $MANPAGES.Z 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 : Optionally build /usr/dict/words. echo ' cThe COHERENT dictionary in /usr/dict is shipped in compressed form. The compressed dictionary uses about 350 blocks (.175 MB) of disk space. The uncompressed dictionary uses about 1700 blocks (.85 MB). You can either: 1) Remove the dictionary, 2) Leave the dictionary compressed, or 3) Uncompress the dictionary. The "spell" command will work only if you uncompress the dictionary (option 3). ' flag=1 while [ $flag -eq 1 ] do echo -n 'Please choose an option: ' read x flag=0 case $x in 1*) rm /usr/dict/*.Z;; 2*) ;; 3*) echo 'Note: ignore any "inode busy" messages.' /usr/dict/Run echo Uncompressing complete. ;; *) echo Please enter 1, 2 or 3. flag=1;; esac done : Perform other housekeeping chores... echo echo Extracting keyboard table source files... KBSOURCES=/conf/kbd/tables.tar uncompress $KBSOURCES && tar xof $KBSOURCES && rm $KBSOURCES HELPFILE=/etc/helpfile.Z HELPINDEX=/etc/helpindex if [ -f $HELPFILE ] then uncompress $HELPFILE touch $HELPINDEX fi rm -rf /tmp/drv sync : 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.