What to do with the message that appears after a system upgrade

Code:
 freebsd-update fetch
Looking up update.FreeBSD.org mirrors... 2 mirrors found.
Fetching metadata signature for 13.2-RELEASE from update2.freebsd.org... done.
Fetching metadata index... done.
Inspecting system... done.
Preparing to download files... done.
The following files are affected by updates. No changes have
been downloaded, however, because the files have been modified
locally:
/etc/ssh/sshd_config

No updates needed to update system to 13.2-RELEASE-p2.
Why wasn't there a message like this before?(about sshd_condig)
 
Why wasn't there a message like this before?(about sshd_condig)
Because this patch includes a minor change to sshd_config. You can safely ignore it.

Code:
diff --git a/crypto/openssh/sshd_config b/crypto/openssh/sshd_config
index 3540210daaee..30655ee03582 100644
--- a/crypto/openssh/sshd_config
+++ b/crypto/openssh/sshd_config
@@ -105,7 +105,7 @@ AuthorizedKeysFile	.ssh/authorized_keys
 #PermitTunnel no
 #ChrootDirectory none
 #UseBlacklist no
-#VersionAddendum FreeBSD-20230316
+#VersionAddendum FreeBSD-20230719
 
 # no default banner path
 #Banner none
 
How can I make this message not appear again?
This message in my opinion, is generally illiterate, nonsense:" No changes have
been downloaded, however, because the files have been modified
locally:"
 
Thanks.I don’t want to fool around with such difficulties, I’ll wait for the next update, it may disappear. In addition, version 14 will be released soon otherwise version 13 is really a damn dozen
 
Back
Top