Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Jul 1998 00:22:32 -0700 (PDT)
From:      Bruce Evans <bde@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   cvs commit: src/usr.bin/login login.c
Message-ID:  <199807310722.AAA04478@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         1998/07/31 00:22:31 PDT

  Modified files:
    usr.bin/login        login.c 
  Log:
  Backed out rev.1.31.  It was a workaround for bugs in rev.1.4 of
  libc/gen/getpass.c.  The old behaviour of blocking SIGINT and not
  changing SIGQUIT was restored in rev.1.5 of getpass.c.  The change
  here completely restores the old behaviour of not supporting killing
  login with keyboard signals (only) at the password prompt.  There
  is no reason to support this, since login can be exited normally
  by typing a couple of ^D's.  Login certainly shouldn't dump core
  in response to user input.  Previously, SIGQUIT killed login
  immediately but SIGINT killed it only after the password was
  entered.
  
  PR:		7444
  
  Revision  Changes    Path
  1.37      +1 -5      src/usr.bin/login/login.c



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