Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 07 Mar 2017 21:13:59 -0800
From:      Cy Schubert <Cy.Schubert@komquats.com>
To:        Shawn Webb <shawn.webb@hardenedbsd.org>
Cc:        Bryan Drewery <bdrewery@FreeBSD.org>, src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   Re: svn commit: r314886 - in head: bin/pwait bin/pwait/tests  etc/mtree targets/pseudo/tests
Message-ID:  <201703080513.v285Dxeg064469@slippy.cwsent.com>
In-Reply-To: Message from Shawn Webb <shawn.webb@hardenedbsd.org> of "Tue, 07 Mar 2017 21:21:53 -0500." <20170308022153.23vinvgmixu6vnvh@mutt-hbsd>

next in thread | previous in thread | raw e-mail | index | archive | help
This is a multipart MIME message.

--==_Exmh_1488949996_970440
Content-Type: text/plain; charset=us-ascii

In message <20170308022153.23vinvgmixu6vnvh@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.




--==_Exmh_1488949996_970440
Content-Type: text/plain ; name="mtree-tests.diff"; charset=us-ascii
Content-Description: mtree-tests.diff
Content-Disposition: attachment; filename="mtree-tests.diff"

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

--==_Exmh_1488949996_970440
Content-Type: text/plain; charset=us-ascii

Cheers,
Cy Schubert <Cy.Schubert@cschubert.com>
FreeBSD UNIX:  <cy@FreeBSD.org>   Web:  http://www.FreeBSD.org

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

--==_Exmh_1488949996_970440--





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