]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
rsync: Drop config file for xinetd.
authorStefan Schantl <stefan.schantl@ipfire.org>
Thu, 1 Sep 2016 12:01:29 +0000 (14:01 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 1 Sep 2016 12:03:51 +0000 (13:03 +0100)
This file is not longer needed.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
rsync/rsync.nm
rsync/rsync.xinetd [deleted file]

index 36e04b2c15745d4fdc9118b627d60c630c48029a..05a99f87785c9a9a18e0506202c34d85ad07fdc1 100644 (file)
@@ -5,7 +5,7 @@
 
 name       = rsync
 version    = 3.1.2
-release    = 1
+release    = 2
 
 groups     = Applications/Internet
 url        = http://rsync.samba.org/
diff --git a/rsync/rsync.xinetd b/rsync/rsync.xinetd
deleted file mode 100644 (file)
index d4b591e..0000000
+++ /dev/null
@@ -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
-}