	apk_add $@
	# listen to other port since openssh is using port 22
	echo 'DROPBEAR_OPTS="-p 10022"' >/etc/conf.d/dropbear
	/etc/init.d/$@ start
	pidof $@
	/etc/init.d/$@ stop
	while pidof $@; do\
		echo -n "." >/dev/tty;\
		sleep 1;\
	done
	# while we are here, just check the client as well
	dbclient -h
	apk_del $@
