Le 10/11/2012 20:31, Jordi Llonch a écrit :

I am using Fedora17 and a rpm version of roundcube.

[...]
As the RPM package updates from time to time, the config.inc.php gets overridden.


Hi,

Probably the RPM you're using is not well designed.
If a rpm has a file tagged as config file, it should not be overwritten when upgrading.

you can do
rpm -qcp my_package_file.rpm
to list the config files in it.

If you can not see all config files included in the package, then the package maintainer should consider using the %config macro when making the spec file of the package.

regards,
_______________________________________________
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users

Reply via email to