home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / unix / shell / 3203 < prev    next >
Encoding:
Text File  |  1992-07-29  |  2.5 KB  |  87 lines

  1. Newsgroups: comp.unix.shell
  2. Path: sparky!uunet!mcsun!sunic!ericom!eos.ericsson.se!etxmesa
  3. From: etxmesa@eos.ericsson.se (Michael Salmon)
  4. Subject: Re: TCSH on Solaris
  5. Message-ID: <1992Jul30.092934.6309@ericsson.se>
  6. Sender: news@ericsson.se
  7. Nntp-Posting-Host: eos6c02.ericsson.se
  8. Reply-To: etxmesa@eos.ericsson.se (Michael Salmon)
  9. Organization: Ericsson Telecom AB
  10. References:  <17316@autodesk.COM>
  11. Date: Thu, 30 Jul 1992 09:29:34 GMT
  12. Lines: 73
  13.  
  14. In article <17316@autodesk.COM>, 
  15. stevel@Autodesk.COM (Steven W. Litras) writes:
  16. |> Has anybody gotten TCSH 6.02 to run on Solaris 2.0? I'm about to give it
  17. |> a try, but would prefer not to reinvent the wheel.
  18.  
  19. One of my collegues has been working on it, I'm not sure how happy he
  20. is with it but I use it and it seems to work OK so far. Here is a diff
  21. for the config.h:
  22.  
  23. *** config.h    Wed May 27 08:35:57 1992
  24. --- config/config.sysv4 Tue May 26 21:10:24 1992
  25. ***************
  26. *** 37,43 ****
  27.    * BSDJOBS    You have BSD-style job control (both process groups and
  28.    *            a tty that deals correctly
  29.    */
  30. ! #undef BSDJOBS
  31.   
  32.   /*
  33.    * BSDSIGS    You have 4.2-style signals, rather than USG style.
  34. --- 37,43 ----
  35.    * BSDJOBS    You have BSD-style job control (both process groups and
  36.    *            a tty that deals correctly
  37.    */
  38. ! #define BSDJOBS
  39.   
  40.   /*
  41.    * BSDSIGS    You have 4.2-style signals, rather than USG style.
  42. ***************
  43. *** 51,57 ****
  44.    *            This may or may not be true.  For example, Apple Unix
  45.    *            (OREO) has BSDJOBS and BSDSIGS but not BSDTIMES.
  46.    */
  47. ! #undef BSDTIMES
  48.   
  49.   /*
  50.    * BSDNICE    Your system uses setpriority() instead of nice, to
  51. --- 51,57 ----
  52.    *            This may or may not be true.  For example, Apple Unix
  53.    *            (OREO) has BSDJOBS and BSDSIGS but not BSDTIMES.
  54.    */
  55. ! #define BSDTIMES
  56.   
  57.   /*
  58.    * BSDNICE    Your system uses setpriority() instead of nice, to
  59. ***************
  60. *** 120,126 ****
  61.    *            SYSV_ECHO: Support only sysv escapes (\nnn)
  62.    *            NONE_ECHO: Pure echo.
  63.    */
  64. ! #define ECHO_STYLE BOTH_ECHO  /* BSD options only */
  65.   
  66.   /****************** local defines *********************/
  67.   #ifndef BSDTIMES
  68. --- 120,126 ----
  69.    *            SYSV_ECHO: Support only sysv escapes (\nnn)
  70.    *            NONE_ECHO: Pure echo.
  71.    */
  72. ! #define ECHO_STYLE BSD_ECHO   /* BSD options only */
  73.   
  74.   /****************** local defines *********************/
  75.   #ifndef BSDTIMES
  76.  
  77. -- 
  78.  
  79. Michael Salmon
  80.  
  81. #include    <standard.disclaimer>
  82. #include    <witty.saying>
  83. #include    <fancy.pseudo.graphics>
  84.  
  85. Ericsson Telecom AB
  86. Stockholm
  87.