X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/97bcf138be6c110438a84d791df1a6d06f768c4c..0438c59fd00cd573e075870a6ce2ffb10e33c202:/NEWS 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.