TRUNK = arlogd-trunk

start :
	/usr/sbin/arlogd-server start

stop :
	/usr/sbin/arlogd-server stop

restart : stop sleep start

up :
	rsync    -avzc --no-motd rsync.cs.uu.nl::${TRUNK} .
up-n : 
	rsync -n -avzc --no-motd rsync.cs.uu.nl::${TRUNK} .

install : up
	${MAKE} -f install-server.mk

upgrade : install restart

state :
	/usr/sbin/arlogd-server state

close :
	echo CLOSE | nc -v localhost 2208

sleep :
	sleep 3

cron : restart
