Bugzilla – Attachment 1726 Details for
Bug 1628
/var/run/sshd.pid file collisions...
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Use PidFile if set in sshd_config
pid.patch (text/plain), 436 bytes, created by
Tim Rice
on 2009-11-20 16:38:51 AEDT
(
hide
)
Description:
Use PidFile if set in sshd_config
Filename:
MIME Type:
Creator:
Tim Rice
Created:
2009-11-20 16:38:51 AEDT
Size:
436 bytes
patch
obsolete
>--- openssh/opensshd.init.in.old 2006-01-31 08:00:37.000000000 -0800 >+++ openssh/opensshd.init.in 2009-11-19 21:27:44.657360000 -0800 >@@ -14,6 +14,8 @@ > > SSHD=$prefix/sbin/sshd > PIDFILE=$piddir/sshd.pid >+PidFile=`grep "^PidFile " ${sysconfdir}/sshd_config | awk '{print $2}'` >+[ X$PidFile = X ] || PIDFILE=$PidFile > SSH_KEYGEN=$prefix/bin/ssh-keygen > HOST_KEY_RSA1=$sysconfdir/ssh_host_key > HOST_KEY_DSA=$sysconfdir/ssh_host_dsa_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 Raw
Actions:
View
Attachments on
bug 1628
:
1726
|
1730
|
1731