diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-06-23 14:32:54 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-06-23 14:32:54 +0000 |
commit | ee6961ddca5997df33c6cd3d6a3b1d923481bbd2 (patch) | |
tree | d0c5a8ce449174adb1446885a3852074d1bf406d /sbin/swapon | |
parent | a3ac5dbadb5694f6713891634647a7cef4553c0f (diff) |
update rcsid
Diffstat (limited to 'sbin/swapon')
-rw-r--r-- | sbin/swapon/Makefile | 2 | ||||
-rw-r--r-- | sbin/swapon/swapon.8 | 1 | ||||
-rw-r--r-- | sbin/swapon/swapon.c | 3 |
3 files changed, 4 insertions, 2 deletions
diff --git a/sbin/swapon/Makefile b/sbin/swapon/Makefile index 1cc7aaa3555..a25aff80ea7 100644 --- a/sbin/swapon/Makefile +++ b/sbin/swapon/Makefile @@ -1,5 +1,5 @@ +# $OpenBSD: Makefile,v 1.2 1996/06/23 14:32:45 deraadt Exp $ # $NetBSD: Makefile,v 1.7 1995/03/18 15:01:16 cgd Exp $ -# @(#)Makefile 8.1 (Berkeley) 6/5/93 PROG= swapon MAN= swapon.8 diff --git a/sbin/swapon/swapon.8 b/sbin/swapon/swapon.8 index 85b6c8f37d9..f4b864207c6 100644 --- a/sbin/swapon/swapon.8 +++ b/sbin/swapon/swapon.8 @@ -1,3 +1,4 @@ +.\" $OpenBSD: swapon.8,v 1.2 1996/06/23 14:32:46 deraadt Exp $ .\" $NetBSD: swapon.8,v 1.8 1995/08/18 14:51:35 pk Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 diff --git a/sbin/swapon/swapon.c b/sbin/swapon/swapon.c index f805542ae74..1513c8e2352 100644 --- a/sbin/swapon/swapon.c +++ b/sbin/swapon/swapon.c @@ -1,3 +1,4 @@ +/* $OpenBSD: swapon.c,v 1.2 1996/06/23 14:32:46 deraadt Exp $ */ /* $NetBSD: swapon.c,v 1.7 1995/03/18 15:01:18 cgd Exp $ */ /* @@ -43,7 +44,7 @@ static char copyright[] = #if 0 static char sccsid[] = "@(#)swapon.c 8.1 (Berkeley) 6/5/93"; #else -static char rcsid[] = "$NetBSD: swapon.c,v 1.7 1995/03/18 15:01:18 cgd Exp $"; +static char rcsid[] = "$OpenBSD: swapon.c,v 1.2 1996/06/23 14:32:46 deraadt Exp $"; #endif #endif /* not lint */ |