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/ifconfig | |
parent | a3ac5dbadb5694f6713891634647a7cef4553c0f (diff) |
update rcsid
Diffstat (limited to 'sbin/ifconfig')
-rw-r--r-- | sbin/ifconfig/Makefile | 2 | ||||
-rw-r--r-- | sbin/ifconfig/ifconfig.8 | 1 | ||||
-rw-r--r-- | sbin/ifconfig/ifconfig.c | 3 |
3 files changed, 4 insertions, 2 deletions
diff --git a/sbin/ifconfig/Makefile b/sbin/ifconfig/Makefile index cfc07b3fd2d..cc1bfba1073 100644 --- a/sbin/ifconfig/Makefile +++ b/sbin/ifconfig/Makefile @@ -1,5 +1,5 @@ +# $OpenBSD: Makefile,v 1.2 1996/06/23 14:30:46 deraadt Exp $ # $NetBSD: Makefile,v 1.7 1995/03/18 14:56:21 cgd Exp $ -# @(#)Makefile 8.1 (Berkeley) 6/5/93 PROG= ifconfig MAN= ifconfig.8 diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8 index d8de8a723a2..ef02d124a99 100644 --- a/sbin/ifconfig/ifconfig.8 +++ b/sbin/ifconfig/ifconfig.8 @@ -1,3 +1,4 @@ +.\" $OpenBSD: ifconfig.8,v 1.3 1996/06/23 14:30:47 deraadt Exp $ .\" $NetBSD: ifconfig.8,v 1.11 1996/01/04 21:27:29 pk Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 diff --git a/sbin/ifconfig/ifconfig.c b/sbin/ifconfig/ifconfig.c index 3890ae21a81..3baa4283403 100644 --- a/sbin/ifconfig/ifconfig.c +++ b/sbin/ifconfig/ifconfig.c @@ -1,3 +1,4 @@ +/* $OpenBSD: ifconfig.c,v 1.3 1996/06/23 14:30:47 deraadt Exp $ */ /* $NetBSD: ifconfig.c,v 1.22 1996/01/04 20:11:20 pk Exp $ */ /* @@ -43,7 +44,7 @@ static char copyright[] = #if 0 static char sccsid[] = "@(#)ifconfig.c 8.2 (Berkeley) 2/16/94"; #else -static char rcsid[] = "$NetBSD: ifconfig.c,v 1.22 1996/01/04 20:11:20 pk Exp $"; +static char rcsid[] = "$OpenBSD: ifconfig.c,v 1.3 1996/06/23 14:30:47 deraadt Exp $"; #endif #endif /* not lint */ |