reconfigure git-buildpackage for unstable
[debian/amanda] / debian / amanda-server.postinst
index 4a08b9ba247a1d7e99c1e1989d58fcb8abb71993..0b760829cc173a13fb65edcb1b4ec0fb4d956e1e 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-update-inetd --group "OTHER" --add "amandaidx stream tcp nowait backup /usr/sbin/tcpd /usr/lib/amanda/amindexd"
-update-inetd --group "OTHER" --add "amidxtape stream tcp nowait backup /usr/sbin/tcpd /usr/lib/amanda/amidxtaped"
+update-inetd --group "OTHER" --add "amandaidx stream tcp nowait backup /usr/sbin/tcpd /usr/lib/amanda/amindexd amindexd -auth=bsd amdump amindexd amidxtaped"
+update-inetd --group "OTHER" --add "amidxtape stream tcp nowait backup /usr/sbin/tcpd /usr/lib/amanda/amidxtaped amidxtaped -auth=bsd amdump amindexd amidxtaped"
 
 #DEBHELPER#