Bug #12553 | When installing via RPM my.cnf is not created in Suse 9 | ||
---|---|---|---|
Submitted: | 12 Aug 2005 14:46 | Modified: | 8 Sep 2005 20:17 |
Reporter: | Brett Littrell | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server | Severity: | S3 (Non-critical) |
Version: | 4.1.130 | OS: | Linux (Suse Linux Enterprise Server 9) |
Assigned to: | Lenz Grimmer | CPU Architecture: | Any |
[12 Aug 2005 14:46]
Brett Littrell
[8 Sep 2005 20:17]
Lenz Grimmer
This is done intentionally. Even though the RPMs do not include a my.cnf file, we mark the location of where it's supposed to be put in the RPM database. As it's marked as a "ghost" configuration file, RPM will not touch it, if it exits. Take a look at the RPM spec file: %ghost %config(noreplace,missingok) %{_sysconfdir}/my.cnf See http://www.rpm.org/max-rpm-snapshot/s1-rpm-inside-files-list-directives.html for more info on that.