From a623e85c47433b5deac0917a7d3d69acaec51645 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Wed, 31 Jul 1996 08:50:40 +0000 Subject: kernel is /bsd --- sys/arch/vax/boot/boot.c | 4 ++-- sys/arch/vax/stand/boot.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sys/arch/vax/boot/boot.c b/sys/arch/vax/boot/boot.c index d85ddabdf5d..206db3dcf7a 100644 --- a/sys/arch/vax/boot/boot.c +++ b/sys/arch/vax/boot/boot.c @@ -63,7 +63,7 @@ main() if ((howto & RB_ASKNAME) == 0) { type = (devtype >> B_TYPESHIFT) & B_TYPEMASK; if ((unsigned)type < ndevs && devsw[type].dv_name) - strcpy(line, "/netbsd"); + strcpy(line, "/bsd"); else howto |= RB_SINGLE|RB_ASKNAME; } @@ -75,7 +75,7 @@ main() printf(": "); gets(line); if (line[0] == 0) { - strcpy(line, "/netbsd"); + strcpy(line, "/bsd"); printf(": %s\n", line); } } else diff --git a/sys/arch/vax/stand/boot.c b/sys/arch/vax/stand/boot.c index d85ddabdf5d..206db3dcf7a 100644 --- a/sys/arch/vax/stand/boot.c +++ b/sys/arch/vax/stand/boot.c @@ -63,7 +63,7 @@ main() if ((howto & RB_ASKNAME) == 0) { type = (devtype >> B_TYPESHIFT) & B_TYPEMASK; if ((unsigned)type < ndevs && devsw[type].dv_name) - strcpy(line, "/netbsd"); + strcpy(line, "/bsd"); else howto |= RB_SINGLE|RB_ASKNAME; } @@ -75,7 +75,7 @@ main() printf(": "); gets(line); if (line[0] == 0) { - strcpy(line, "/netbsd"); + strcpy(line, "/bsd"); printf(": %s\n", line); } } else -- cgit v1.2.3