shell bugs

Guy Harris guy at auspex.auspex.com
Thu Mar 28 05:01:43 AEST 1991


>>In System V/386 r3.2, the shell nices all background jobs.
>>This is unacceptable for non-interactive shells.
>
>On SCO UNIX 3.2, the niceness is configurable by modifying
>/etc/defaults/queuedefs. Perhaps your system does not have such a file?

If modifying that file actually changes what the *Bourne shell* does
with jobs run with "&", rather than changing the niceness of jobs run
with "at" or "batch", that's an SCO-ism; the original poster's system
probably has a "queuedefs" file, or can have one, but unless they have a
system tweaked to make the shell look at that file, it won't have any
effect.

Hopefully, S5R4's Bourne shell won't do this (at least not when it's run
as "jsh"), given that, in S5R4, as in other systems with BSD-style or
POSIX-style job control, "background" is a temporary state, not a way of
life.... 



More information about the Comp.bugs.sys5 mailing list