From 37863201ad549b11ce70ecfb1e348165637f2e44 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 9 Sep 1998 05:52:25 +0000 Subject: [PATCH] doc updates --- rsync.yo | 4 ++-- rsyncd.conf.yo | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/rsync.yo b/rsync.yo index 0db08bcf..8da75b99 100644 --- a/rsync.yo +++ b/rsync.yo @@ -9,9 +9,9 @@ rsync [options] path [user@]host:path rsync [options] path path -rsync [options] [user@]host::path path +rsync [options] [user@]host::module[/path] path -rsync [options] path [user@]host::path +rsync [options] path [user@]host::module[/path] manpagedescription() diff --git a/rsyncd.conf.yo b/rsyncd.conf.yo index 5d805322..9e9de5e7 100644 --- a/rsyncd.conf.yo +++ b/rsyncd.conf.yo @@ -91,6 +91,11 @@ support the "max connections" option. The rsync server uses record locking on this file to ensure that the max connections limit is not exceeded. The default is tt(/var/run/rsyncd.lock). +dit(bf(log file)) The "log file" option tells the rsync daemon to log +messages to that file rather than using syslog. This is particularly +useful on systems (such as AIX) where syslog() doesn't work for +chrooted programs like rsync. + dit(bf(syslog facility)) The "syslog facility" option allows you to specify the syslog facility name to use when logging messages from the rsync server. You may use any standard syslog facility name which is -- 2.34.1