summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorth199096 <none@none>2008-01-22 13:58:59 -0800
committerth199096 <none@none>2008-01-22 13:58:59 -0800
commitc63537d6ab9d03a6ce330b36e829aba258c25d87 (patch)
treebee50807ef0b758a45392b43080862eadcb929a7
parentdcedc87deebb2a51d5dc5a5b61a597519e84c633 (diff)
downloadillumos-gate-c63537d6ab9d03a6ce330b36e829aba258c25d87.tar.gz
6639413 /lib/svc/method/fs-usr tries to write to /etc/dfs/sharetab
-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