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