summaryrefslogtreecommitdiff
path: root/usr/src/cmd/initpkg/rc3.sh
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/cmd/initpkg/rc3.sh')
-rw-r--r--usr/src/cmd/initpkg/rc3.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr/src/cmd/initpkg/rc3.sh b/usr/src/cmd/initpkg/rc3.sh
index fc9d743cb2..1277e56776 100644
--- a/usr/src/cmd/initpkg/rc3.sh
+++ b/usr/src/cmd/initpkg/rc3.sh
@@ -27,7 +27,6 @@
# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
-# ident "%Z%%M% %I% %E% SMI"
# Run Commands executed when the system is changing to init state 3,
# same as state 2 (multi-user) but with remote file sharing.
@@ -35,7 +34,7 @@
PATH=/usr/sbin:/usr/bin
if [ -z "$SMF_RESTARTER" ]; then
- echo "This script cannot be run outside smf(5)."
+ echo "This script cannot be run outside smf(7)."
exit 1
fi