Date: Mon, 21 Dec 2009 22:16:07 +0000 (UTC) From: Jilles Tjoelker <jilles@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/etc rc.subr Message-ID: <200912212216.nBLMGLEB090765@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jilles 2009-12-21 22:16:07 UTC FreeBSD src repository Modified files: etc rc.subr Log: SVN rev 200818 on 2009-12-21 22:16:07Z by jilles rc.subr: Use pwait in wait_for_pids. This waits for the requested process(es) to terminate, rather than polling with an interval of 2 seconds. If pwait is not available, the old method is used. PR: conf/132766 Reviewed by: dougb Revision Changes Path 1.95 +1 -1 src/etc/rc.subr
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200912212216.nBLMGLEB090765>