d3520e53d9e7949398e69fc841a260c427600560Gordon Ross#!/usr/bin/sh
d3520e53d9e7949398e69fc841a260c427600560Gordon Ross#
d3520e53d9e7949398e69fc841a260c427600560Gordon Ross# CDDL HEADER START
d3520e53d9e7949398e69fc841a260c427600560Gordon Ross#
d3520e53d9e7949398e69fc841a260c427600560Gordon Ross# The contents of this file are subject to the terms of the
d3520e53d9e7949398e69fc841a260c427600560Gordon Ross# Common Development and Distribution License (the "License").
d3520e53d9e7949398e69fc841a260c427600560Gordon Ross# You may not use this file except in compliance with the License.
d3520e53d9e7949398e69fc841a260c427600560Gordon Ross#
d3520e53d9e7949398e69fc841a260c427600560Gordon Ross# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
d3520e53d9e7949398e69fc841a260c427600560Gordon Ross# or http://www.opensolaris.org/os/licensing.
d3520e53d9e7949398e69fc841a260c427600560Gordon Ross# See the License for the specific language governing permissions
d3520e53d9e7949398e69fc841a260c427600560Gordon Ross# and limitations under the License.
d3520e53d9e7949398e69fc841a260c427600560Gordon Ross#
d3520e53d9e7949398e69fc841a260c427600560Gordon Ross# When distributing Covered Code, include this CDDL HEADER in each
d3520e53d9e7949398e69fc841a260c427600560Gordon Ross# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
d3520e53d9e7949398e69fc841a260c427600560Gordon Ross# If applicable, add the following below this CDDL HEADER, with the
d3520e53d9e7949398e69fc841a260c427600560Gordon Ross# fields enclosed by brackets "[]" replaced with your own identifying
d3520e53d9e7949398e69fc841a260c427600560Gordon Ross# information: Portions Copyright [yyyy] [name of copyright owner]
d3520e53d9e7949398e69fc841a260c427600560Gordon Ross#
d3520e53d9e7949398e69fc841a260c427600560Gordon Ross# CDDL HEADER END
d3520e53d9e7949398e69fc841a260c427600560Gordon Ross#
d3520e53d9e7949398e69fc841a260c427600560Gordon Ross
d3520e53d9e7949398e69fc841a260c427600560Gordon Ross#
d3520e53d9e7949398e69fc841a260c427600560Gordon Ross# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
d3520e53d9e7949398e69fc841a260c427600560Gordon Ross# Use is subject to license terms.
d3520e53d9e7949398e69fc841a260c427600560Gordon Ross#
d3520e53d9e7949398e69fc841a260c427600560Gordon Ross
d3520e53d9e7949398e69fc841a260c427600560Gordon Ross# This utility is needed because smbfs is included in
d3520e53d9e7949398e69fc841a260c427600560Gordon Ross# /etc/dfs/fstypes.
d3520e53d9e7949398e69fc841a260c427600560Gordon Ross
d3520e53d9e7949398e69fc841a260c427600560Gordon Rossecho `gettext "smbfs share is not supported"` 1>&2
d3520e53d9e7949398e69fc841a260c427600560Gordon Rossexit 1