diff options
Diffstat (limited to 'usr/src/cmd/initpkg/rc1.sh')
-rw-r--r-- | usr/src/cmd/initpkg/rc1.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr/src/cmd/initpkg/rc1.sh b/usr/src/cmd/initpkg/rc1.sh index edb61f7b9b..ba68bb3d66 100644 --- a/usr/src/cmd/initpkg/rc1.sh +++ b/usr/src/cmd/initpkg/rc1.sh @@ -28,12 +28,11 @@ # Copyright 2004 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 1 if [ -z "$SMF_RESTARTER" ]; then - echo "Cannot be run outside smf(5)" + echo "Cannot be run outside smf(7)" exit 1 fi |