diff options
| author | sjelinek <none@none> | 2006-06-01 08:34:03 -0700 |
|---|---|---|
| committer | sjelinek <none@none> | 2006-06-01 08:34:03 -0700 |
| commit | 6deb031b488e65871004ede4c4fd685635d9c8fe (patch) | |
| tree | 4473ee6f1f198e4c2c2b00ee88f3656a67fa93cd /usr/src/cmd/stmsboot | |
| parent | 5c739e65b37f47f023a22a23596efb1b6899c802 (diff) | |
| download | illumos-joyent-6deb031b488e65871004ede4c4fd685635d9c8fe.tar.gz | |
6409257 /etc/vfstab isn't properly aligned
6409251 typo in stmsboot
6409254 unused variables in svc-syseventd
6409228 typo in aclutils.h
Contributed by Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>.
Diffstat (limited to 'usr/src/cmd/stmsboot')
| -rw-r--r-- | usr/src/cmd/stmsboot/stmsboot.sh | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/usr/src/cmd/stmsboot/stmsboot.sh b/usr/src/cmd/stmsboot/stmsboot.sh index c6c8489b08..4d45ca1077 100644 --- a/usr/src/cmd/stmsboot/stmsboot.sh +++ b/usr/src/cmd/stmsboot/stmsboot.sh @@ -3,9 +3,8 @@ # CDDL HEADER START # # The contents of this file are subject to the terms of the -# Common Development and Distribution License, Version 1.0 only -# (the "License"). You may not use this file except in compliance -# with the License. +# Common Development and Distribution License (the "License"). +# You may not use this file except in compliance with the License. # # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE # or http://www.opensolaris.org/os/licensing. @@ -21,7 +20,7 @@ # CDDL HEADER END # # -# Copyright 2004 Sun Microsystems, Inc. All rights reserved. +# Copyright 2006 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # #ident "%Z%%M% %I% %E% SMI" @@ -281,7 +280,7 @@ fi if [ "x$cmd" = xenable -o "x$cmd" = xdisable -o "x$cmd" = xupdate ]; then # # The bootup script doesn't work on cache-only-clients as the script - # is executed before the plumbing for cachfs mounting of root is done. + # is executed before the plumbing for cachefs mounting of root is done. # if mount -v | egrep -s " on / type (nfs|cachefs) "; then gettext "This command option is not supported on systems with nfs or cachefs mounted root filesystem.\n" 1>&2 |
