diff options
Diffstat (limited to 'etc/rc.d/mountcritremote')
-rwxr-xr-x | etc/rc.d/mountcritremote | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.d/mountcritremote b/etc/rc.d/mountcritremote index ff965da..91500e2 100755 --- a/etc/rc.d/mountcritremote +++ b/etc/rc.d/mountcritremote @@ -26,7 +26,7 @@ mountcritremote_precmd() case "`mount -d -a -t nfs 2> /dev/null`" in *mount_nfs*) # Handle absent nfs client support - load_kld -m nfs nfsclient || return 1 + load_kld -m nfs nfscl || return 1 ;; esac return 0 |