#!/bin/sh

test -n "$FAILSAFE" && exit
date -s 122312002005
if [ ! -f ${0%/*}/*ntp* ]; then
	sh -c "pool='128.138.140.44 171.64.7.77 171.64.7.99 81.169.154.44';i=0; while [ \$i -lt 4 ];do i=\$(( \$i+1 ));for n in \$pool; do sleep 5;if rdate -s \$n>/dev/null 2>&1;then exit;fi;done;done"
fi
