Bugzilla – Attachment 2009 Details for
Bug 1879
After sigterm sshd should exit with exit status 0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
proposed solution
openssh-5.8p1-exit.patch (text/plain), 440 bytes, created by
jchadima
on 2011-03-17 20:42:23 AEDT
(
hide
)
Description:
proposed solution
Filename:
MIME Type:
Creator:
jchadima
Created:
2011-03-17 20:42:23 AEDT
Size:
440 bytes
patch
obsolete
>diff -up openssh-5.8p1/sshd.c.exit openssh-5.8p1/sshd.c >--- openssh-5.8p1/sshd.c.exit 2011-01-11 07:20:31.000000000 +0100 >+++ openssh-5.8p1/sshd.c 2011-03-15 12:06:20.623854928 +0100 >@@ -1115,7 +1115,7 @@ server_accept_loop(int *sock_in, int *so > (int) received_sigterm); > close_listen_socks(); > unlink(options.pid_file); >- exit(255); >+ exit(0); > } > if (key_used && key_do_regen) { > generate_ephemeral_server_key();
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1879
: 2009