0b760829cc173a13fb65edcb1b4ec0fb4d956e1e
[debian/amanda] / debian / amanda-server.postinst
1 #!/bin/sh
2
3 update-inetd --group "OTHER" --add "amandaidx stream tcp nowait backup /usr/sbin/tcpd /usr/lib/amanda/amindexd amindexd -auth=bsd amdump amindexd amidxtaped"
4 update-inetd --group "OTHER" --add "amidxtape stream tcp nowait backup /usr/sbin/tcpd /usr/lib/amanda/amidxtaped amidxtaped -auth=bsd amdump amindexd amidxtaped"
5
6 #DEBHELPER#