Bug 19937
Summary: | Word Perfect Office 2000 for Linux, FontTastic problem | ||
---|---|---|---|
Product: | [Retired] Red Hat Linux | Reporter: | David Smith <dave> |
Component: | chkconfig | Assignee: | Bill Nottingham <notting> |
Status: | CLOSED NOTABUG | QA Contact: | David Lawrence <dkl> |
Severity: | low | Docs Contact: | |
Priority: | medium | ||
Version: | 7.0 | CC: | rvokal |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | i386 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2000-11-13 05:53:17 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
David Smith
2000-10-27 18:38:49 UTC
Exactly what does that package think /etc/init.d should be? It looks like the fontastic thing is a buggy package. closing, lack of input. Hi, I am not the reporter, but the problem is with RPM. (ok fonttastic is a buggy package, but it is unlikely that Corel will update it). RPM allows packages to own the same dir. However it does not allow packages to own the same file (for obvious reasons). /etc/init.d is a link to /etc/rc.d/init.d However RPM (or cpio) sees it as a regular file and outputs the conflict. The correct way to handle this would be to make RPM threat symbolic links point to directories as a directory too. This way would allow broken packages (as fonttastic) to install. I am writing this here not to change RPM so that broken packages could be created, but because there are some situations where this behaviour is desired in RPM. A common case is when you change a directory to a symlink to another dir in a new package. Usually the symlink is to keep compatibility with other packages that does not "know" about the new behaviour and looks in the old dir. |