summaryrefslogtreecommitdiff
path: root/backup/amanda/files/amanda-xinetd-2.6.1_p1-client
diff options
context:
space:
mode:
Diffstat (limited to 'backup/amanda/files/amanda-xinetd-2.6.1_p1-client')
-rw-r--r--backup/amanda/files/amanda-xinetd-2.6.1_p1-client19
1 files changed, 0 insertions, 19 deletions
diff --git a/backup/amanda/files/amanda-xinetd-2.6.1_p1-client b/backup/amanda/files/amanda-xinetd-2.6.1_p1-client
deleted file mode 100644
index ed73c03cd14f..000000000000
--- a/backup/amanda/files/amanda-xinetd-2.6.1_p1-client
+++ /dev/null
@@ -1,19 +0,0 @@
-# These are the services needed for amanda.
-# Default is to talk to localhost only unless
-# AMANDA_SERVER was specified at build time.
-
-service amanda
-{
- socket_type = dgram
- protocol = udp
- wait = yes
- user = __AMANDA_USER_NAME__
- group = __AMANDA_GROUP_NAME__
- groups = yes
- server = /usr/libexec/amanda/amandad
- server_args = -auth=bsd amdump
- # You need to ensure this points to your Amanda server!
- # Don't just remove it!
- only_from = __AMANDA_SERVER__
- disable = yes
-}