summaryrefslogtreecommitdiff
path: root/usr/src/psm
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/psm')
-rw-r--r--usr/src/psm/stand/bootblks/ufs/i386/installboot.sh11
-rw-r--r--usr/src/psm/stand/bootblks/ufs/sparc/installboot.sh6
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