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

/freebsd-11-stable/contrib/ntp/scripts/update-leap/
H A Dupdate-leap.sh28 NTPCONF=/etc/ntp.conf
74 $NTPCONF
96 Ordinarily, the file is found using the "leapfile" directive in $NTPCONF.
158 NTPCONF="$OPTARG"
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"
366 # Can't copy permissions from old file, copy from NTPCONF instea
[all...]
H A Dupdate-leap.in55 my $NTPCONF='/etc/ntp.conf';
100 $NTPCONF = $opt{f} if defined $opt{f};
158 open my $LF, '<', $NTPCONF || log_fatal(LOG_ERR, "Can't open <$NTPCONF>: $!");
167 log_fatal(LOG_ERR, "No leapfile directive in $NTPCONF; leapfile location not known");
409 $NTPCONF
437 $NTPCONF. However, an alternate location can be specified on the

Completed in 96 milliseconds