Searched refs:EXPIRES (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/ntp/scripts/update-leap/
H A Dupdate-leap.sh298 EXPIRES="`echo \"$RAW\" | sed -e'/^#@/!d' -e's/^#@//' | tr -d '[:space:]'`"
299 EXPIRES="$(($EXPIRES - 2208988800 ))"
301 if [ $EXPIRES -lt `date -u +%s` ]; then
302 log "notice" "File expired on `date -u -d \"Jan 1, 1970 00:00:00 +0000 + $EXPIRES seconds\"`"
336 if [ -n "$FORCE" ] || ! verifySHA $LEAPFILE "$VERBOSE" || [ $EXPIRES -lt `date -d "NOW + $PREFETCH" +%s` ] ; then
H A Dupdate-leap.in59 my $EXPIRES;
180 ( $EXPIRES lt ( $PREFETCH * 86400 + time() ) )) {
347 $EXPIRES = $_ - 2208988800;
367 if ( $EXPIRES < time() ) {
368 logger(LOG_DEBUG, 'File expired on ' . gmtime($EXPIRES));

Completed in 123 milliseconds