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()
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to