summarylogtreecommitdiffstats
path: root/xinetd.amanda
diff options
context:
space:
mode:
Diffstat (limited to 'xinetd.amanda')
-rw-r--r--xinetd.amanda13
1 files changed, 0 insertions, 13 deletions
diff --git a/xinetd.amanda b/xinetd.amanda
deleted file mode 100644
index 3ee37b5955fd..000000000000
--- a/xinetd.amanda
+++ /dev/null
@@ -1,13 +0,0 @@
-service amanda
-{
- #only_from = amandaserver.example.com amandaclient1.example.com amandaclient2.example.com
- socket_type = dgram
- protocol = udp
- wait = yes
- user = amanda
- group = storage
- groups = yes
- server = /usr/libexec/amanda/amandad
- server_args = -auth=bsd amdump amindexd amidxtaped
- disable = no
-}