add a changelog entry
[debian/amanda] / debian / amanda-server.postinst
index 4a08b9ba247a1d7e99c1e1989d58fcb8abb71993..45d877229155bbd17db2524cc2f027f074483152 100644 (file)
@@ -1,6 +1,6 @@
-#!/bin/sh
+#!/bin/sh -e
 
-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#