diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 1994-08-29 17:28:58 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 1994-08-29 17:28:58 +0000 |
| commit | dd3065a57a9b3bf8261e2f6bf333bb968c05a981 (patch) | |
| tree | 71c89f1fae1ddf2ddfa0bc3a41631a093c8759f1 /libexec/getty/main.c | |
| parent | 14810c626c33d929c4cee251bf0cb6628dbabdcf (diff) | |
Notes
Diffstat (limited to 'libexec/getty/main.c')
| -rw-r--r-- | libexec/getty/main.c | 2 |
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)); |
