Bug 116482
| Summary: | requires /usr/bin/kill; should require /bin/kill | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Gene Czarcinski <gczarcinski> |
| Component: | redhat-lsb | Assignee: | Florian La Roche <laroche> |
| Status: | CLOSED WORKSFORME | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | CC: | stefan.hoelldampf |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2004-02-21 18:21:06 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
Gene Czarcinski
2004-02-21 16:42:57 UTC
coreutils fixed to add /usr/bin/kill back See also bug #116100. According to the Linux Filesystem Hierarchy Standard (http://www.pathname.com/fhs/pub/fhs-2.3.html) kill is required to be in /bin/kill. This would imply that the problem is with redhat-lsb? (comment also in bug #116100) (whoops - forgot to add that coreutils does not include /usr/bin/kill in coreutils-5.2.0-8.i386.rpm - don't know how that jives w/comment #1 by Gene) OK, this gets complicated and should remain closed ... everything is now fixed. The packages in FC2-Test1 had util-linux providing /bin/kill and coreutils providing /usr/bin/kil and the "current" lsb requiring /usr/bin/kill. The util-linux-2.12-4 and the latest coreutils fixes things. First, /usr/bin/kill was removed from coreutils. Then, util-linux-2.12-4 has been changed to provide /bin/kill (it was doing that already) and a sym-link: /usr/bin/kill->/bin/kill These packages must be installed together so that redhat-lsb does not get upset (must be installed --oldpackage for other reasons). So the system not has both /bin/kill and /usr/bin/kill and the redhat-lsb-1.3 is OK and a future lsb that moves the requirement to /bin/kill |