usr/src/pkgdefs/common_files/i.vfstab
changeset 3957 86c9dda5df37
parent 0 68f95e015346
--- a/usr/src/pkgdefs/common_files/i.vfstab	Mon Apr 02 19:52:20 2007 -0700
+++ b/usr/src/pkgdefs/common_files/i.vfstab	Mon Apr 02 21:38:04 2007 -0700
@@ -3,9 +3,8 @@
 # CDDL HEADER START
 #
 # The contents of this file are subject to the terms of the
-# Common Development and Distribution License, Version 1.0 only
-# (the "License").  You may not use this file except in compliance
-# with the License.
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
 #
 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
 # or http://www.opensolaris.org/os/licensing.
@@ -20,8 +19,9 @@
 #
 # CDDL HEADER END
 #
+
 #
-# Copyright 2004 Sun Microsystems, Inc.  All rights reserved.
+# Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
 # Use is subject to license terms.
 #
 # ident	"%Z%%M%	%I%	%E% SMI"
@@ -34,6 +34,7 @@
 LN_DEVFS="/devices	-	/devices	devfs	-	no	-"
 LN_CTFS="ctfs\t\t-	/system/contract	ctfs	-	no	-"
 LN_OBJFS="objfs\t\t-	/system/object	objfs	-	no	-"
+LN_SHAREFS="sharefs\t\t-	/etc/dfs/sharetab	sharefs	-	no	-"
 
 missing()
 {
@@ -58,6 +59,9 @@
 		if missing $dst /system/object; then
 			echo "$LN_OBJFS" >> $dst
 		fi
+		if missing $dst /etc/dfs/sharetab; then
+			echo "$LN_SHAREFS" >> $dst
+		fi
 	fi
 done
 exit 0