Put new-style RCS ids in the startup banner. Makes bootblock revisions

much easier to recognize; old method could have revision corrupted by
local RCS control.
This commit is contained in:
thorpej 1995-10-04 07:24:31 +00:00
parent d08330454a
commit b675177228
3 changed files with 10 additions and 15 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: netboot.c,v 1.9 1995/10/04 06:54:48 thorpej Exp $ */
/* $NetBSD: netboot.c,v 1.10 1995/10/04 07:24:32 thorpej Exp $ */
/*-
* Copyright (c) 1982, 1986, 1990, 1993
@ -35,10 +35,6 @@
* @(#)boot.c 8.1 (Berkeley) 6/10/93
*/
#ifndef lint
static char rcsid[] = "$NetBSD: netboot.c,v 1.9 1995/10/04 06:54:48 thorpej Exp $";
#endif /* not lint */
#include <sys/param.h>
#include <sys/reboot.h>
#include <a.out.h>
@ -76,8 +72,9 @@ main()
*/
bootdev = MAKEBOOTDEV(0, 0, 0, 0, 0);
printf("\n>> NetBSD NETWORK BOOT HP9000/%s CPU [%s]\n",
getmachineid(), "$Revision: 1.9 $");
printf("\n>> NetBSD NETWORK BOOT HP9000/%s CPU\n",
getmachineid());
printf(">> $NetBSD: netboot.c,v 1.10 1995/10/04 07:24:32 thorpej Exp $\n");
printf(">> Enter \"reset\" to reset system.\n");
bdev = B_TYPE(bootdev);

View File

@ -1,4 +1,4 @@
/* $NetBSD: pboot.c,v 1.9 1995/10/04 06:54:49 thorpej Exp $ */
/* $NetBSD: pboot.c,v 1.10 1995/10/04 07:24:31 thorpej Exp $ */
/*-
* Copyright (c) 1982, 1986, 1990, 1993
@ -35,10 +35,6 @@
* @(#)boot.c 8.1 (Berkeley) 6/10/93
*/
#ifndef lint
static char rcsid[] = "$NetBSD: pboot.c,v 1.9 1995/10/04 06:54:49 thorpej Exp $";
#endif /* not lint */
#include <sys/param.h>
#include <sys/reboot.h>
#include <a.out.h>
@ -70,8 +66,9 @@ main()
{
int currname = 0;
printf("\n>> NetBSD BOOT HP9000/%s CPU [%s]\n",
getmachineid(), "$Revision: 1.9 $");
printf("\n>> NetBSD BOOT HP9000/%s CPU\n",
getmachineid());
printf(">> $NetBSD: pboot.c,v 1.10 1995/10/04 07:24:31 thorpej Exp $\n");
printf(">> Enter \"reset\" to reset system.\n");
bdev = B_TYPE(bootdev);

View File

@ -1,4 +1,4 @@
/* $NetBSD: sys_inst.c,v 1.2 1995/10/04 06:54:51 thorpej Exp $ */
/* $NetBSD: sys_inst.c,v 1.3 1995/10/04 07:24:33 thorpej Exp $ */
/*
* Copyright (c) 1995 Jason R. Thorpe.
@ -101,6 +101,7 @@ main()
printf("\n>> NetBSD INSTALLATION HP9000/%s CPU\n",
getmachineid());
printf(">> $NetBSD: sys_inst.c,v 1.3 1995/10/04 07:24:33 thorpej Exp $\n");
gethelp();
for (;;) {