From: Chris Koeritz Date: Thu, 12 Mar 2026 14:32:22 +0000 (+0000) Subject: removed path for rdate X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=cb7c551623c5c9103d6b522c34e0f953f2a34f1c;p=feisty_meow.git removed path for rdate since that's silly, and it was no longer on that path anyway. --- diff --git a/scripts/system/update_system_time.sh b/scripts/system/update_system_time.sh index a65ea503..b9cc97db 100644 --- a/scripts/system/update_system_time.sh +++ b/scripts/system/update_system_time.sh @@ -9,7 +9,7 @@ #hmmm: the generalized pattern of show output only on error is embodied below. make it a function. outfile="$(mktemp /tmp/update_system_time.XXXXXX)" -/usr/bin/rdate -s time.nist.gov &> "$outfile" +rdate -s time.nist.gov &> "$outfile" retval=$? if [ $retval -ne 0 ]; then echo "Actual error code $retval returned by rdate, with output:"