Imported Debian patch 2.5.1p3-1
[debian/amanda] / debian / xinetd.d / amandaidx
index ee2330c02c3ae7ee979c70aad565504626c912ca..0a967cfbe92e38a0263f69c5580d557b2a218100 100644 (file)
@@ -2,11 +2,14 @@
 # description: The amanda index service
 service amandaidx
 {
-       disable         = no
+#      only_from       = <Amanda client list>
        socket_type     = stream
        protocol        = tcp
        wait            = no
        user            = backup
        group           = backup
+       groups          = yes
        server          = /usr/lib/amanda/amindexd
+       server_args     = -auth=bsd amdump amindexd amidxtaped
+       disable         = no
 }