diff options
author | Hugh Graham <hugh@cvs.openbsd.org> | 2000-02-26 04:06:24 +0000 |
---|---|---|
committer | Hugh Graham <hugh@cvs.openbsd.org> | 2000-02-26 04:06:24 +0000 |
commit | 1102bfd402485579a40b5b3f1b28877b3cfccaa6 (patch) | |
tree | 3ca6f2e7dec2c42ca4d4c8d7c9061dd21df8a0fe /sbin | |
parent | 524b78f2aa661337fde2904ce829823ea9173ca4 (diff) |
add rcs idents
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/swapctl/Makefile | 1 | ||||
-rw-r--r-- | sbin/swapctl/swapctl.8 | 1 | ||||
-rw-r--r-- | sbin/swapctl/swapctl.c | 1 | ||||
-rw-r--r-- | sbin/swapctl/swapctl.h | 1 | ||||
-rw-r--r-- | sbin/swapctl/swaplist.c | 1 |
5 files changed, 5 insertions, 0 deletions
diff --git a/sbin/swapctl/Makefile b/sbin/swapctl/Makefile index 81fde35ae61..c02cf2e9748 100644 --- a/sbin/swapctl/Makefile +++ b/sbin/swapctl/Makefile @@ -1,3 +1,4 @@ +# $OpenBSD: Makefile,v 1.2 2000/02/26 04:06:23 hugh Exp $ # $NetBSD: Makefile,v 1.2 1997/06/12 16:18:50 mrg Exp $ PROG= swapctl diff --git a/sbin/swapctl/swapctl.8 b/sbin/swapctl/swapctl.8 index 7546c833347..a0257e22e84 100644 --- a/sbin/swapctl/swapctl.8 +++ b/sbin/swapctl/swapctl.8 @@ -1,3 +1,4 @@ +.\" $OpenBSD: swapctl.8,v 1.7 2000/02/26 04:06:23 hugh Exp $ .\" $NetBSD: swapctl.8,v 1.14 1998/05/22 18:27:52 msaitoh Exp $ .\" .\" Copyright (c) 1997 Matthew R. Green diff --git a/sbin/swapctl/swapctl.c b/sbin/swapctl/swapctl.c index 6494137ec7b..1997cb0c3ee 100644 --- a/sbin/swapctl/swapctl.c +++ b/sbin/swapctl/swapctl.c @@ -1,3 +1,4 @@ +/* $OpenBSD: swapctl.c,v 1.2 2000/02/26 04:06:23 hugh Exp $ */ /* $NetBSD: swapctl.c,v 1.9 1998/07/26 20:23:15 mycroft Exp $ */ /* diff --git a/sbin/swapctl/swapctl.h b/sbin/swapctl/swapctl.h index 0e25838234f..596d5989b60 100644 --- a/sbin/swapctl/swapctl.h +++ b/sbin/swapctl/swapctl.h @@ -1,3 +1,4 @@ +/* $OpenBSD: swapctl.h,v 1.2 2000/02/26 04:06:23 hugh Exp $ */ /* $NetBSD: swapctl.h,v 1.2 1997/10/10 05:39:54 mrg Exp $ */ /* diff --git a/sbin/swapctl/swaplist.c b/sbin/swapctl/swaplist.c index 749e381fa79..695642c040a 100644 --- a/sbin/swapctl/swaplist.c +++ b/sbin/swapctl/swaplist.c @@ -1,3 +1,4 @@ +/* $OpenBSD: swaplist.c,v 1.3 2000/02/26 04:06:23 hugh Exp $ */ /* $NetBSD: swaplist.c,v 1.8 1998/10/08 10:00:31 mrg Exp $ */ /* |