home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 4 / DATAFILE_PDCD4.iso / unix / armlinux / distrib / BASE / DISK2 / DINST < prev    next >
Encoding:
Text File  |  1996-04-19  |  4.1 KB  |  112 lines

  1. echo
  2. echo ">>> Installing binary utilities"
  3. echo "    ---------------------------"
  4. echo " These are a set of random utilities that live in the /bin"
  5. echo " and /usr/bin directories"
  6. echo
  7. echo " Programs: GNU fileutils, at, crond, file, GNU gawk, man,"
  8. echo "     modules, GNU patch, sed, sharutils, time, tput and"
  9. echo "     colour ls"
  10. tar $TARFLAGS $SRC/bin.tgz -C $TARGET
  11. echo
  12. echo ">>> Installing minicom and sz/rz"
  13. echo "    ----------------------------"
  14. echo " This is a set of programs that allows you to connect to"
  15. echo " builitin boards and the like.  Minicom presents you with"
  16. echo " a front end and vt100 ansi terminal."
  17. echo " sz and rz are the file transfer commands that can support"
  18. echo " zmodem, ymodem and xmodem protocols."
  19. echo
  20. echo " Programs: minicom, sx, sy, sz, rx, ry, rz"
  21. tar $TARFLAGS $SRC/comms.tgz -C $TARGET
  22. echo
  23. echo ">>> Installing GNU grep"
  24. echo "    -------------------"
  25. echo " Grep searches files for lines matching a patterm that you"
  26. echo " specify.  Apparantly (according to Slackware anyway), this"
  27. echo " is the fastest grep in the West."
  28. tar $TARFLAGS $SRC/grep.tgz -C $TARGET
  29. echo
  30. echo ">>> Installing GNU zip"
  31. echo "    ------------------"
  32. echo " GZip compresses files.  Files that have been compressed with"
  33. echo " gzip have .gz appended to them.  It is commonly used to"
  34. echo " compress tar files"
  35. tar $TARFLAGS $SRC/gzip.tgz -C $TARGET
  36. echo
  37. echo ">>> Installing less"
  38. echo "    ---------------"
  39. echo " Less is a paginator similar to more, but is more versitile."
  40. echo
  41. echo " Programs: less, lesskey"
  42. tar $TARFLAGS $SRC/less.tgz -C $TARGET
  43. echo
  44. echo ">>> Installing lpr"
  45. echo "    --------------"
  46. echo " This is the BSD print spooling system.  It allows control"
  47. echo " over the spooling of print jobs."
  48. echo
  49. echo " Programs: lpr, lpd, lpc, lpq, lprm"
  50. tar $TARFLAGS $SRC/lpr.tgz -C $TARGET
  51. echo
  52. echo ">>> Installing ps (process listing)"
  53. echo "    -------------------------------"
  54. echo " These programs allow you to control and list running processes"
  55. echo
  56. echo " Programs: ps, killall, free, fuser, pstree, tload, top, uptime,"
  57. echo "     vmstat, w"
  58. tar $TARFLAGS $SRC/ps.tgz -C $TARGET
  59. echo
  60. echo ">>> Installing shell utilities"
  61. echo "    --------------------------"
  62. echo " This is a set of small shell programming utilities, mostly"
  63. echo " compliant with the POSIX.2 spec."
  64. echo
  65. echo "Programs: basename, date, dirname, echo, env, expr, false, logname,"
  66. echo "     nice, nohup, patchchk, printenv, printf, sleep, stty, tee, test"
  67. echo "     true, tty, uname, who, whoami, yes"
  68. tar $TARFLAGS $SRC/sh_utils.tgz -C $TARGET
  69. echo
  70. echo ">>> Installing syslogd"
  71. echo "    ------------------"
  72. echo " This is the system logger.  It takes various messages emitted by"
  73. echo " various daemons and the kernel, and places them in a file or onto"
  74. echo " a users display"
  75. echo
  76. echo " Programs: syslogd"
  77. tar $TARFLAGS $SRC/syslogd.tgz -C $TARGET
  78. echo
  79. echo ">>> Installing GNU tar"
  80. echo "    ------------------"
  81. echo " tar is a tape archiving program which adds or extracts files from"
  82. echo " a tape or archive files.  This is the most common way to collect"
  83. echo " up a set of files before compressing them."
  84. echo
  85. echo " Programs: tar"
  86. tar $TARFLAGS $SRC/tar.tgz -C $TARGET
  87. echo
  88. echo ">>> Installing tcsh shell"
  89. echo "    ---------------------"
  90. echo " This shell is a version of the standard C shell (csh), but with"
  91. echo " some extra features.  Its extra features include spell checking,"
  92. echo " command completion, command line editor, command history and job"
  93. echo " control."
  94. echo
  95. echo " Programs: tcsh"
  96. tar $TARFLAGS $SRC/tcsh.tgz -C $TARGET
  97. echo
  98. echo ">>> Installing time zone information"
  99. echo "    --------------------------------"
  100. echo " This set of files handles the different time zones."
  101. echo " Please see the /usr/lib/zoneinfo directory for furthur information"
  102. tar $TARFLAGS $SRC/zoneinfo.tgz -C $TARGET
  103. echo
  104. echo ">>> Installing FP Emulator"
  105. echo "    ----------------------"
  106. echo " This allows programs with floating point instructions to"
  107. echo " run.  This is a packaged copy of the Acorn FP Emulator, supplied"
  108. echo " with RiscOS 3.11 (FPE version 2.87).  Thanks due to Acorn for"
  109. echo " allowing me to use it."
  110. tar $TARFLAGS $SRC/fpem.tgz -C $TARGET
  111. echo
  112.