Imported Upstream version 3.1.0
[debian/amanda] / example / xinetd.amandaclient
diff --git a/example/xinetd.amandaclient b/example/xinetd.amandaclient
deleted file mode 100644 (file)
index 9fc402b..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-# default: on
-#
-# description: The Amanda backup client should be enabled for systems
-#              which will be backed up by an Amanda backup server.
-
-service amanda
-{
-       disable         = no
-       flags           = IPv6
-       socket_type     = stream
-       protocol        = tcp
-       wait            = no
-       user            = amandabackup
-       group           = disk
-       groups          = yes
-       server          = /usr/libexec/amanda/amandad
-       server_args     = -auth=bsdtcp amdump
-}