Print this page
6198 Let's EOL cachefs
*** 22,31 ****
--- 22,32 ----
#
#
# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
+ # Copyright 2015 Nexenta Systems, Inc. All rights reserved.
#
# Copyright (c) 1984, 1986, 1987, 1988, 1989 AT&T
# All Rights Reserved
#
*** 407,417 ****
if [ -n "$FSType" ]; then
/sbin/mount -a -F $FSType
exit
fi
! # Some remote filesystems (e.g. cachefs or autofs) shouldn't be be mounted
# with mountall, so the list here is explicit (not from /etc/dfs/fstypes)
if [ "$RFLAG" ]; then
/sbin/mount -a -F nfs
/sbin/mount -a -F smbfs
exit
--- 408,418 ----
if [ -n "$FSType" ]; then
/sbin/mount -a -F $FSType
exit
fi
! # Some remote filesystems (e.g. autofs) shouldn't be mounted
# with mountall, so the list here is explicit (not from /etc/dfs/fstypes)
if [ "$RFLAG" ]; then
/sbin/mount -a -F nfs
/sbin/mount -a -F smbfs
exit