rsync: Drop config file for xinetd.

This file is not longer needed.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Stefan Schantl 2016-09-01 14:01:29 +02:00 committed by Michael Tremer
parent f7e4b3347a
commit 22f8b3bcd8
2 changed files with 1 additions and 15 deletions

View File

@ -5,7 +5,7 @@
name = rsync
version = 3.1.2
release = 1
release = 2
groups = Applications/Internet
url = http://rsync.samba.org/

View File

@ -1,14 +0,0 @@
# default: off
# description: The rsync server is a good addition to an ftp server, as it \
# allows crc checksumming etc.
service rsync
{
disable = yes
flags = IPv6
socket_type = stream
wait = no
user = root
server = /usr/bin/rsync
server_args = --daemon
log_on_failure += USERID
}