Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Sep 2016 08:51:03 +0000 (UTC)
From:      Peter Holm <pho@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-user@freebsd.org
Subject:   svn commit: r305655 - user/pho/stress2/misc
Message-ID:  <201609090851.u898p3A2091310@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pho
Date: Fri Sep  9 08:51:02 2016
New Revision: 305655
URL: https://svnweb.freebsd.org/changeset/base/305655

Log:
  Added exit code.
  
  Sponsored by:	Dell EMC Isilon

Modified:
  user/pho/stress2/misc/nullfs15.sh

Modified: user/pho/stress2/misc/nullfs15.sh
==============================================================================
--- user/pho/stress2/misc/nullfs15.sh	Fri Sep  9 08:50:11 2016	(r305654)
+++ user/pho/stress2/misc/nullfs15.sh	Fri Sep  9 08:51:02 2016	(r305655)
@@ -64,3 +64,4 @@ while mount | grep -q "$mntpoint "; do
 done
 mdconfig -d -u $mdstart
 rm -f /tmp/bar
+exit 0



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