diff options
author | peter <peter@FreeBSD.org> | 1997-02-22 14:22:49 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1997-02-22 14:22:49 +0000 |
commit | 090fb430f117cbbf541214c39f88eb57afb71d15 (patch) | |
tree | 675e78759fe0f81ec0897b596c2b111ceedef8ad /libexec/atrun | |
parent | 83b3c2c1614c7caa6fd6a6eb52f6b74876ae61dd (diff) | |
download | FreeBSD-src-090fb430f117cbbf541214c39f88eb57afb71d15.zip FreeBSD-src-090fb430f117cbbf541214c39f88eb57afb71d15.tar.gz |
Revert $FreeBSD$ to $Id$
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 936005d..2cd9453 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 3bbad78..118bed1 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 479881f..ffb2883 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 67ffe7d..b33de68 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 b13c0c8..289fa29 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 48890ce..24c4e12 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 |