Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Jun 2015 18:01:51 +0000 (UTC)
From:      Patrick Kelsey <pkelsey@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r284891 - head/etc/rc.d
Message-ID:  <201506271801.t5RI1p7a002296@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkelsey
Date: Sat Jun 27 18:01:50 2015
New Revision: 284891
URL: https://svnweb.freebsd.org/changeset/base/284891

Log:
  Use correct flag in iovctl_start().
  
  Differential Revision: https://reviews.freebsd.org/D2921
  Reviewed by: rstone
  Approved by: jmallett (mentor)
  Sponsored by: Norse Corp, Inc.

Modified:
  head/etc/rc.d/iovctl

Modified: head/etc/rc.d/iovctl
==============================================================================
--- head/etc/rc.d/iovctl	Sat Jun 27 15:13:14 2015	(r284890)
+++ head/etc/rc.d/iovctl	Sat Jun 27 18:01:50 2015	(r284891)
@@ -27,7 +27,7 @@ run_iovctl()
 
 iovctl_start()
 {
-	run_iovctl -E
+	run_iovctl -C
 }
 
 iovctl_stop()



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