On 2/15/07, Qi Yong <[EMAIL PROTECTED]> wrote:
Define your single-use daemon. Do you mean rsync+inetd and child of
stand-alone rsync?
IMHO:
am_server = 0, am_daemon = 1: stand-alone or inetd rsync.
am_server = 1, am_daemon =1: daemon_over_rsh rsync, when rsync is called
by the double colon (::)

Please correct me. thanks

I was forgetting about inetd.  Try this:

am_server = 0, am_daemon = 1: stand-alone or inetd daemon that has not
yet parsed the arguments for a client request
am_server = 1, am_daemon = 1: remote end of daemon_over_rsh, or any
daemon process that has parsed the arguments for a client request

Matt
--
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Reply via email to