home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.unix.aux
- Path: sparky!uunet!mcsun!Germany.EU.net!ubrinf!thomas
- From: thomas@mathematik.uni-Bremen.de (Thomas Eberhardt)
- Subject: Re: csh is screwed up
- Message-ID: <thomas.715895530@mathematik.uni-Bremen.de>
- Sender: news@informatik.uni-bremen.de (NEWS Service)
- Nntp-Posting-Host: 134.102.232.14
- Organization: Univ. Bremen, Informatik
- 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>
- Date: Mon, 7 Sep 1992 19:52:10 GMT
- Lines: 24
-
- Following is a little patch to /bin/csh that should cure the problems with
- the compatiblity flags (especially regarding uninterruptable system calls).
- It simply changes the csh to do a setcompat(0) at startup.
-
- To patch your csh (A/UX 3.0 ONLY) do the following as root:
-
- Save this little adb patch file in /tmp/csh-patch:
- ----- cut here -----
- 17c?w e032
- e032?w 7000 2f00 4eb9 47f0 2396 588f 4e75
- $q
- ----- cut here -----
-
- cd /bin
- mv csh csh.orig
- cp csh.orig csh
- adb -w csh < /tmp/csh-patch
-
- Now the offending script should work all the times.
- --
- thomas@mathematik.uni-Bremen.de | Institut fuer dynamische Systeme
- Thomas Eberhardt | Universitaet Bremen, FB 3, Postfach 330 440
- Koelner Str. 4, W-2800 Bremen 41 | W-2800 Bremen 33, Germany
- Phone: +49 421 472527 | FAX: +49 421 218-4236
-