summaryrefslogtreecommitdiffstats
path: root/libexec
diff options
context:
space:
mode:
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