aboutsummaryrefslogtreecommitdiff
path: root/libexec/rc/rc.d/syscons
diff options
context:
space:
mode:
authorChris Rees <crees@FreeBSD.org>2019-04-07 18:31:45 +0000
committerChris Rees <crees@FreeBSD.org>2019-04-07 18:31:45 +0000
commitf5dfe75da5ba2937f8766792f625f32fc3ef4757 (patch)
treeee0333ae893dbad1feaeae76e5d300789fed9d29 /libexec/rc/rc.d/syscons
parentb2689b12b1f5a67741f439592764034b86de69c3 (diff)
Notes
Diffstat (limited to 'libexec/rc/rc.d/syscons')
-rwxr-xr-xlibexec/rc/rc.d/syscons2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/rc/rc.d/syscons b/libexec/rc/rc.d/syscons
index 7c0c8035be2ea..d2512dc071438 100755
--- a/libexec/rc/rc.d/syscons
+++ b/libexec/rc/rc.d/syscons
@@ -346,7 +346,7 @@ syscons_start()
for i in `kldstat | awk '$5 ~ "_saver\.ko$" { print $5 }'`; do
kldunload ${i}
done
- load_kld -e _saver ${saver}_saver
+ load_kld ${saver}_saver
;;
esac