> Hm... > > Just incidentally, are you randomising the time within the hour to be > kind to the master server, with something like: > > /bin/sleep $(expr \( $(fortune | cksum | cut -f1 -d" ") \% 3600 \) + > 1 ) && /usr/bin/csup _your_supfile
/bin/sleep $(/usr/bin/jot -r 1 1 3600) && ..... -- Eitan Adler _______________________________________________ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"