Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Dec 2009 22:59:03 +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:  <200912232259.nBNMxI02083970@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jilles      2009-12-23 22:59:03 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_8)
    bin                  Makefile 
  Added files:           (Branch: RELENG_8)
    bin/pwait            Makefile pwait.1 pwait.c 
  Log:
  SVN rev 200927 on 2009-12-23 22:59:03Z 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.28.2.2  +1 -0      src/bin/Makefile
  1.1.2.2   +5 -0      src/bin/pwait/Makefile (new)
  1.1.2.2   +78 -0     src/bin/pwait/pwait.1 (new)
  1.1.2.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?200912232259.nBNMxI02083970>