FreeBSD/src 6014f3c (r335575)etc/rc.d ntpd

Use 'mv -f' in rc.d/ntpd to avoid spuriously halting the boot.

The final 'mv' to install a fetched leap-list file can fail (due to a
readonly fs, or schg flags, for example), and that leads to mv(1)
prompting the user, stopping the boot process.  Instead, use mv -f
to supress the prompting, and if verbose mode is on, emit a warning
that the existing file cannot be replaced.

PR:             219255
DeltaFile
+2-1etc/rc.d/ntpd
+2-11 files

UnifiedSplitRaw