Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/scripts/update-leap/
H A Dupdate-leap.sh281 local FSHA="`echo \"$RAW\" | sed -e'/^#h/!d' -e's/^#h//' -e's/[ ] */ 0x/g'`"
282 FSHA=`printf '%08x%08x%08x%08x%08x' $FSHA`
284 if [ -n "$FSHA" -a \( "$FSHA" = "$DSHA" \) ]; then
290 [ -z "$FSHA" ] && FSHA="(no checksum record found in file)"
291 log "error" "EXPECTED: $FSHA"
H A Dupdate-leap.in333 my $FSHA;
352 $FSHA = sprintf("%08s%08s%08s%08s%08s", $1, $2, $3, $4, $5);
373 if (! $FSHA) {
385 if ($FSHA eq $DSHA) {
390 logger(LOG_NOTICE, "Checksum of $file is invalid EXPECTED: $FSHA COMPUTED: $DSHA");