summaryrefslogtreecommitdiffstats
path: root/etc/rc.d/nfsclient
diff options
context:
space:
mode:
authorrmacklem <rmacklem@FreeBSD.org>2011-06-11 21:14:22 +0000
committerrmacklem <rmacklem@FreeBSD.org>2011-06-11 21:14:22 +0000
commit0468d6a40f7c937d287f5633b9a7edc866f11f7d (patch)
tree5d54f145542ba23cbfae4d1ecd6bd689deac0e8a /etc/rc.d/nfsclient
parent6b9465356dffc3a21819f75f370e97cf00aa750d (diff)
downloadFreeBSD-src-0468d6a40f7c937d287f5633b9a7edc866f11f7d.zip
FreeBSD-src-0468d6a40f7c937d287f5633b9a7edc866f11f7d.tar.gz
Make three one line changes to the rc scripts so that
they work with the new NFS client being the default, since the new NFS client's module name is nfscl and not nfsclient.
Diffstat (limited to 'etc/rc.d/nfsclient')
-rwxr-xr-xetc/rc.d/nfsclient2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.d/nfsclient b/etc/rc.d/nfsclient
index c97a52a..fa7906d 100755
--- a/etc/rc.d/nfsclient
+++ b/etc/rc.d/nfsclient
@@ -13,7 +13,7 @@ name="nfsclient"
rcvar="nfs_client_enable"
start_cmd="nfsclient_start"
stop_cmd="unmount_all"
-required_modules="nfsclient:oldnfs"
+required_modules="nfscl:nfs"
nfsclient_start()
{
OpenPOWER on IntegriCloud