diff options
| author | Chris Rees <crees@FreeBSD.org> | 2019-04-07 18:31:45 +0000 |
|---|---|---|
| committer | Chris Rees <crees@FreeBSD.org> | 2019-04-07 18:31:45 +0000 |
| commit | f5dfe75da5ba2937f8766792f625f32fc3ef4757 (patch) | |
| tree | ee0333ae893dbad1feaeae76e5d300789fed9d29 /libexec/rc/rc.d/syscons | |
| parent | b2689b12b1f5a67741f439592764034b86de69c3 (diff) | |
Notes
Diffstat (limited to 'libexec/rc/rc.d/syscons')
| -rwxr-xr-x | libexec/rc/rc.d/syscons | 2 |
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 |
