Bug 116100

Summary: kill(1) man page
Product: [Fedora] Fedora Reporter: Tim Waugh <twaugh>
Component: util-linuxAssignee: Elliot Lee <sopwith>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: 5.2.0-4 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-06-02 17:26:35 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 Tim Waugh 2004-02-18 09:57:06 UTC
Description of problem:
The kill(1) man page seems to be shipped by util-linux, but coreutils
provides the binary.

Version-Release number of selected component (if applicable):
coreutils-5.0-39
util-linux-2.12-2

I suggest removing the man page from util-linux, and letting coreutils
provide it.

Comment 1 Tim Waugh 2004-02-18 10:01:33 UTC
Actually it's a worse mess:

$ rpm -qf /usr/bin/kill
coreutils-5.0-39
$ rpm -qf /bin/kill
util-linux-2.12-2
$ type kill
kill is a shell builtin

Should coreutils not ship a kill binary?

Comment 2 Tim Waugh 2004-02-21 17:36:20 UTC
It turns out that redhat-lsb requires /usr/bin/kill but not /bin/kill.
 So I think util-linux is in the wrong here.

Comment 3 Tim Waugh 2004-02-21 17:42:57 UTC
Fixed in coreutils-5.2.0-4.

Comment 4 Tim Waugh 2004-02-21 17:44:33 UTC
Oops, wrong bug (meant to close bug #116463).

Comment 5 Rob Hagopian 2004-03-04 16:06:33 UTC
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 6 Elliot Lee 2004-06-02 17:26:35 UTC
FC2's util-linux has both paths available now.