home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.unix.shell
- Path: sparky!uunet!mcsun!sunic!ericom!eos.ericsson.se!etxmesa
- From: etxmesa@eos.ericsson.se (Michael Salmon)
- Subject: Re: TCSH on Solaris
- Message-ID: <1992Jul30.092934.6309@ericsson.se>
- Sender: news@ericsson.se
- Nntp-Posting-Host: eos6c02.ericsson.se
- Reply-To: etxmesa@eos.ericsson.se (Michael Salmon)
- Organization: Ericsson Telecom AB
- References: <17316@autodesk.COM>
- Date: Thu, 30 Jul 1992 09:29:34 GMT
- Lines: 73
-
- In article <17316@autodesk.COM>,
- stevel@Autodesk.COM (Steven W. Litras) writes:
- |> Has anybody gotten TCSH 6.02 to run on Solaris 2.0? I'm about to give it
- |> a try, but would prefer not to reinvent the wheel.
-
- One of my collegues has been working on it, I'm not sure how happy he
- is with it but I use it and it seems to work OK so far. Here is a diff
- for the config.h:
-
- *** config.h Wed May 27 08:35:57 1992
- --- config/config.sysv4 Tue May 26 21:10:24 1992
- ***************
- *** 37,43 ****
- * BSDJOBS You have BSD-style job control (both process groups and
- * a tty that deals correctly
- */
- ! #undef BSDJOBS
-
- /*
- * BSDSIGS You have 4.2-style signals, rather than USG style.
- --- 37,43 ----
- * BSDJOBS You have BSD-style job control (both process groups and
- * a tty that deals correctly
- */
- ! #define BSDJOBS
-
- /*
- * BSDSIGS You have 4.2-style signals, rather than USG style.
- ***************
- *** 51,57 ****
- * This may or may not be true. For example, Apple Unix
- * (OREO) has BSDJOBS and BSDSIGS but not BSDTIMES.
- */
- ! #undef BSDTIMES
-
- /*
- * BSDNICE Your system uses setpriority() instead of nice, to
- --- 51,57 ----
- * This may or may not be true. For example, Apple Unix
- * (OREO) has BSDJOBS and BSDSIGS but not BSDTIMES.
- */
- ! #define BSDTIMES
-
- /*
- * BSDNICE Your system uses setpriority() instead of nice, to
- ***************
- *** 120,126 ****
- * SYSV_ECHO: Support only sysv escapes (\nnn)
- * NONE_ECHO: Pure echo.
- */
- ! #define ECHO_STYLE BOTH_ECHO /* BSD options only */
-
- /****************** local defines *********************/
- #ifndef BSDTIMES
- --- 120,126 ----
- * SYSV_ECHO: Support only sysv escapes (\nnn)
- * NONE_ECHO: Pure echo.
- */
- ! #define ECHO_STYLE BSD_ECHO /* BSD options only */
-
- /****************** local defines *********************/
- #ifndef BSDTIMES
-
- --
-
- Michael Salmon
-
- #include <standard.disclaimer>
- #include <witty.saying>
- #include <fancy.pseudo.graphics>
-
- Ericsson Telecom AB
- Stockholm
-