diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1999-08-28 00:22:10 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1999-08-28 00:22:10 +0000 |
| commit | 7f3dea244c40159a41ab22da77a434d7c5b5e85a (patch) | |
| tree | 0cf37f427c704496510156e28ccd8cd233f9d688 /libexec/atrun | |
| parent | e6c8b48d908090e196f36bb181e0f8b5c7c80f1a (diff) | |
Notes
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 2cd9453a7c34..af8be572d5cd 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 118bed195042..563e10196549 100644 --- a/libexec/atrun/Makefile +++ b/libexec/atrun/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $FreeBSD$ MAINSRC= ${.CURDIR}/../../usr.bin/at diff --git a/libexec/atrun/atrun.c b/libexec/atrun/atrun.c index d8e3a862088c..ae9ebc916a90 100644 --- a/libexec/atrun/atrun.c +++ b/libexec/atrun/atrun.c @@ -25,7 +25,7 @@ #ifndef lint static const char rcsid[] = - "$Id: atrun.c,v 1.12 1997/11/20 07:21:50 charnier Exp $"; + "$FreeBSD$"; #endif /* not lint */ /* System Headers */ diff --git a/libexec/atrun/atrun.man b/libexec/atrun/atrun.man index 5f7d8107c77a..a157f2af4cb5 100644 --- a/libexec/atrun/atrun.man +++ b/libexec/atrun/atrun.man @@ -1,4 +1,4 @@ -.\" $Id: atrun.man,v 1.5 1998/07/01 05:47:58 jkoshy 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 40e871397eeb..6cffe5a4cfec 100644 --- a/libexec/atrun/gloadavg.c +++ b/libexec/atrun/gloadavg.c @@ -25,7 +25,7 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* not lint */ #ifndef __FreeBSD__ diff --git a/libexec/atrun/gloadavg.h b/libexec/atrun/gloadavg.h index 24c4e12a8ad5..48890ce54b59 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$"; +static char atrun_h_rcsid[] = "$FreeBSD$"; #endif |
