Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Dec 2009 21:28:16 +0000 (UTC)
From:      Jilles Tjoelker <jilles@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-7@freebsd.org
Subject:   svn commit: r201002 - in stable/7/bin: . pwait
Message-ID:  <200912252128.nBPLSGik072011@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jilles
Date: Fri Dec 25 21:28:16 2009
New Revision: 201002
URL: http://svn.freebsd.org/changeset/base/201002

Log:
  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

Added:
  stable/7/bin/pwait/
     - copied from r199458, head/bin/pwait/
Modified:
  stable/7/bin/Makefile
Directory Properties:
  stable/7/bin/   (props changed)
  stable/7/bin/chflags/   (props changed)
  stable/7/bin/chio/   (props changed)
  stable/7/bin/cp/   (props changed)
  stable/7/bin/csh/   (props changed)
  stable/7/bin/dd/   (props changed)
  stable/7/bin/df/   (props changed)
  stable/7/bin/ln/   (props changed)
  stable/7/bin/pax/   (props changed)
  stable/7/bin/ps/   (props changed)
  stable/7/bin/rm/   (props changed)
  stable/7/bin/sh/   (props changed)

Modified: stable/7/bin/Makefile
==============================================================================
--- stable/7/bin/Makefile	Fri Dec 25 21:14:34 2009	(r201001)
+++ stable/7/bin/Makefile	Fri Dec 25 21:28:16 2009	(r201002)
@@ -26,6 +26,7 @@ SUBDIR= cat \
 	mv \
 	pax \
 	ps \
+	pwait \
 	pwd \
 	${_rcp} \
 	realpath \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200912252128.nBPLSGik072011>