From 068fe3dab293b0b3630b1b00e5f589fb9b9a8e4e Mon Sep 17 00:00:00 2001 From: oster Date: Thu, 4 Feb 1999 14:50:31 +0000 Subject: [PATCH] Add missing NetBSD RCS ID's! Thanks to SAITOH Masanobu (msaitoh@netbsd.org) for pointing this out. --- sbin/raidctl/Makefile | 1 + sbin/raidctl/raidctl.8 | 1 + sbin/raidctl/raidctl.c | 1 + sbin/raidctl/rf_configure.c | 1 + share/man/man4/raid.4 | 1 + 5 files changed, 5 insertions(+) diff --git a/sbin/raidctl/Makefile b/sbin/raidctl/Makefile index a16ccfeff58e..d276455cc9cf 100644 --- a/sbin/raidctl/Makefile +++ b/sbin/raidctl/Makefile @@ -1,3 +1,4 @@ +# $NetBSD: Makefile,v 1.4 1999/02/04 14:50:31 oster Exp $ PROG= raidctl SRCS= rf_configure.c rf_layout.c rf_strutils.c raidctl.c MAN= raidctl.8 diff --git a/sbin/raidctl/raidctl.8 b/sbin/raidctl/raidctl.8 index bcd8fe6e8384..1362dacda84f 100644 --- a/sbin/raidctl/raidctl.8 +++ b/sbin/raidctl/raidctl.8 @@ -1,3 +1,4 @@ +.\" $NetBSD: raidctl.8,v 1.3 1999/02/04 14:50:31 oster Exp $ .\" .\" Copyright (c) 1998 The NetBSD Foundation, Inc. .\" All rights reserved. diff --git a/sbin/raidctl/raidctl.c b/sbin/raidctl/raidctl.c index f5ea8220401a..5026823154cf 100644 --- a/sbin/raidctl/raidctl.c +++ b/sbin/raidctl/raidctl.c @@ -1,3 +1,4 @@ +/* $NetBSD: raidctl.c,v 1.4 1999/02/04 14:50:31 oster Exp $ */ /*- * Copyright (c) 1996, 1997, 1998 The NetBSD Foundation, Inc. * All rights reserved. diff --git a/sbin/raidctl/rf_configure.c b/sbin/raidctl/rf_configure.c index fe411ad8c454..227de8baf534 100644 --- a/sbin/raidctl/rf_configure.c +++ b/sbin/raidctl/rf_configure.c @@ -1,3 +1,4 @@ +/* $NetBSD: rf_configure.c,v 1.5 1999/02/04 14:50:31 oster Exp $ */ /* * Copyright (c) 1995 Carnegie-Mellon University. * All rights reserved. diff --git a/share/man/man4/raid.4 b/share/man/man4/raid.4 index cdeac2c3b144..c9a50e0a0748 100644 --- a/share/man/man4/raid.4 +++ b/share/man/man4/raid.4 @@ -1,3 +1,4 @@ +.\" $NetBSD: raid.4,v 1.3 1999/02/04 14:50:31 oster Exp $ .\" .\" Copyright (c) 1998 The NetBSD Foundation, Inc. .\" All rights reserved.