Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Mar 2003 17:32:51 -0800 (PST)
From:      David Xu <davidxu@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/su su.c
Message-ID:  <200303270132.h2R1WpXd079643@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
davidxu     2003/03/26 17:32:51 PST

  FreeBSD src repository

  Modified files:
    usr.bin/su           su.c 
  Log:
  Put child process in a different process group, ensure that the broadcast
  signal never affects su directly, some shells changes its pgrp at running
  or suspended time, so a broadcast SIGTSTP from child will mess up su's job
  control.
  
  Discussed with: bde
  
  Revision  Changes    Path
  1.67      +22 -6     src/usr.bin/su/su.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200303270132.h2R1WpXd079643>