Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!uwm.edu!cs.utexas.edu!uunet!virtech!cpcahil From: cpcahil@virtech.UUCP (Conor P. Cahill) Newsgroups: comp.unix.wizards Subject: Re: Bash on a 3b2/300 (Porting help needed) Message-ID: <1285@virtech.UUCP> Date: 17 Oct 89 01:09:58 GMT References: <1989Oct16.184949.21515@rpi.edu> Organization: Virtual Technologies Inc Lines: 19 In article <1989Oct16.184949.21515@rpi.edu>, heechee@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 | +-----------------------------------------------------------------------+