home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / misc / volume23 / tin / patch05d < prev    next >
Encoding:
Text File  |  1991-10-19  |  5.6 KB  |  188 lines

  1. Newsgroups: comp.sources.misc
  2. From: iain@norisc.siemens.de (Iain J. Lea)
  3. Subject:  v23i087:  tin - threaded full screen newsreader, Patch05d/4
  4. Message-ID: <1991Oct20.032641.25235@sparky.imd.sterling.com>
  5. X-Md4-Signature: 4dad3813ae876b09ded07013cbaa1af8
  6. Date: Sun, 20 Oct 1991 03:26:41 GMT
  7. Approved: kent@sparky.imd.sterling.com
  8.  
  9. Submitted-by: iain@norisc.siemens.de (Iain J. Lea)
  10. Posting-number: Volume 23, Issue 87
  11. Archive-name: tin/patch05d
  12. Environment: BSD, SCO, ISC, SUNOS, SYSVR3, SYSVR4, ULTRIX, XENIX
  13. Patch-To: tin: Volume 23, Issue 15-23
  14.  
  15. #!/bin/sh
  16. # this is patch05.shar.04 (part 4 of tin)
  17. # do not concatenate these parts, unpack them in order with /bin/sh
  18. # file tin.patch05 continued
  19. #
  20. if touch 2>&1 | fgrep '[-amc]' > /dev/null
  21.  then TOUCH=touch
  22.  else TOUCH=true
  23. fi
  24. if test ! -r shar3_seq_.tmp; then
  25.     echo "Please unpack part 1 first!"
  26.     exit 1
  27. fi
  28. (read Scheck
  29.  if test "$Scheck" != 4; then
  30.     echo "Please unpack part $Scheck next!"
  31.     exit 1
  32.  else
  33.     exit 0
  34.  fi
  35. ) < shar3_seq_.tmp || exit 1
  36. echo "x - Continuing file tin.patch05"
  37. sed 's/^X//' << 'SHAR_EOF' >> tin.patch05 &&
  38. X  
  39. X  
  40. X            If regex pattern matching is selected you are asked to enter a
  41. X--- 727,733 ----
  42. X  
  43. X  
  44. X  
  45. X!      TIN(1)                                                 Version 1.0 PL5
  46. X  
  47. X  
  48. X            If regex pattern matching is selected you are asked to enter a
  49. X***************
  50. X*** 793,799 ****
  51. X  
  52. X  
  53. X  
  54. X!      Version 1.0 PL4                                                 TIN(1)
  55. X  
  56. X  
  57. X                 specified by the variable.  This is useful if the machine is
  58. X--- 793,799 ----
  59. X  
  60. X  
  61. X  
  62. X!      Version 1.0 PL5                                                 TIN(1)
  63. X  
  64. X  
  65. X                 specified by the variable.  This is useful if the machine is
  66. X***************
  67. X*** 859,865 ****
  68. X  
  69. X  
  70. X  
  71. X!      TIN(1)                                                 Version 1.0 PL4
  72. X  
  73. X  
  74. X            $_H_O_M_E/._t_i_n/_b_u_g__a_d_d_r_e_s_s    address to send bug reports to.
  75. X--- 859,865 ----
  76. X  
  77. X  
  78. X  
  79. X!      TIN(1)                                                 Version 1.0 PL5
  80. X  
  81. X  
  82. X            $_H_O_M_E/._t_i_n/_b_u_g__a_d_d_r_e_s_s    address to send bug reports to.
  83. X***************
  84. X*** 910,921 ****
  85. X            Chris Smith
  86. X                 author of multi-part uudecode routine.
  87. X  
  88. X!           I wish to thank the following people for bug reports/patchs and
  89. X!           comments:
  90. X  
  91. X!           Klaus Arzig, Anton Aylward, Reiner Balling, Volker Beyer, Roger
  92. X!           Binns, Georg Biehler, Andreas Brosig, Peter Dressler, Gerhard
  93. X!           Ermer, Hugh Fader, Joachim Feld, Paul Fox, Bernhard Gmelch, Viet
  94. X  
  95. X  
  96. X       14
  97. X--- 910,921 ----
  98. X            Chris Smith
  99. X                 author of multi-part uudecode routine.
  100. X  
  101. X!           I wish to thank the following people for supplying patchs:
  102. X  
  103. X!           Anton Aylward, Carl Hage, Ed Hanway, Karl-Koenig Koenigsson, Kris
  104. X!           Kugel, Hakan Lennestal, Clifford Luke, Bill Poitras,  Nickolay
  105. X!           Saukh, Rich Salz, Bart Sears, Karl-Olav Serrander, Doug Sewell,
  106. X!           Cliff Stanford, Adri Verhoef, Cary Whitney
  107. X  
  108. X  
  109. X       14
  110. X***************
  111. X*** 925,948 ****
  112. X  
  113. X  
  114. X  
  115. X!      Version 1.0 PL4                                                 TIN(1)
  116. X  
  117. X  
  118. X!           Hoang, Torsten Homeyer, Andy Jackson, Joe Johnson, Cyrill Jung,
  119. X!           Karl-Koenig Koenigsson, Hans-Juergen Knopp, Hakan Lennestal, Bob
  120. X!           Lukas, Clifford Luke, Phillip Molloy, Toni Metz, Greg Miller,
  121. X!           Klaus Neuberger, Otto Niesser, Reiner Oelhaf, Wolf Paul, Nickolay
  122. X!           Saukh, Rich Salz, Fredy Schwatz, Bernd Schwerin, Klamer Schutte,
  123. X!           Karl-Olav Serrander, Chris Smith, Steve Spearman, Cliff Stanford,
  124. X!           Adri Verhoef, Cary Whitney
  125. X  
  126. X       AUTHOR
  127. X  
  128. X            Iain Lea
  129. X                 (iain@estevax.uucp or ...!unido!estevax!iain)
  130. X- 
  131. X- 
  132. X- 
  133. X  
  134. X  
  135. X  
  136. X--- 925,948 ----
  137. X  
  138. X  
  139. X  
  140. X!      Version 1.0 PL5                                                 TIN(1)
  141. X  
  142. X  
  143. X!           I wish to thank the following people for bug reports/comments:
  144. X  
  145. X+           Klaus Arzig, Reiner Balling, Volker Beyer, Roger Binns, Georg
  146. X+           Biehler, Ian Brown, Andreas Brosig, David Donovan, Peter
  147. X+           Dressler, Gerhard Ermer, Hugh Fader, Joachim Feld, Paul Fox,
  148. X+           Bernhard Gmelch, Viet Hoang, Torsten Homeyer, Andy Jackson, Joe
  149. X+           Johnson, Cyrill Jung, Hans-Juergen Knopp, Bob Lukas, Phillip Mol-
  150. X+           loy, Toni Metz, Greg Miller, Klaus Neuberger, Otto Niesser,
  151. X+           Reiner Oelhaf, Wolf Paul, Fredy Schwatz, Bernd Schwerin, Klamer
  152. X+           Schutte, Chris Smith, Steve Spearman
  153. X+ 
  154. X       AUTHOR
  155. X  
  156. X            Iain Lea
  157. X                 (iain@estevax.uucp or ...!unido!estevax!iain)
  158. X  
  159. X  
  160. X  
  161. XFiles ../104/wildmat.3 and ./wildmat.3 are identical
  162. XFiles ../104/wildmat.c and ./wildmat.c are identical
  163. SHAR_EOF
  164. echo "File tin.patch05 is complete" &&
  165. $TOUCH -am 1017192391 tin.patch05 &&
  166. chmod 0600 tin.patch05 ||
  167. echo "restore of tin.patch05 failed"
  168. set `wc -c tin.patch05`;Wc_c=$1
  169. if test "$Wc_c" != "143190"; then
  170.     echo original size 143190, current size $Wc_c
  171. fi
  172. rm -f shar3_seq_.tmp
  173. echo "You have unpacked the last part"
  174. exit 0
  175.  
  176. --
  177. NAME   Iain Lea
  178. EMAIL  iain@estevax.uucp    ...!unido!estevax!iain
  179. SNAIL  Bruecken Str. 12, 8500 Nuernberg, Germany
  180. PHONE  +49-911-3089-407 (work)  +49-911-331963 (home)
  181.  
  182. exit 0 # Just in case...
  183. -- 
  184. Kent Landfield                   INTERNET: kent@sparky.IMD.Sterling.COM
  185. Sterling Software, IMD           UUCP:     uunet!sparky!kent
  186. Phone:    (402) 291-8300         FAX:      (402) 291-4362
  187. Please send comp.sources.misc-related mail to kent@uunet.uu.net.
  188.