bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Bug#107493: Kill


From: Neal H Walfield
Subject: Bug#107493: Kill
Date: Thu, 2 Aug 2001 16:22:07 +0200
User-agent: Mutt/1.3.18i

Package: Hurd

We need a kill program in the Hurd; the bash builtin is not enough.
Consider the sudo command:

        # sudo kill 9999
        sudo: kill: command not found

I propose the following:

        #! /bin/sh

        kill ${1+$@}

Thanks.

Attachment: pgpVSzRz1RsA2.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]