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

  /src/external/bsd/ntp/dist/scripts/update-leap/
update-leap-opts.def 65 The name to use to store the leapfile on the local system.
66 $LEAPFILE
74 descrip = 'Refresh the leapfile this long before it expires';
89 Specify location of ntp.conf (used to make sure leapfile directive is
90 present and to default leapfile)
98 descrip = 'Force update of the leapfile';
123 Ordinarily, the file is found using the "leapfile" directive in
update-leap.sh 55 Usage: $SELF [options] [leapfile]
67 $LEAPFILE
72 -f Specify location of ntp.conf (used to make sure leapfile directive is
73 present and to default leapfile)
96 Ordinarily, the file is found using the "leapfile" directive in $NTPCONF.
315 # Parse ntp.conf for leapfile directive
317 LEAPFILE="`sed $NTPCONF -e'/^ *leapfile *.*$/!d' -e's/^ *leapfile *//'`"
318 if [ -z "$LEAPFILE" ]; the
    [all...]
update-leap.in 50 my $LEAPFILE;
99 $LEAPFILE = $opt{L} if defined $opt{L};
156 # Parse ntp.conf for path to leapfile if not set by user
157 if (! $LEAPFILE) {
163 $LEAPFILE = $1 if /^ *leapfile\s+"(\S+)"/;
167 if (! $LEAPFILE) {
168 log_fatal(LOG_ERR, "No leapfile directive in $NTPCONF; leapfile location not known");
172 -s $LEAPFILE || logger(LOG_DEBUG, "Leapfile $LEAPFILE is empty")
    [all...]

Completed in 12 milliseconds