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