mirror of
https://pagure.io/fedora-docs/quick-docs.git
synced 2024-11-28 14:56:35 +00:00
Update modules/ROOT/pages/dnf-system-upgrade.adoc
Add info on configuration files which may have changed in unexpected ways.
This commit is contained in:
parent
665fcdc781
commit
675fec1b7c
1 changed files with 5 additions and 0 deletions
|
@ -111,6 +111,11 @@ sudo rpmconf -a
|
||||||
|
|
||||||
For more information you can refer to the man pages (`man rpmconf`).
|
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-old-packages]]
|
[[sect-clean-up-old-packages]]
|
||||||
=== Clean-Up Old Packages
|
=== Clean-Up Old Packages
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue