appcanary / agent

The Appcanary agent
https://www.appcanary.com
GNU General Public License v3.0
47 stars 6 forks source link

Fixed issue with .rpmsave files #162

Closed mveytsman closed 7 years ago

mveytsman commented 7 years ago

when uprgading from an agent.conf to an agent.yml system, RPM based distros will kindly save the conf file as agent.conf.rpmsave during the upgrade process. I can't seem to find a way to fix this since the old RPM specifies that file as a config file.

When converting files we now check for .rpmsave as well as the original .conf versions.

phillmv commented 7 years ago

oy vey. yeah, okay, seems legit.

phillmv commented 7 years ago

Yeaaaaah oook, seems legit.

it was very confusing how you took files from random distro/releases to fill in the packages files.

is this all that's needed to fix the issue we were seeing wrt refusing to restart on enterprise linux?

mveytsman commented 7 years ago

Yes, this should fix it.