From: Wayne Davison Date: Mon, 1 Oct 2007 02:25:54 +0000 (+0000) Subject: - Set config_file to a default filename if it is NULL. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/dd589118d0108f78e33ad302df0bc316ce84bf4a?hp=dd589118d0108f78e33ad302df0bc316ce84bf4a - Set config_file to a default filename if it is NULL. - Changed create_pid_file() to fail if the pidfile already exists, which makes the daemon exit with an error. - Output errors about a failure to open the config file or the lock file to (a still open) stderr. - We now notice (and complain) if fork() fails. ---