File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / rsync / packaging / lsb / rsync.xinetd
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Fri Feb 17 15:09:30 2012 UTC (12 years, 4 months ago) by misho
Branches: rsync, MAIN
CVS tags: v3_2_3, v3_1_2p5, rsync3_0_9p0, RSYNC3_1_0, RSYNC3_0_9, HEAD
rsync

    1: # default: off
    2: # description: The rsync server is a good addition to an ftp server, as it
    3: #	allows crc checksumming etc.
    4: service rsync
    5: {
    6: 	disable	= yes
    7: 	socket_type     = stream
    8: 	wait            = no
    9: 	user            = root
   10: 	server          = /usr/bin/rsync
   11: 	server_args     = --daemon
   12: 	log_on_failure  += USERID
   13: }

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>