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

Re: RFC: fix for daemon start on package install/upgrade out-of-runlevel



Samuel Hocevar <sam@via.ecp.fr> wrote:
>On Sat, Sep 09, 2000, Robert D. Hilliard wrote:
>>      For some reason pidof doesn't work on the dictd daemon, so it may
>> not work on others as well.  See Bug#67021.
>
>   Then I suggest the following :
>
>      ps ax | grep '[ ]'<daemon-name>
>
>   I think the 'grep -v grep' kludge usually taught should be avoided.

I usually prefer this:

  ps acx | grep <daemon-name>

-- 
Colin Watson                                     [cjw44@flatline.org.uk]


-- 
To UNSUBSCRIBE, email to debian-devel-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org


Reply to: