From 821f1f1c9d0a809d7182e0faa21af63bc05325b8 Mon Sep 17 00:00:00 2001 From: Patrick Kelsey Date: Sat, 27 Jun 2015 18:01:50 +0000 Subject: [PATCH] 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. --- etc/rc.d/iovctl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/rc.d/iovctl b/etc/rc.d/iovctl index f207b084dcc3..1958a266a9c9 100644 --- a/etc/rc.d/iovctl +++ b/etc/rc.d/iovctl @@ -27,7 +27,7 @@ run_iovctl() iovctl_start() { - run_iovctl -E + run_iovctl -C } iovctl_stop()