[Lunar-commits] CVS: moonbase/net/rsync/xinetd.d rsync,NONE,1.1

Auke Kok sofar at lunar-linux.org
Fri Oct 1 11:07:04 UTC 2004


Update of /var/cvs/lunar/moonbase/net/rsync/xinetd.d
In directory espresso.foo-projects.org:/tmp/cvs-serv10166/xinetd.d

Added Files:
	rsync 
Log Message:
Updated rsync and added the appropriate xinetd script for those who run it as daemon


--- NEW FILE: rsync ---
service rsync
{
        disable = no
        socket_type             = stream
        wait                    = no
        user                    = root
        server                  = /usr/sbin/rsync-wrapper
        server_args             = --daemon
        log_type                = FILE /var/log/xinetd/rsync
        log_on_success          += HOST EXIT DURATION
        log_on_failure          += HOST
}



More information about the Lunar-commits mailing list