git: a8c1ffca7a59 - main - freebsd-update(8): Explain conflicts in /etc

From: Warner Losh <imp_at_FreeBSD.org>
Date: Fri, 02 Feb 2024 20:38:58 UTC
The branch main has been updated by imp:

URL: https://cgit.FreeBSD.org/src/commit/?id=a8c1ffca7a594733a91c1513d0185be174d1115f

commit a8c1ffca7a594733a91c1513d0185be174d1115f
Author:     Graham Perrin <grahamperrin@gmail.com>
AuthorDate: 2023-08-19 14:52:18 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2024-02-02 20:35:25 +0000

    freebsd-update(8): Explain conflicts in /etc
    
    Unlike etcupdate(8), freebsd-update only prints the files with
    conflicts. It doesn't merge.
    
    PR: 204549
    Reviewed by: imp
    Pull Request: https://github.com/freebsd/freebsd-src/pull/826
---
 usr.sbin/freebsd-update/freebsd-update.8 | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/usr.sbin/freebsd-update/freebsd-update.8 b/usr.sbin/freebsd-update/freebsd-update.8
index 0d50ac8822de..1960b0ee95fe 100644
--- a/usr.sbin/freebsd-update/freebsd-update.8
+++ b/usr.sbin/freebsd-update/freebsd-update.8
@@ -264,3 +264,12 @@ required.
 .Xr nextboot 8
 .Sh AUTHORS
 .An Colin Percival Aq Mt cperciva@FreeBSD.org
+.Sh BUGS
+In patch level situations – for example, 13.2-RELEASE-p1 up to 13.2-RELEASE-p2: if any previous modification to a file in
+.Pa /etc/
+will conflict with an available update, then
+.Nm
+will make no attempt to merge.
+Instead:
+.Nm
+will print a list of affected locally-modified files.