Imported Upstream version 3.1.0
[debian/amanda] / example / xinetd.amandaserver
diff --git a/example/xinetd.amandaserver b/example/xinetd.amandaserver
deleted file mode 100644 (file)
index c67f730..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-# default: on
-#
-# description: Amanda services for Amanda server and client.
-#
-
-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 amindexd amidxtaped
-}