From owner-freebsd-bugs Tue Dec 16 13:00:04 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id NAA29163 for bugs-outgoing; Tue, 16 Dec 1997 13:00:04 -0800 (PST) (envelope-from owner-freebsd-bugs) Received: (from gnats@localhost) by hub.freebsd.org (8.8.7/8.8.7) id NAA29140; Tue, 16 Dec 1997 13:00:02 -0800 (PST) (envelope-from gnats) Date: Tue, 16 Dec 1997 13:00:02 -0800 (PST) Message-Id: <199712162100.NAA29140@hub.freebsd.org> To: freebsd-bugs Cc: From: Wolfgang Helbig Subject: Re: bin/5322: enhancement for kill(1) to search for a file ``/var/run/*pid'' Reply-To: Wolfgang Helbig Sender: owner-freebsd-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR bin/5322; it has been noted by GNATS. From: Wolfgang Helbig To: imdave@Mcs.Net Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: bin/5322: enhancement for kill(1) to search for a file ``/var/run/*pid'' Date: Tue, 16 Dec 1997 21:54:15 +0100 (MET) > It's really convenient to be able to name a process to be sent > a signal by name rather than having to do a ``ps'' and search for > the correct pid. Since many of the system daemons write a file Agreed, but I think this is done already pretty well by the killall(1) command, so I don't think, we need this enhancement to kill(1). Anyway, thanks for the suggestion. Wolfgang