From: Martin Pool Date: Wed, 13 Mar 2002 00:25:00 +0000 (+0000) Subject: If a child of the rsync daemon dies with a signal, we should notice X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/db1babe6a9066a90e96da2f1bd6f49dc75e4ad74 If a child of the rsync daemon dies with a signal, we should notice that when we reap it and log a message. --- diff --git a/TODO b/TODO index ad747fb6..30ba52a9 100644 --- a/TODO +++ b/TODO @@ -259,6 +259,10 @@ logging At the connections that just get a list of modules are not logged, but they should be. + If a child of the rsync daemon dies with a signal, we should notice + that when we reap it and log a message. + + rsyncd over ssh There are already some patches to do this.