diff options
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 af8be572d5cd0..4b1b49dd3a264 100644 --- a/libexec/atrun/LEGAL +++ b/libexec/atrun/LEGAL @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/libexec/atrun/LEGAL,v 1.5 1999/08/28 00:09:11 peter Exp $ -----BEGIN PGP SIGNED MESSAGE----- diff --git a/libexec/atrun/Makefile b/libexec/atrun/Makefile index 563e10196549d..152b3359a6abf 100644 --- a/libexec/atrun/Makefile +++ b/libexec/atrun/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/libexec/atrun/Makefile,v 1.7 1999/08/28 00:09:11 peter Exp $ MAINSRC= ${.CURDIR}/../../usr.bin/at diff --git a/libexec/atrun/atrun.c b/libexec/atrun/atrun.c index ae9ebc916a90d..07ce8b462044b 100644 --- a/libexec/atrun/atrun.c +++ b/libexec/atrun/atrun.c @@ -25,7 +25,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/libexec/atrun/atrun.c,v 1.14 1999/08/28 00:09:11 peter Exp $"; #endif /* not lint */ /* System Headers */ diff --git a/libexec/atrun/atrun.man b/libexec/atrun/atrun.man index a157f2af4cb54..2a209e9348994 100644 --- a/libexec/atrun/atrun.man +++ b/libexec/atrun/atrun.man @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/libexec/atrun/atrun.man,v 1.7 1999/08/28 00:09:12 peter Exp $ .Dd April 12, 1995 .Dt ATRUN 8 .Os FreeBSD 2.1 diff --git a/libexec/atrun/gloadavg.c b/libexec/atrun/gloadavg.c index 6cffe5a4cfec6..c4ecce647e8c8 100644 --- a/libexec/atrun/gloadavg.c +++ b/libexec/atrun/gloadavg.c @@ -25,7 +25,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/libexec/atrun/gloadavg.c,v 1.5 1999/08/28 00:09:12 peter Exp $"; #endif /* not lint */ #ifndef __FreeBSD__ diff --git a/libexec/atrun/gloadavg.h b/libexec/atrun/gloadavg.h index 48890ce54b59e..3ead6ca6843be 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[] = "$FreeBSD$"; +static char atrun_h_rcsid[] = "$FreeBSD: src/libexec/atrun/gloadavg.h,v 1.4 1999/08/28 00:09:12 peter Exp $"; #endif |