1*d3520e53SGordon Ross#!/usr/bin/sh
2*d3520e53SGordon Ross#
3*d3520e53SGordon Ross# CDDL HEADER START
4*d3520e53SGordon Ross#
5*d3520e53SGordon Ross# The contents of this file are subject to the terms of the
6*d3520e53SGordon Ross# Common Development and Distribution License (the "License").
7*d3520e53SGordon Ross# You may not use this file except in compliance with the License.
8*d3520e53SGordon Ross#
9*d3520e53SGordon Ross# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
10*d3520e53SGordon Ross# or http://www.opensolaris.org/os/licensing.
11*d3520e53SGordon Ross# See the License for the specific language governing permissions
12*d3520e53SGordon Ross# and limitations under the License.
13*d3520e53SGordon Ross#
14*d3520e53SGordon Ross# When distributing Covered Code, include this CDDL HEADER in each
15*d3520e53SGordon Ross# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
16*d3520e53SGordon Ross# If applicable, add the following below this CDDL HEADER, with the
17*d3520e53SGordon Ross# fields enclosed by brackets "[]" replaced with your own identifying
18*d3520e53SGordon Ross# information: Portions Copyright [yyyy] [name of copyright owner]
19*d3520e53SGordon Ross#
20*d3520e53SGordon Ross# CDDL HEADER END
21*d3520e53SGordon Ross#
22*d3520e53SGordon Ross
23*d3520e53SGordon Ross#
24*d3520e53SGordon Ross# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
25*d3520e53SGordon Ross# Use is subject to license terms.
26*d3520e53SGordon Ross#
27*d3520e53SGordon Ross
28*d3520e53SGordon Ross# This utility is needed because smbfs is included in
29*d3520e53SGordon Ross# /etc/dfs/fstypes.
30*d3520e53SGordon Ross
31*d3520e53SGordon Rossecho `gettext "smbfs unshare is not supported"` 1>&2
32*d3520e53SGordon Rossexit 1
33