diff options
Diffstat (limited to 'usr/src/cmd/initpkg/rcS.sh')
| -rw-r--r-- | usr/src/cmd/initpkg/rcS.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/cmd/initpkg/rcS.sh b/usr/src/cmd/initpkg/rcS.sh index 5e41614d7e..2ee19e0ab8 100644 --- a/usr/src/cmd/initpkg/rcS.sh +++ b/usr/src/cmd/initpkg/rcS.sh @@ -23,7 +23,7 @@ # Copyright 2006 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" + # # Copyright (c) 1984, 1986, 1987, 1988, 1989 AT&T. # All rights reserved. @@ -43,7 +43,7 @@ # check and mount other file systems to be mounted in single user mode if [ -z "$SMF_RESTARTER" ]; then - echo "Cannot be run outside smf(5)" + echo "Cannot be run outside smf(7)" exit 1 fi |
