[haiku-bugs] Re: [Haiku] #9830: coretool - kill command not work properly

  • From: "anevilyak" <trac@xxxxxxxxxxxx>
  • Date: Fri, 21 Jun 2013 16:41:36 -0000

#9830: coretool - kill command not work properly
-----------------------------------------------+---------------------------
   Reporter:  streak                           |      Owner:  nobody
       Type:  bug                              |     Status:  new
   Priority:  normal                           |  Milestone:  R1
  Component:  Applications/Command Line Tools  |    Version:
 Resolution:                                   |  R1/Development
 Blocked By:                                   |   Keywords:  coretools
Has a Patch:  0                                |  kill command
                                               |   Blocking:
                                               |   Platform:  All
-----------------------------------------------+---------------------------

Comment (by anevilyak):

 As I already said, /bin/kill no longer handles that, bash's builtin kill
 does since coreutils kill cannot handle killing jobs (c.f. ticket #9687).

 To illustrate:

 {{{
 ~> type kill
 kill is a shell builtin
 ~> ps | grep WebPositive
 /boot/apps/WebPositive                              2194        7    0
 0
 /boot/common/bin/grep --color=auto WebPositive      2963        1    0
 0
 ~> kill -9 WebPositive
 ~> ps | grep WebPositive
 /boot/common/bin/grep --color=auto WebPositive      2965        1    0
 0
 ~> uname -a
 Haiku leviathan 1 hrev45774 Jun 13 2013 18:21:56 BePC Haiku
 }}}

--
Ticket URL: <http://dev.haiku-os.org/ticket/9830#comment:3>
Haiku <http://dev.haiku-os.org>
Haiku - the operating system.

Other related posts: