summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorrmacklem <rmacklem@FreeBSD.org>2011-04-27 20:42:30 +0000
committerrmacklem <rmacklem@FreeBSD.org>2011-04-27 20:42:30 +0000
commitc44593a0a41a8d24665e3e0f763f60ee0f328cd4 (patch)
tree0b5bfcf4b52f034f0200677a1543235f9e1c074c /etc
parentda3b304fc1e3776979accc2d8a8e24dfc299fb05 (diff)
downloadFreeBSD-src-c44593a0a41a8d24665e3e0f763f60ee0f328cd4.zip
FreeBSD-src-c44593a0a41a8d24665e3e0f763f60ee0f328cd4.tar.gz
Fix module names and dependencies so the NFS clients will
load correctly as modules after r221124.
Diffstat (limited to 'etc')
-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 d28e45f..c97a52a 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:nfs"
+required_modules="nfsclient:oldnfs"
nfsclient_start()
{
OpenPOWER on IntegriCloud