From fdb9bd58fc113820a29a5149149a38fd2ca8d4b4 Mon Sep 17 00:00:00 2001 From: Otto Urpelainen Date: Sun, 29 May 2022 21:32:00 +0300 Subject: [PATCH] Fix page DNF System Upgrade headings Page DNF System Upgrade had incorrect looking headers. Top level section "Optional post-ugrade tasks" had only one sub-section, "Update system configuration files". The next top level section "Upgraded package configurations" seemingly continue with the exact same topic, and had multiple sub-sections that seemed to fit better under "Optional post-upgrade tasks". Fixed by simply removing the header "Upgraded package configurations", after that everything seems much better. --- modules/ROOT/pages/dnf-system-upgrade.adoc | 3 --- 1 file changed, 3 deletions(-) diff --git a/modules/ROOT/pages/dnf-system-upgrade.adoc b/modules/ROOT/pages/dnf-system-upgrade.adoc index cb841f3..3b90aad 100644 --- a/modules/ROOT/pages/dnf-system-upgrade.adoc +++ b/modules/ROOT/pages/dnf-system-upgrade.adoc @@ -115,9 +115,6 @@ Please remember to review configuration files in this directory carefully. For more information you can refer to the man pages (`man rpmconf`). -[[sect-upgraded-package-configurations]] -== Upgraded package configurations - If you use `rpmconf` to upgrade the system configuration files supplied with the upgraded packages then some configuration files may change. After the upgrade you should verify `/etc/ssh/sshd_config`, `/etc/nsswitch.conf`, `/etc/ntp.conf` and others are expected. For example, if OpenSSH is upgraded then `sshd_config` reverts to the default package configuration. The default package configuration *does not* enable public key authentication, and allows password authentication. [[sect-clean-up-retired-packages]]