summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--usr/src/cmd/svc/milestone/fs-usr9
1 files changed, 1 insertions, 8 deletions
diff --git a/usr/src/cmd/svc/milestone/fs-usr b/usr/src/cmd/svc/milestone/fs-usr
index ef907dfad8..6b15820ee4 100644
--- a/usr/src/cmd/svc/milestone/fs-usr
+++ b/usr/src/cmd/svc/milestone/fs-usr
@@ -20,7 +20,7 @@
# CDDL HEADER END
#
#
-# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
+# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
# Copyright (c) 1984, 1986, 1987, 1988, 1989 AT&T.
@@ -113,11 +113,4 @@ if [ "$mountp" -a -d /dev/fd ]; then
mountfs - /dev/fd - - - || exit $SMF_EXIT_ERR_FATAL
fi
-# Clean up existing /etc/dfs/sharetab as there are no shared file systems
-# at this point. This also takes care of a corrupt sharetab.
-
-if [ -f /etc/dfs/sharetab ]; then
- > /etc/dfs/sharetab
-fi
-
exit $SMF_EXIT_OK