#!/usr/bin/sh # # Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved. # # This utility is needed because smbfs is included in /etc/dfs/fstypes. echo `gettext "smbfs share is not supported"` 1>&2 exit 1