From ad4305ebeb8307b0aece42a0ab756dbb3c16118c Mon Sep 17 00:00:00 2001 From: Hugh Graham Date: Sat, 25 Aug 2001 13:46:37 +0000 Subject: Playing with string. --- sys/arch/vax/boot/boot/boot.c | 4 ++-- sys/arch/vax/stand/boot/boot.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'sys') diff --git a/sys/arch/vax/boot/boot/boot.c b/sys/arch/vax/boot/boot/boot.c index cc0d5594667..0a4f42f0195 100644 --- a/sys/arch/vax/boot/boot/boot.c +++ b/sys/arch/vax/boot/boot/boot.c @@ -1,4 +1,4 @@ -/* $OpenBSD: boot.c,v 1.5 2000/11/25 21:51:39 hugh Exp $ */ +/* $OpenBSD: boot.c,v 1.6 2001/08/25 13:46:36 hugh Exp $ */ /* $NetBSD: boot.c,v 1.4 1999/10/23 14:42:22 ragge Exp $ */ /*- * Copyright (c) 1982, 1986 The Regents of the University of California. @@ -97,7 +97,7 @@ Xmain() askname = howto & RB_ASKNAME; printf("\n\r>> OpenBSD/vax boot [%s %s] <<\n", __DATE__, __TIME__); - printf(">> Press enter to autoboot, or any other key to abort: "); + printf(">> Press enter to autoboot now, or any other key to abort: "); sluttid = getsecs() + 5; senast = 0; skip = 0; diff --git a/sys/arch/vax/stand/boot/boot.c b/sys/arch/vax/stand/boot/boot.c index cc0d5594667..0a4f42f0195 100644 --- a/sys/arch/vax/stand/boot/boot.c +++ b/sys/arch/vax/stand/boot/boot.c @@ -1,4 +1,4 @@ -/* $OpenBSD: boot.c,v 1.5 2000/11/25 21:51:39 hugh Exp $ */ +/* $OpenBSD: boot.c,v 1.6 2001/08/25 13:46:36 hugh Exp $ */ /* $NetBSD: boot.c,v 1.4 1999/10/23 14:42:22 ragge Exp $ */ /*- * Copyright (c) 1982, 1986 The Regents of the University of California. @@ -97,7 +97,7 @@ Xmain() askname = howto & RB_ASKNAME; printf("\n\r>> OpenBSD/vax boot [%s %s] <<\n", __DATE__, __TIME__); - printf(">> Press enter to autoboot, or any other key to abort: "); + printf(">> Press enter to autoboot now, or any other key to abort: "); sluttid = getsecs() + 5; senast = 0; skip = 0; -- cgit v1.2.3