|
|
1.1 ! root 1: : Coh_321.post 1/9/92 ! 2: : COHERENT Version 3.2.1 ! 3: : Installation postprocessing. ! 4: ! 5: : Optionally uncompress online manual pages. ! 6: MANPAGES=/usr/man/man.tar ! 7: echo ' ! 8: cThe online COHERENT manual pages in /usr/man are shipped in compressed form. ! 9: The compressed manual pages use about 2000 blocks (1 MB) of disk space. ! 10: The uncompressed manual pages use about 4000 blocks (2 MB). ! 11: You can either: ! 12: 1) Remove the manual pages, ! 13: 2) Leave the manual pages compressed, or ! 14: 3) Uncompress the manual pages. ! 15: The "man" command will work only if you uncompress the manual pages (option 3). ! 16: ' ! 17: flag=1 ! 18: while [ $flag -eq 1 ] ! 19: do ! 20: echo -n 'Please choose an option: ' ! 21: read x ! 22: flag=0 ! 23: case $x in ! 24: 1*) rm $MANPAGES.Z;; ! 25: 2*) echo Leaving manual pages compressed in $MANPAGES.Z;; ! 26: 3*) echo Extracting, please wait... ! 27: zcat $MANPAGES.Z | tar xfm - ! 28: rm $MANPAGES.Z ! 29: echo Uncompressing and extracting complete. ;; ! 30: *) echo Please enter 1, 2 or 3. ! 31: flag=1;; ! 32: esac ! 33: done ! 34: ! 35: echo ! 36: echo -n 'Hit <Enter> to continue...' ! 37: read x ! 38: ! 39: : Optionally build /usr/dict/words. ! 40: echo ' ! 41: cThe COHERENT dictionary in /usr/dict is shipped in compressed form. ! 42: The compressed dictionary uses about 350 blocks (.175 MB) of disk space. ! 43: The uncompressed dictionary uses about 1700 blocks (.85 MB). ! 44: You can either: ! 45: 1) Remove the dictionary, ! 46: 2) Leave the dictionary compressed, or ! 47: 3) Uncompress the dictionary. ! 48: The "spell" command will work only if you uncompress the dictionary (option 3). ! 49: ' ! 50: flag=1 ! 51: while [ $flag -eq 1 ] ! 52: do ! 53: echo -n 'Please choose an option: ' ! 54: read x ! 55: flag=0 ! 56: case $x in ! 57: 1*) rm /usr/dict/*.Z;; ! 58: 2*) ;; ! 59: 3*) /usr/dict/Run ! 60: echo Uncompressing complete. ;; ! 61: *) echo Please enter 1, 2 or 3. ! 62: flag=1;; ! 63: esac ! 64: done ! 65: ! 66: : Perform other housekeeping chores... ! 67: ! 68: echo ! 69: echo Extracting keyboard table source files... ! 70: KBSOURCES=/conf/kbd/tables.tar ! 71: uncompress $KBSOURCES && tar xf $KBSOURCES && rm $KBSOURCES ! 72: sync ! 73: ! 74: : Done. ! 75: echo -n 'c' ! 76: exit 0
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.