]> granicus.if.org Git - procps-ng/commit
pidof: reimplemented from scratch (replacing sysvinit pidof)
authorJaromir Capik <jcapik@redhat.com>
Fri, 4 Oct 2013 18:35:01 +0000 (20:35 +0200)
committerJaromir Capik <jcapik@redhat.com>
Thu, 10 Oct 2013 15:01:48 +0000 (17:01 +0200)
commitafe862ebe4be1b02cc5378c68965b7ee2cb9e3d7
treebc1e9e015d71d202b916592d9975337869ab844c
parent099bf9a26a074a7f58442aa0c907980459afdc02
pidof: reimplemented from scratch (replacing sysvinit pidof)

As the sysvinit becomes obsolete, some of the bundled tools
need to find a new home. The procps-ng project seems to be
the most suitable project for adopting the pidof tool.
This commit introduces a redesigned version of pidof
that satisfies the LSB requirements.
In corner cases the behaviour might differ from the former
one as the new version doesn't use any stat(2) calls.
Makefile.am
configure.ac
pidof.1 [new file with mode: 0644]
pidof.c [new file with mode: 0644]