Re: question about using rsync with inetd

2004-09-13 Thread Paul Slootman
On Sat 11 Sep 2004, Wayne Davison wrote: > On Sat, Sep 11, 2004 at 12:21:43PM +0200, Paul Slootman wrote: > > Ah, I searched the rsync man page for 'inetd' and didn't find > > anything... > > The --daemon option mentions inetd, and its text tells you to read the > rsyncd.conf manpage for more deta

RE: question about using rsync with inetd

2004-09-13 Thread Kick Claus
k Claus > Cc: '[EMAIL PROTECTED]' > Subject: Re: question about using rsync with inetd > > > On Fri, Sep 10, 2004 at 12:05:37PM +0200, Kick Claus wrote: > > rsync stream tcp nowait publish /usr/bin/rsync rsyncd > --daemon --port 1234 . > > As indicated in

Re: question about using rsync with inetd

2004-09-11 Thread Wayne Davison
On Sat, Sep 11, 2004 at 12:21:43PM +0200, Paul Slootman wrote: > Ah, I searched the rsync man page for 'inetd' and didn't find > anything... The --daemon option mentions inetd, and its text tells you to read the rsyncd.conf manpage for more details. I think having the daemon-mode specific details

Re: question about using rsync with inetd

2004-09-11 Thread Paul Slootman
On Fri 10 Sep 2004, Wayne Davison wrote: > > As indicated in the rsyncd.conf man page, the command should be this: > > rsync stream tcp nowait publish /usr/bin/rsync rsyncd --daemon Ah, I searched the rsync man page for 'inetd' and didn't find anything... As it's about usage of rsync,

Re: question about using rsync with inetd

2004-09-10 Thread Wayne Davison
On Fri, Sep 10, 2004 at 12:05:37PM +0200, Kick Claus wrote: > rsync stream tcp nowait publish /usr/bin/rsync rsyncd --daemon --port 1234 . As indicated in the rsyncd.conf man page, the command should be this: rsync stream tcp nowait publish /usr/bin/rsync rsyncd --daemon (I changed "ro

re: re: question about using rsync with inetd

2004-09-10 Thread Kick Claus
Date: Fri, 10 Sep 2004 13:35:30 +0200 From: Paul Slootman <[EMAIL PROTECTED]> Hello Paul, >> we would like to use rsync (2.6.2 manualy patched and recompiled) in daemon >> mode spawned by inetd (Solaris 5.8 Environment). >Hmm, I don't know whether this is supported... Hm, then lets simply wait

Re: question about using rsync with inetd

2004-09-10 Thread Paul Slootman
On Fri 10 Sep 2004, Kick Claus wrote: > > we would like to use rsync (2.6.2 manualy patched and recompiled) in daemon > mode spawned by inetd (Solaris 5.8 Environment). Hmm, I don't know whether this is supported... > rsync stream tcp nowait publish /usr/bin/rsync rsyncd --daemon --port 1234 .

question about using rsync with inetd

2004-09-10 Thread Kick Claus
Hello, we would like to use rsync (2.6.2 manualy patched and recompiled) in daemon mode spawned by inetd (Solaris 5.8 Environment). /etc/services: rsync 1234/tcp#RSYNC daemon /etc/inet/inetd.conf: rsync stream tcp nowait publish /usr/bin/rsync rsyncd --daemon -