From 0468d6a40f7c937d287f5633b9a7edc866f11f7d Mon Sep 17 00:00:00 2001 From: rmacklem Date: Sat, 11 Jun 2011 21:14:22 +0000 Subject: 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. --- etc/rc.d/nfsclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/rc.d/nfsclient') 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() { -- cgit v1.1