-
Notifications
You must be signed in to change notification settings - Fork 4
Home
David Zaslavsky edited this page Jun 30, 2017
·
2 revisions
pwait is a small utility to wait for a process to exit.
pwait requires libcap
, which is part of the Linux kernel project. The source code can be obtained through kernel.org git
, or by using the appropriate distribution-specific installation procedure as listed below.
apt-get install libcap-dev
yum install libcap-devel
emerge sys-libs/libcap
aptitude install libcap-dev