svn commit: r314886 - in head: bin/pwait bin/pwait/tests etc/mtree targets/pseudo/tests

Cy Schubert Cy.Schubert at komquats.com
Wed Mar 8 05:14:10 UTC 2017


In message <20170308022153.23vinvgmixu6vnvh at mutt-hbsd>, Shawn Webb writes:
> On Tue, Mar 07, 2017 at 10:16:56PM +0000, Bryan Drewery wrote:
> > Author: bdrewery
> > Date: Tue Mar  7 22:16:55 2017
> > New Revision: 314886
> > URL: https://svnweb.freebsd.org/changeset/base/314886
> >=20
> > Log:
> >   pwait: Add a -t flag to specify a timeout before exiting, and tests.
> >  =20
> >   The exit status will be 124, as the timeout(1) utility uses.
> >  =20
> >   Reviewed by:	jilles
> >   MFC after:	2 weeks
> >   Differential Revision:	https://reviews.freebsd.org/D9697
> >=20
> > Added:
> >   head/bin/pwait/tests/
> >   head/bin/pwait/tests/Makefile   (contents, props changed)
> >   head/bin/pwait/tests/Makefile.depend   (contents, props changed)
> >   head/bin/pwait/tests/pwait.sh   (contents, props changed)
> > Modified:
> >   head/bin/pwait/Makefile
> >   head/bin/pwait/pwait.1
> >   head/bin/pwait/pwait.c
> >   head/etc/mtree/BSD.tests.dist
> >   head/targets/pseudo/tests/Makefile.depend
> 
> This commit broke installworld:
> 
> install: /builds/updater/chroot/usr/tests/bin/pwait/pwait: No such file or =
> directory

Hi Shawn,

The attached patch should fix it.



-------------- next part --------------
Index: etc/mtree/BSD.tests.dist
===================================================================
--- etc/mtree/BSD.tests.dist	(revision 314891)
+++ etc/mtree/BSD.tests.dist	(working copy)
@@ -22,6 +22,8 @@
         ..
         pkill
         ..
+        pwait
+        ..
         sh
             builtins
             ..
@@ -640,8 +642,6 @@
         ..
         printf
         ..
-        pwait
-        ..
         sdiff
         ..
         sed
-------------- next part --------------
Cheers,
Cy Schubert <Cy.Schubert at cschubert.com>
FreeBSD UNIX:  <cy at FreeBSD.org>   Web:  http://www.FreeBSD.org

	The need of the many outweighs the greed of the few.


More information about the svn-src-all mailing list