home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / unix / aux / 3389 < prev    next >
Encoding:
Text File  |  1992-09-08  |  1.4 KB  |  37 lines

  1. Newsgroups: comp.unix.aux
  2. Path: sparky!uunet!mcsun!Germany.EU.net!ubrinf!thomas
  3. From: thomas@mathematik.uni-Bremen.de (Thomas Eberhardt)
  4. Subject: Re: csh is screwed up
  5. Message-ID: <thomas.715895530@mathematik.uni-Bremen.de>
  6. Sender: news@informatik.uni-bremen.de (NEWS Service)
  7. Nntp-Posting-Host: 134.102.232.14
  8. Organization: Univ. Bremen, Informatik
  9. References: <1992Aug27.171503.794@colorado.edu> <1992Aug29.085228.2232@panix.com> <1992Aug31.171710.2035@colorado.edu> <thomas.715639089@mathematik.uni-Bremen.de> <thomas.715644705@mathematik.uni-Bremen.de> <thomas.715689346@mathematik.uni-Bremen.de>
  10. Date: Mon, 7 Sep 1992 19:52:10 GMT
  11. Lines: 24
  12.  
  13. Following is a little patch to /bin/csh that should cure the problems with
  14. the compatiblity flags (especially regarding uninterruptable system calls).
  15. It simply changes the csh to do a setcompat(0) at startup.
  16.  
  17. To patch your csh (A/UX 3.0 ONLY) do the following as root:
  18.  
  19. Save this little adb patch file in /tmp/csh-patch:
  20. ----- cut here -----
  21. 17c?w e032
  22. e032?w 7000 2f00 4eb9 47f0 2396 588f 4e75
  23. $q
  24. ----- cut here -----
  25.  
  26. cd /bin
  27. mv csh csh.orig
  28. cp csh.orig csh
  29. adb -w csh < /tmp/csh-patch
  30.  
  31. Now the offending script should work all the times.
  32. --
  33. thomas@mathematik.uni-Bremen.de  | Institut fuer dynamische Systeme
  34. Thomas Eberhardt                 | Universitaet Bremen, FB 3, Postfach 330 440
  35. Koelner Str. 4, W-2800 Bremen 41 | W-2800 Bremen 33, Germany
  36. Phone: +49 421 472527            | FAX: +49 421 218-4236
  37.