X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=debian%2Famanda-server.postinst;h=45d877229155bbd17db2524cc2f027f074483152;hb=911bfb4415195b5c0a98b8c957caa8968313fd81;hp=4a08b9ba247a1d7e99c1e1989d58fcb8abb71993;hpb=df538cb90ac50a17b6cab89577918a81e5a4044c;p=debian%2Famanda diff --git a/debian/amanda-server.postinst b/debian/amanda-server.postinst index 4a08b9b..45d8772 100644 --- a/debian/amanda-server.postinst +++ b/debian/amanda-server.postinst @@ -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#