summaryrefslogtreecommitdiffstats
path: root/tests/rsync
blob: ddb4601db8b1c431f57b6c2f76119b22e7e3ffd4 (plain)
1
2
3
4
5
6
7
8
9
10
	INITD=rsyncd
	apk_add $@
	/etc/init.d/$INITD start
	pidof $@
	/etc/init.d/$INITD stop
	while pidof $@; do\
		echo -n "." >/dev/tty;\
		sleep 1;\
	done
	apk_del $@