Lines Matching refs:NTPCONF
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 instead
367 REFFILE="$NTPCONF"