svn commit: r266877 - user/pho/stress2/misc

Peter Holm pho at FreeBSD.org
Fri May 30 09:40:00 UTC 2014


Author: pho
Date: Fri May 30 09:39:59 2014
New Revision: 266877
URL: http://svnweb.freebsd.org/changeset/base/266877

Log:
  No need to source in the configuration file.
  
  Sponsored by:	EMC / Isilon storage division

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

Modified: user/pho/stress2/misc/sendfile4.sh
==============================================================================
--- user/pho/stress2/misc/sendfile4.sh	Fri May 30 08:22:58 2014	(r266876)
+++ user/pho/stress2/misc/sendfile4.sh	Fri May 30 09:39:59 2014	(r266877)
@@ -31,8 +31,6 @@
 # sendfile(2) test by kib@
 # Both processes will sit in the sbwait state forever:
 
-. ../default.cfg
-
 here=`pwd`
 cd /tmp
 sed '1,/^EOF/d' < $here/$0 > sendfile4.c


More information about the svn-src-user mailing list