diff options
author | Alexander Eremin <a.eremin@nexenta.com> | 2015-09-22 00:48:58 +0000 |
---|---|---|
committer | Dan McDonald <danmcd@omniti.com> | 2015-09-22 14:01:25 -0400 |
commit | bd93c05dbd9b8f1e8d2edf48c777bc881f927608 (patch) | |
tree | 31b825856f43696cf1be7abe8fff0981db7cb1b4 /usr/src/cmd/svc | |
parent | b584d06cf5d63c0af8a641ca543c28986ec5cf81 (diff) | |
download | illumos-gate-bd93c05dbd9b8f1e8d2edf48c777bc881f927608.tar.gz |
6198 Let's EOL cachefs
Reviewed by: Marcel Telka <marcel@telka.sk>
Reviewed by: Dan McDonald <danmcd@omniti.com>
Approved by: Gordon Ross <gordon.w.ross@gmail.com>
Diffstat (limited to 'usr/src/cmd/svc')
-rw-r--r-- | usr/src/cmd/svc/shell/smf_include.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/src/cmd/svc/shell/smf_include.sh b/usr/src/cmd/svc/shell/smf_include.sh index d0dc387246..77a1453cbb 100644 --- a/usr/src/cmd/svc/shell/smf_include.sh +++ b/usr/src/cmd/svc/shell/smf_include.sh @@ -22,6 +22,7 @@ # # Copyright 2009 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. +# Copyright 2015 Nexenta Systems, Inc. All rights reserved. # smf_present () { @@ -134,7 +135,7 @@ smf_netstrategy () { set -- `/sbin/netstrategy` if [ $? -eq 0 ]; then - [ "$1" = "nfs" -o "$1" = "cachefs" ] && \ + [ "$1" = "nfs" ] && \ _INIT_NET_IF="$2" export _INIT_NET_IF _INIT_NET_STRATEGY="$3" export _INIT_NET_STRATEGY else |