Searched refs:LEAPFILE (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/ntp/scripts/update-leap/
H A Dupdate-leap.sh67 $LEAPFILE
317 LEAPFILE="`sed $NTPCONF -e'/^ *leapfile *.*$/!d' -e's/^ *leapfile *//'`"
318 if [ -z "$LEAPFILE" ]; then
325 if [ "$1" != "$LEAPFILE" ]; then
326 log "notice" "Requested install to $1, but $NTPCONF specifies $LEAPFILE"
328 LEAPFILE="$1"
336 if [ -n "$FORCE" ] || ! verifySHA $LEAPFILE "$VERBOSE" || [ $EXPIRES -lt `date -d "NOW + $PREFETCH" +%s` ] ; then
362 REFFILE="$LEAPFILE"
363 if [ ! -f $LEAPFILE ]; then
364 log "notice" "$LEAPFILE wa
[all...]
H A Dupdate-leap.in49 my $LEAPFILE;
98 $LEAPFILE = $opt{L} if defined $opt{L};
156 if (! $LEAPFILE) {
162 $LEAPFILE = $1 if /^ *leapfile\s+"(\S+)"/;
166 if (! $LEAPFILE) {
171 -s $LEAPFILE || logger(LOG_DEBUG, "Leapfile $LEAPFILE is empty");
179 if ( !-e $LEAPFILE || $FORCE || ! verifySHA($LEAPFILE) ||
190 move_file($TMP_FILE, $LEAPFILE);
[all...]
/freebsd-11-stable/share/zoneinfo/
H A DMakefile44 LEAPFILE= -L ${CONTRIBDIR}leapseconds macro
46 LEAPFILE= macro
85 ${LEAPFILE} -y ${.OBJDIR}/yearistype ${TZFILES}

Completed in 126 milliseconds