Bash on a 3b2/300 (Porting help needed)

Conor P. Cahill cpcahil at virtech.UUCP
Tue Oct 17 11:09:58 AEST 1989


In article <1989Oct16.184949.21515 at rpi.edu>, heechee at clotho.acm.rpi.edu (Stephen Underwood) writes:
>    sigblock   sigsetmask  sys_siglist   sigpause
> 
> Does anyone know A) What theese routines do?  B) How to get around them?

These are all part of BSD signal handling.  A quick look at my bash source
finds that you must have undefined (or not defined) NOJOBS.  For your real 
system V you must #define NOJOBS.  (I know, you really want job control. 
You gotta wait for SVR4).

NOTE-> my comments are from the beta version of bash posted a few months
ago, your version may be different.


-- 
+-----------------------------------------------------------------------+
| Conor P. Cahill     uunet!virtech!cpcahil      	703-430-9247	!
| Virtual Technologies Inc.,    P. O. Box 876,   Sterling, VA 22170     |
+-----------------------------------------------------------------------+



More information about the Comp.unix.wizards mailing list