1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Clarify that TIMEFUDGE is only used when there are problems syncing

the clock to eBay.

Inspired by:	Annelise Anderson <andrsn@andrsn.stanford.edu>
This commit is contained in:
Matthew Hunt 2003-09-08 22:07:15 +00:00
parent 2341d74881
commit 0b7f5d0fc1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=88820

View File

@ -22,8 +22,10 @@ CFLAGS+= -UHAVE_GMTIME
# The software includes a "fudge factor" for the snipe timer; by default
# it snipes 5 minutes (300 seconds) before the time that you tell it to.
# To change the "fudge factor" to a different value, set TIMEFUDGE to the
# desired number of seconds.
# This fudge factor is only used in certain cases where the software
# cannot synchronize its time to eBay (for some reason). To change the
# "fudge factor" to a different value, set TIMEFUDGE to the desired
# number of seconds.
TIMEFUDGE?= 300
CFLAGS+= -DHAVE_TM_ZONE -DTIMEFUDGE=${TIMEFUDGE}