summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/rsync/rsync.xinetd
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core-testing/rsync/rsync.xinetd')
-rw-r--r--abs/core-testing/rsync/rsync.xinetd11
1 files changed, 0 insertions, 11 deletions
diff --git a/abs/core-testing/rsync/rsync.xinetd b/abs/core-testing/rsync/rsync.xinetd
deleted file mode 100644
index f5b6b1e..0000000
--- a/abs/core-testing/rsync/rsync.xinetd
+++ /dev/null
@@ -1,11 +0,0 @@
-service rsync
-{
- socket_type = stream
- wait = no
- user = root
- server = /usr/bin/rsync
- server_args = --daemon
- log_on_success += HOST DURATION
- log_on_failure += HOST
- disable = yes
-}