diff options
| author | batschul <Frank.Batschulat@Sun.COM> | 2009-03-31 12:13:36 -0600 |
|---|---|---|
| committer | batschul <Frank.Batschulat@Sun.COM> | 2009-03-31 12:13:36 -0600 |
| commit | e2960effe6eeb690387f66e897aa8dc1cf651bc7 (patch) | |
| tree | a3efcf6a4f3703eaa482d9b991f949158b6cbb35 /usr/src/psm | |
| parent | e172a44e3a05449c0e27faacb6fd1819553876de (diff) | |
| download | illumos-joyent-e2960effe6eeb690387f66e897aa8dc1cf651bc7.tar.gz | |
6804418 installboot gets dd from PATH, fails on OpenSolaris
Diffstat (limited to 'usr/src/psm')
| -rw-r--r-- | usr/src/psm/stand/bootblks/ufs/i386/installboot.sh | 11 | ||||
| -rw-r--r-- | usr/src/psm/stand/bootblks/ufs/sparc/installboot.sh | 6 |
2 files changed, 8 insertions, 9 deletions
diff --git a/usr/src/psm/stand/bootblks/ufs/i386/installboot.sh b/usr/src/psm/stand/bootblks/ufs/i386/installboot.sh index 6a3c365a12..38ff766f28 100644 --- a/usr/src/psm/stand/bootblks/ufs/i386/installboot.sh +++ b/usr/src/psm/stand/bootblks/ufs/i386/installboot.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,11 +20,11 @@ # CDDL HEADER END # # -# Copyright 2005 Sun Microsystems, Inc. All rights reserved. +# Copyright 2009 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -#ident "%Z%%M% %I% %E% SMI" -# + +PATH=/usr/bin away() { echo $2 1>&2 diff --git a/usr/src/psm/stand/bootblks/ufs/sparc/installboot.sh b/usr/src/psm/stand/bootblks/ufs/sparc/installboot.sh index 85dcfb2bd4..7db1599c51 100644 --- a/usr/src/psm/stand/bootblks/ufs/sparc/installboot.sh +++ b/usr/src/psm/stand/bootblks/ufs/sparc/installboot.sh @@ -20,11 +20,11 @@ # CDDL HEADER END # # -# Copyright 2008 Sun Microsystems, Inc. All rights reserved. +# Copyright 2009 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -#ident "%Z%%M% %I% %E% SMI" -# + +PATH=/usr/bin away() { echo $2 1>&2 |
