Xref: utzoo comp.unix.wizards:20757 comp.bugs.4bsd:1515 Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!uunet!lll-winken!gauss.llnl.gov!casey From: casey@gauss.llnl.gov (Casey Leedom) Newsgroups: comp.unix.wizards,comp.bugs.4bsd Subject: Re: Process group bug in su command Message-ID: <49931@lll-winken.LLNL.GOV> Date: 25 Feb 90 00:17:35 GMT References: <5665@star.cs.vu.nl> Sender: usenet@lll-winken.LLNL.GOV Reply-To: casey@gauss.llnl.gov (Casey Leedom) Followup-To: comp.unix.wizards Organization: Lawrence Livermore National Laboratory Lines: 17 | From: philip@cs.vu.nl (Philip Homburg) | Description: | su should create a new process group for the new shell, | and wait for the new shell to finish in order to reset | the tty process group to its old value. | | Repeat-By: | % sh | $ su somebody-ELSE-with-a-Bourne-shell | Password: | $ csh # any shell with job control | % exit | % $ | Stopped (tty input) # or Stopped (tty output), depending on | % # the status of the tostop bit This isn't a bug in su. It's a bug in the shell.