diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1997-02-22 14:22:49 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1997-02-22 14:22:49 +0000 |
| commit | 9e522f7a18a64d3b9ea901ed70d0eee78342f0c6 (patch) | |
| tree | 675e78759fe0f81ec0897b596c2b111ceedef8ad /libexec/atrun | |
| parent | b97fa2ef508bb1cc99621edb8b6d03845b55b8bd (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 936005d57c5a..2cd9453a7c34 100644 --- a/libexec/atrun/LEGAL +++ b/libexec/atrun/LEGAL @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ -----BEGIN PGP SIGNED MESSAGE----- diff --git a/libexec/atrun/Makefile b/libexec/atrun/Makefile index 3bbad78dc06c..118bed195042 100644 --- a/libexec/atrun/Makefile +++ b/libexec/atrun/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ MAINSRC= ${.CURDIR}/../../usr.bin/at diff --git a/libexec/atrun/atrun.c b/libexec/atrun/atrun.c index 479881f521f3..ffb28832ebb1 100644 --- a/libexec/atrun/atrun.c +++ b/libexec/atrun/atrun.c @@ -71,7 +71,7 @@ /* File scope variables */ static char *namep; -static char rcsid[] = "$FreeBSD$"; +static char rcsid[] = "$Id$"; static debug = 0; void perr(const char *a); diff --git a/libexec/atrun/atrun.man b/libexec/atrun/atrun.man index 67ffe7dd7da3..b33de6877b83 100644 --- a/libexec/atrun/atrun.man +++ b/libexec/atrun/atrun.man @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $Id$ .Dd April 12, 1995 .Dt ATRUN 8 .Os "FreeBSD 2.1" diff --git a/libexec/atrun/gloadavg.c b/libexec/atrun/gloadavg.c index b13c0c8700b2..289fa29221b2 100644 --- a/libexec/atrun/gloadavg.c +++ b/libexec/atrun/gloadavg.c @@ -39,7 +39,7 @@ /* File scope variables */ -static char rcsid[] = "$FreeBSD$"; +static char rcsid[] = "$Id$"; /* Global functions */ diff --git a/libexec/atrun/gloadavg.h b/libexec/atrun/gloadavg.h index 48890ce54b59..24c4e12a8ad5 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[] = "$Id$"; #endif |
