summaryrefslogtreecommitdiffstats
path: root/libexec
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1994-08-29 17:28:58 +0000
committerache <ache@FreeBSD.org>1994-08-29 17:28:58 +0000
commit8aa2891ca7b07ce7d3dc992cf11d700ec6711d73 (patch)
tree71c89f1fae1ddf2ddfa0bc3a41631a093c8759f1 /libexec
parent74dd308e4e08f32ee6458fc0c3fbfdea073b34cb (diff)
downloadFreeBSD-src-8aa2891ca7b07ce7d3dc992cf11d700ec6711d73.zip
FreeBSD-src-8aa2891ca7b07ce7d3dc992cf11d700ec6711d73.tar.gz
Ignore SIGQUITs, cause getty dumps core on garbadge from modem line
Diffstat (limited to 'libexec')
-rw-r--r--libexec/getty/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/getty/main.c b/libexec/getty/main.c
index 7c11279..4e47a45 100644
--- a/libexec/getty/main.c
+++ b/libexec/getty/main.c
@@ -143,7 +143,7 @@ main(argc, argv)
int repcnt = 0;
signal(SIGINT, SIG_IGN);
- signal(SIGQUIT, SIG_DFL);
+ signal(SIGQUIT, SIG_IGN);
openlog("getty", LOG_ODELAY|LOG_CONS, LOG_AUTH);
gethostname(hostname, sizeof(hostname));
OpenPOWER on IntegriCloud