diff options
author | jkh <jkh@FreeBSD.org> | 1997-01-14 07:20:47 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1997-01-14 07:20:47 +0000 |
commit | 808a36ef658c1810327b5d329469bcf5dad24b28 (patch) | |
tree | 1ee435de0c816086549d85bbabfe30ead7f413ec /sbin/ifconfig | |
parent | 058c86d9e8b4a705d2d3f2c0b52d63a2534e97e3 (diff) | |
download | FreeBSD-src-808a36ef658c1810327b5d329469bcf5dad24b28.zip FreeBSD-src-808a36ef658c1810327b5d329469bcf5dad24b28.tar.gz |
Make the long-awaited change from $Id$ to $FreeBSD$
This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.
Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.
Diffstat (limited to 'sbin/ifconfig')
-rw-r--r-- | sbin/ifconfig/Makefile | 2 | ||||
-rw-r--r-- | sbin/ifconfig/ifconfig.8 | 2 | ||||
-rw-r--r-- | sbin/ifconfig/ifconfig.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sbin/ifconfig/Makefile b/sbin/ifconfig/Makefile index 28fdd26..ad038ca 100644 --- a/sbin/ifconfig/Makefile +++ b/sbin/ifconfig/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.1 (Berkeley) 6/5/93 -# $Id$ +# $FreeBSD$ PROG= ifconfig MAN8= ifconfig.8 diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8 index 83cf193..3cc6242 100644 --- a/sbin/ifconfig/ifconfig.8 +++ b/sbin/ifconfig/ifconfig.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" From: @(#)ifconfig.8 8.3 (Berkeley) 1/5/94 -.\" $Id: ifconfig.8,v 1.9 1996/09/04 20:21:47 julian Exp $ +.\" $FreeBSD$ .\" .Dd February 13, 1996 .Dt IFCONFIG 8 diff --git a/sbin/ifconfig/ifconfig.c b/sbin/ifconfig/ifconfig.c index 0a1bc90..116dcd1 100644 --- a/sbin/ifconfig/ifconfig.c +++ b/sbin/ifconfig/ifconfig.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)ifconfig.c 8.2 (Berkeley) 2/16/94"; */ static const char rcsid[] = - "$Id: ifconfig.c,v 1.21 1996/12/10 17:07:17 wollman Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include <sys/param.h> |