Bugzilla – Bug 1221152
"rpmconfigcheck" did not report *.rmpsave files
Last modified: 2024-04-29 14:26:38 UTC
I updated 15.6-Alpha to 15.6-Beta. I ran "rpmconfigcheck". It did not report "/etc/ssh/ssh_config.rpmsave" nor "/etc/ssh/sshd_config.rpmsave".
It's because it can only deal with the data it gets from the rpm database. The ssh_config and sshd_config have been moved from /etc to /usr/etc, that's why rpmconfigcheck cannot see the .rpmsave files in the old location. Unfortunately I can't think of a way to fix this in rpm. (The openssh package could move the rpmsave files when doing the update, though) (CCing the openssh maintainer)