repo.or.cz
/
rsync
/
qnx.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Mention what -XX (repeated --xattrs) does.
[rsync/qnx.git]
/
packaging
/
lsb
/
rsync.xinetd
blob
63fc11c2651daecd804cc2641658e957a2479afe
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
}