POSIX bashing

Mark Brown mbrown at testsys.austin.ibm.com
Tue Apr 2 01:55:50 AEST 1991


sef at kithrup.COM (Sean Eric Fagan) writes:
> jb107 at prism.gatech.EDU (Jim Burns) writes:
> sef at kithrup.COM (Sean Eric Fagan) says:
> >[Barry Shein asks if anyone has implemented POSIX job control]
> >> Yes.  SCO.  kithrup (this machine) in an example of how it works.  It has
> >> its problems, I will admit, but it works.
> >Like what?
>[numerous commands that close up on signals] 
> vi used to not work with job control.  However, there is an SLS available
> that fixes it (which I didn't know about, and that SLS got installed on a
> machine at work, and I got very confused 8-)).

Essentially, the problem is that to *fully* implement POSIX-style job control,
you have to convert commands such as vi and csh that look for BSD-specific
things.

csh, in particular, will develop a pipe race condition if a detailed conversion
isn't done to POSIX line-discipline setup.

Yeah, this is a gripe, but after the conversion is done, it works without
the hitches Sean describes....

Mark Brown    IBM PSP Austin, TX.     (512) 823-3741   VNET: MBROWN at AUSVMQ
MAIL: mbrown at testsys.austin.ibm.com OR uunet!testsys.austin.ibm.com!mbrown
		Which came first: The Chicken or the Legba?
      DISCLAIMER: Any personal opinions stated here are just that.



More information about the Comp.unix.wizards mailing list