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

Peter Holm pho at FreeBSD.org
Mon May 1 08:08:01 UTC 2017


Author: pho
Date: Mon May  1 08:07:59 2017
New Revision: 317642
URL: https://svnweb.freebsd.org/changeset/base/317642

Log:
  Make sure sendmail is installed.
  
  Sponsored by:	Dell EMC Isilon

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

Modified: user/pho/stress2/misc/posix_fadvise2.sh
==============================================================================
--- user/pho/stress2/misc/posix_fadvise2.sh	Mon May  1 08:01:54 2017	(r317641)
+++ user/pho/stress2/misc/posix_fadvise2.sh	Mon May  1 08:07:59 2017	(r317642)
@@ -33,6 +33,7 @@
 # Fixed by r292326.
 
 . ../default.cfg
+[ -f /usr/libexec/sendmail/sendmail ] || exit 0
 
 here=`pwd`
 cd /tmp


More information about the svn-src-user mailing list