diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-01-14 07:20:47 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-01-14 07:20:47 +0000 |
commit | 1130b656e5fe4c2d1ba299e024d1b40eaeebd380 (patch) | |
tree | 1ee435de0c816086549d85bbabfe30ead7f413ec /usr.sbin/pppstats | |
parent | aac45e814cf997f0df77795a3c06385075ef005a (diff) |
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.
Notes
Notes:
svn path=/head/; revision=21673
Diffstat (limited to 'usr.sbin/pppstats')
-rw-r--r-- | usr.sbin/pppstats/Makefile | 2 | ||||
-rw-r--r-- | usr.sbin/pppstats/pppstats.8 | 2 | ||||
-rw-r--r-- | usr.sbin/pppstats/pppstats.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/pppstats/Makefile b/usr.sbin/pppstats/Makefile index b1e209ee7c41..2961cc44cec3 100644 --- a/usr.sbin/pppstats/Makefile +++ b/usr.sbin/pppstats/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile.bsd,v 1.4 1995/04/28 06:23:18 paulus Exp $ +# $FreeBSD$ PROG= pppstats SRCS= pppstats.c diff --git a/usr.sbin/pppstats/pppstats.8 b/usr.sbin/pppstats/pppstats.8 index 3ec4db0364e2..cde3a6055d8a 100644 --- a/usr.sbin/pppstats/pppstats.8 +++ b/usr.sbin/pppstats/pppstats.8 @@ -1,4 +1,4 @@ -.\" @(#) $Id: pppstats.8,v 1.2 1995/05/02 05:50:53 paulus Exp $ +.\" @(#) $FreeBSD$ .TH PPPSTATS 8 "2 May 1995" .SH NAME pppstats \- print PPP statistics diff --git a/usr.sbin/pppstats/pppstats.c b/usr.sbin/pppstats/pppstats.c index 5ae1809f4030..111e1b7d0215 100644 --- a/usr.sbin/pppstats/pppstats.c +++ b/usr.sbin/pppstats/pppstats.c @@ -37,7 +37,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: pppstats.c,v 1.6 1995/10/31 21:41:59 peter Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif #include <sys/param.h> |