svn commit: r284891 - head/etc/rc.d
Patrick Kelsey
pkelsey at FreeBSD.org
Sat Jun 27 18:01:51 UTC 2015
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()
More information about the svn-src-all
mailing list