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 /libexec/atrun | |
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 'libexec/atrun')
-rw-r--r-- | libexec/atrun/LEGAL | 2 | ||||
-rw-r--r-- | libexec/atrun/Makefile | 2 | ||||
-rw-r--r-- | libexec/atrun/atrun.c | 2 | ||||
-rw-r--r-- | libexec/atrun/atrun.man | 2 | ||||
-rw-r--r-- | libexec/atrun/gloadavg.c | 2 | ||||
-rw-r--r-- | libexec/atrun/gloadavg.h | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/libexec/atrun/LEGAL b/libexec/atrun/LEGAL index 2cd9453..936005d 100644 --- a/libexec/atrun/LEGAL +++ b/libexec/atrun/LEGAL @@ -1,4 +1,4 @@ -# $Id$ +# $FreeBSD$ -----BEGIN PGP SIGNED MESSAGE----- diff --git a/libexec/atrun/Makefile b/libexec/atrun/Makefile index 5e47abf..3bbad78 100644 --- a/libexec/atrun/Makefile +++ b/libexec/atrun/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.3 1995/08/21 12:34:16 ache Exp $ +# $FreeBSD$ MAINSRC= ${.CURDIR}/../../usr.bin/at diff --git a/libexec/atrun/atrun.c b/libexec/atrun/atrun.c index 8ff1bfa..479881f 100644 --- a/libexec/atrun/atrun.c +++ b/libexec/atrun/atrun.c @@ -71,7 +71,7 @@ /* File scope variables */ static char *namep; -static char rcsid[] = "$Id: atrun.c,v 1.5 1995/08/21 12:34:17 ache Exp $"; +static char rcsid[] = "$FreeBSD$"; static debug = 0; void perr(const char *a); diff --git a/libexec/atrun/atrun.man b/libexec/atrun/atrun.man index abce667..67ffe7d 100644 --- a/libexec/atrun/atrun.man +++ b/libexec/atrun/atrun.man @@ -1,4 +1,4 @@ -.\" $Id: atrun.man,v 1.1 1994/05/10 18:23:08 kernel Exp $ +.\" $FreeBSD$ .Dd April 12, 1995 .Dt ATRUN 8 .Os "FreeBSD 2.1" diff --git a/libexec/atrun/gloadavg.c b/libexec/atrun/gloadavg.c index 6e996f0..b13c0c8 100644 --- a/libexec/atrun/gloadavg.c +++ b/libexec/atrun/gloadavg.c @@ -39,7 +39,7 @@ /* File scope variables */ -static char rcsid[] = "$Id: gloadavg.c,v 1.2 1995/08/10 04:06:54 ache Exp $"; +static char rcsid[] = "$FreeBSD$"; /* Global functions */ diff --git a/libexec/atrun/gloadavg.h b/libexec/atrun/gloadavg.h index c7e2c2c..48890ce 100644 --- a/libexec/atrun/gloadavg.h +++ b/libexec/atrun/gloadavg.h @@ -25,5 +25,5 @@ double gloadavg(void); #if 0 -static char atrun_h_rcsid[] = "$Id: gloadavg.h,v 1.2 1995/08/10 04:06:55 ache Exp $"; +static char atrun_h_rcsid[] = "$FreeBSD$"; #endif |