Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sparc64/stand Duh, hp300 -> sparc64.
details: https://anonhg.NetBSD.org/src/rev/892d27fe9010
branches: trunk
changeset: 495289:892d27fe9010
user: mycroft <mycroft%NetBSD.org@localhost>
date: Tue Jul 25 20:48:19 2000 +0000
description:
Duh, hp300 -> sparc64.
diffstat:
sys/arch/sparc64/stand/newvers.sh | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (20 lines):
diff -r d99b7996c6ca -r 892d27fe9010 sys/arch/sparc64/stand/newvers.sh
--- a/sys/arch/sparc64/stand/newvers.sh Tue Jul 25 20:47:44 2000 +0000
+++ b/sys/arch/sparc64/stand/newvers.sh Tue Jul 25 20:48:19 2000 +0000
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $NetBSD: newvers.sh,v 1.4 2000/07/25 20:47:44 mycroft Exp $
+# $NetBSD: newvers.sh,v 1.5 2000/07/25 20:48:19 mycroft Exp $
#
# Copyright (c) 1984, 1986, 1990, 1993
# The Regents of the University of California. All rights reserved.
@@ -38,7 +38,7 @@
u=${USER-root} h=`hostname` t=`date`
r=`head -1 $1 | awk ' { print $3 } '`
-echo "char bootprog_name[] = \"NetBSD/hp300 ${2}\";" > vers.c
+echo "char bootprog_name[] = \"NetBSD/sparc64 ${2}\";" > vers.c
echo "char bootprog_rev[] = \"${r}\";" >> vers.c
echo "char bootprog_date[] = \"${t}\";" >> vers.c
echo "char bootprog_maker[] = \"${u}@${h}\";" >> vers.c
Home |
Main Index |
Thread Index |
Old Index