svn commit: r201002 - in stable/7/bin: . pwait

Jilles Tjoelker jilles at FreeBSD.org
Fri Dec 25 21:28:16 UTC 2009


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 \


More information about the svn-src-stable-7 mailing list