Home
last modified time | relevance | path

Searched refs:NTPCONF (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/ntp/scripts/update-leap/
H A Dupdate-leap.sh28 NTPCONF=/etc/ntp.conf
74 $NTPCONF
310 if ! [ -f "$NTPCONF" ]; then
311 log "critical" "Missing ntp configuration $NTPCONF"
317 LEAPFILE="`sed $NTPCONF -e'/^ *leapfile *.*$/!d' -e's/^ *leapfile *//'`"
319 log "error" "$NTPCONF does not specify a leapfile"
326 log "notice" "Requested install to $1, but $NTPCONF specifies $LEAPFILE"
367 REFFILE="$NTPCONF"
H A Dupdate-leap.in56 my $NTPCONF='/etc/ntp.conf';
101 $NTPCONF = $opt{f} if defined $opt{f};
159 open my $LF, '<', $NTPCONF || log_fatal(LOG_ERR, "Can't open <$NTPCONF>: $!");
168 log_fatal(LOG_ERR, "No leapfile directive in $NTPCONF; leapfile location not known");
410 $NTPCONF
438 $NTPCONF. However, an alternate location can be specified on the