r25068: Older samba3 DCs will return DCERPC_FAULT_OP_RNG_ERROR for every opcode on the
[Samba.git] / packaging / Debian / debian-sarge / swat.postinst
blob338f8a07c2304e50c856cc8ba73ba3b13172da6b
1 #!/bin/sh
5 PATH=/sbin:/bin:/usr/sbin:/usr/bin
7 case "$1" in
8 configure)
9 ;;
10 abort-upgrade|abort-remove|abort-deconfigure)
11 exit 0
14 echo "$0: Unknown action \"$1\""
15 exit 0
17 esac
19 # Set up swat, turned off by default.
20 update-inetd --group OTHER --add \
21 '#<off># swat\t\tstream\ttcp\tnowait.400\troot\t/usr/sbin/tcpd\t/usr/sbin/swat'
23 #DEBHELPER#