Displaying 1 result from an estimated 1 matches for "unrbbd".
Did you mean:
unraid
2009 Feb 18
1
ssh -f & pid
...ented a patch which do so. Tested it a little and it seems to
work. Hopefully it is of any use in my form or inspires the developers
to implement this kind of functionality in the ssh distribution.
Url:
http://www.vanheusden.com/Linux/openssh-5.1p1_writepidfile.diff.gz
And the patch itself:
diff -uNrBbd openssh-5.1p1.org/ssh.c openssh-5.1p1.new/ssh.c
--- openssh-5.1p1.org/ssh.c 2008-07-04 04:53:50.000000000 +0200
+++ openssh-5.1p1.new/ssh.c 2009-02-18 21:15:26.000000000 +0100
@@ -140,6 +140,9 @@
/* optional user configfile */
char *config = NULL;
+/* file to write the pid in after daemonizing...