From: Wayne Davison Date: Sun, 21 Oct 2007 21:53:20 +0000 (+0000) Subject: Improved a description. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/0438c59fd00cd573e075870a6ce2ffb10e33c202 Improved a description. --- diff --git a/NEWS b/NEWS index 266d68e9..55aa79dd 100644 --- a/NEWS +++ b/NEWS @@ -62,9 +62,9 @@ Changes since 2.6.9: - Fixed a bug when using --backup and --inplace with --whole-file or --read-batch: backup files are actually created now. - - Starting up an extra copy of an rsync daemon does not delete the pidfile - for the running daemon -- if the pidfile exists, the extra program will - exit with an error. + - Starting up an extra copy of an rsync daemon will not clobber the pidfile + for the running daemon -- if the pidfile exists, the new daemon will exit + with an error. - The daemon pidfile is checked and created sooner in the startup sequence.