#!/bin/sh
if test "x$D" != "x"; then
	D="-r $D"
else
	/etc/init.d/thttpd stop
fi
update-rc.d $D thttpd remove
sed -ie 's/\(^CMDLINE="[^ ]*\) -p 81/\1/' /etc/init.d/minihttpd
