Print this page
6198 Let's EOL cachefs

@@ -21,30 +21,28 @@
 # CDDL HEADER END
 #
 #
 # Copyright 2004 Sun Microsystems, Inc.  All rights reserved.
 # Use is subject to license terms.
+# Copyright 2015 Nexenta Systems, Inc. All rights reserved.
 #
-#ident  "%Z%%M% %I%     %E% SMI"
 
 #
 # Start/stop client NFS service
 #
 
 . /lib/svc/share/smf_include.sh
 
 stop_nfsclnt()
 {
-        /sbin/umountall -F cachefs
         /sbin/umountall -F nfs
 }
 
 case "$1" in
 'start')
 
         /sbin/mountall -F nfs
-        /sbin/mountall -F cachefs
         /sbin/swapadd
         ;;
 
 'stop')
         stop_nfsclnt