Lines Matching refs:LEAPFILE
67 $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"…
362 REFFILE="$LEAPFILE"
363 if [ ! -f $LEAPFILE ]; then
364 log "notice" "$LEAPFILE was missing, creating new copy - check permissions"
365 touch $LEAPFILE
378 if mv -f $TMPFILE $LEAPFILE ; then
379 log "notice" "Installed new $LEAPFILE from $LEAPSRC"
381 log "error" "Install $TMPFILE => $LEAPFILE failed -- saved for diagnosis"
430 log "info" "Not time to replace $LEAPFILE"