Date: Fri, 25 Dec 2009 21:28:16 +0000 (UTC) From: Jilles Tjoelker <jilles@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/bin Makefile src/bin/pwait Makefile pwait.1 pwait.c Message-ID: <200912252128.nBPLSf9h066096@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jilles 2009-12-25 21:28:16 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) bin Makefile Added files: (Branch: RELENG_7) bin/pwait Makefile pwait.1 pwait.c Log: SVN rev 201002 on 2009-12-25 21:28:16Z by jilles MFC r199458: Add pwait utility, which waits for any process to terminate. This is similar to the Solaris utility of the same name. Some use cases: * rc.subr's wait_for_pids * interactive use, e.g. to shut down the computer when some task is done even if the task is already running Revision Changes Path 1.26.2.2 +1 -0 src/bin/Makefile 1.1.4.2 +5 -0 src/bin/pwait/Makefile (new) 1.1.4.2 +78 -0 src/bin/pwait/pwait.1 (new) 1.1.4.2 +145 -0 src/bin/pwait/pwait.c (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200912252128.nBPLSf9h066096>