Home
last modified time | relevance | path

Searched refs:LEAPSRC (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/ntp/scripts/update-leap/
H A Dupdate-leap.sh21 LEAPSRC="ftp://time.nist.gov/pub/leap-seconds.list"
61 $LEAPSRC
341 log "info" "Attempting download from $LEAPSRC, try $TRY.."
343 if wget $PROTO $PREFER -o ${TMPFILE}.log $LEAPSRC -O $TMPFILE ; then
344 log "info" "Download of $LEAPSRC succeeded"
379 log "notice" "Installed new $LEAPFILE from $LEAPSRC"
423 log "warning" "Download from $LEAPSRC failed after $TRY attempts"
H A Dupdate-leap.in49 my $LEAPSRC = 'https://www.ietf.org/timezones/data/leap-seconds.list';
98 $LEAPSRC = $opt{u} if defined $opt{u};
184 logger(LOG_DEBUG, "Attempting download from $LEAPSRC, try $try..");
193 logger(LOG_INFO, "Installed new $LEAPFILE from $LEAPSRC");
211 log_fatal(LOG_ERR, "Download from $LEAPSRC failed after $MAXTRIES attempts");
286 if ($LEAPSRC =~ /^https\S+/) {
295 my $reply = $http->get($LEAPSRC);
298 logger(LOG_DEBUG, "Download of $LEAPSRC succeeded");
424 $LEAPSRC
H A Dupdate-leap-opts.def21 $LEAPSRC
H A Dinvoke-update-leap.texi158 $LEAPSRC