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.
This commit is contained in:
Otto Urpelainen 2022-05-29 21:32:00 +03:00
parent 51851d3742
commit fdb9bd58fc

View file

@ -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]]