aboutsummaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1994-08-29 17:28:58 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1994-08-29 17:28:58 +0000
commitdd3065a57a9b3bf8261e2f6bf333bb968c05a981 (patch)
tree71c89f1fae1ddf2ddfa0bc3a41631a093c8759f1 /libexec
parent14810c626c33d929c4cee251bf0cb6628dbabdcf (diff)
Notes
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 7c11279bc61e..4e47a45053f4 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));