HomeSort by: relevance | last modified time | path
    Searched refs:NTPCONF (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/ntp/dist/scripts/update-leap/
update-leap.sh 28 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...]
update-leap.in 56 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

Completed in 16 milliseconds