Print this page
6198 Let's EOL cachefs

*** 21,50 **** # CDDL HEADER END # # # Copyright 2004 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # - #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 --- 21,48 ---- # 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. # # # Start/stop client NFS service # . /lib/svc/share/smf_include.sh stop_nfsclnt() { /sbin/umountall -F nfs } case "$1" in 'start') /sbin/mountall -F nfs /sbin/swapadd ;; 'stop') stop_nfsclnt