From Bugzilla Helper: User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7) Gecko/20040514 Description of problem: Doing a: [root@webhost root]# rpm -qc squirrelmail /etc/httpd/conf.d/squirrelmail.conf /etc/squirrelmail/config.php But config_local.php is not listed as a config file. I think there should be a: /etc/config_local.php and /usr/share/squirrelmail/config/config_local.php should be a symlink to ../../../../etc/squirrelmail/config_local.php Version-Release number of selected component (if applicable): squirrelmail-1.4.3-1 How reproducible: Always
Good catch, this would make us more compatible with the upstream RPM.
This has annoyed me enough to finally do something about it. Below is a difference in files installed between RH and upstream's RPM. Due to this difference, upgrades to/from upstream's RPM is problematic if the server administrator modifies config_local.php. --- sq-rh.txt 2004-08-31 19:02:38.874557807 -1000 +++ sq-up.txt 2004-08-31 19:02:45.236900756 -1000 @@ -2,89 +2,91 @@ /etc/httpd/conf.d/squirrelmail.conf /etc/squirrelmail /etc/squirrelmail/config.php +/etc/squirrelmail/config_local.php +/etc/squirrelmail/default_pref /usr/share/squirrelmail /usr/share/squirrelmail/class /usr/share/squirrelmail/class/deliver I am investigating how to best modify RH's squirrelmail package to allow a smooth upgrade away from earlier RH squirrelmail, and also to/from upstream's RPM.
Should be fixed in rawhide, although further testing will be needed to make sure we can do clean upgrades from older RH squirrelmail.
An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on the solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHSA-2004-654.html