diff -Nur --no-dereference e-smith-ntp-2.6.0.old/root/sbin/e-smith/systemd/initializedate e-smith-ntp-2.6.0/root/sbin/e-smith/systemd/initializedate --- e-smith-ntp-2.6.0.old/root/sbin/e-smith/systemd/initializedate 2023-02-06 01:51:51.602000000 -0500 +++ e-smith-ntp-2.6.0/root/sbin/e-smith/systemd/initializedate 2023-02-06 02:04:08.492000000 -0500 @@ -11,7 +11,9 @@ /usr/bin/mv $OLDFILE $NEWFILE fi fi -/usr/bin/chown ntp:ntp $NEWFILE +if [ -f "$NEWFILE" ]; then + /usr/bin/chown ntp:ntp $NEWFILE +fi # Run ntpdate so we're not way off on startup. ntpstep=/etc/ntp/step-tickers