Merge commit 'b1e7e97d3b60469b243b3b2e22c7d8cbd11c7c90'
[unleashed.git] / usr / src / cmd / initpkg / dfstab.sh
blob9ee99002e8151d224141b2c472d837b17ff30af0
1 #!/sbin/sh
3 # CDDL HEADER START
5 # The contents of this file are subject to the terms of the
6 # Common Development and Distribution License (the "License").
7 # You may not use this file except in compliance with the License.
9 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
10 # or http://www.opensolaris.org/os/licensing.
11 # See the License for the specific language governing permissions
12 # and limitations under the License.
14 # When distributing Covered Code, include this CDDL HEADER in each
15 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
16 # If applicable, add the following below this CDDL HEADER, with the
17 # fields enclosed by brackets "[]" replaced with your own identifying
18 # information: Portions Copyright [yyyy] [name of copyright owner]
20 # CDDL HEADER END
22 # Copyright (c) 1984, 1986, 1987, 1988, 1989 AT&T
23 # All Rights Reserved
25 # Copyright 2006 Sun Microsystems, Inc. All rights reserved.
26 # Use is subject to license terms.
28 #ident "%Z%%M% %I% %E% SMI" /* SVr4.0 1.1.2.1 */
29 case "$MACH" in
30 "u3b2"|"sparc"|"i386"|"ppc" )
31 echo "
32 # Do not modify this file directly.
33 # Use the sharemgr(1m) command for all share management
34 # This file is reconstructed and only maintained for backward
35 # compatibility. Configuration lines could be lost.
37 # share [-F fstype] [ -o options] [-d \"<text>\"] <pathname> [resource]
38 # .e.g,
39 # share -F nfs -o rw=engineering -d \"home dirs\" /export/home2
40 " >dfstab
42 * )
43 echo "Unknown architecture."
44 exit 1
46 esac