Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Jul 2010 16:55:27 +0000 (UTC)
From:      Jilles Tjoelker <jilles@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/bin/sh jobs.c
Message-ID:  <201007291655.o6TGtdDJ002537@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help

jilles      2010-07-29 16:55:27 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_8)
    bin/sh               jobs.c 
  Log:
  SVN rev 210616 on 2010-07-29 16:55:27Z by jilles
  
  MFC r208881: sh: Pass through SIGINT if interactive and job control
  is enabled.
  
  This already worked if without job control.
  
  In either case, this depends on it that a process that terminates due to
  SIGINT exits on it (so not with status 1, or worse, 0).
  
  Example:
    sleep 5; echo continued
  This does not print "continued" any more if sleep is aborted via ctrl+c.
  
  Revision   Changes    Path
  1.72.10.2  +6 -0      src/bin/sh/jobs.c



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