summaryrefslogtreecommitdiff
path: root/libexec/atrun
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>1998-07-24 04:57:32 +0000
committercvs2svn <cvs2svn@FreeBSD.org>1998-07-24 04:57:32 +0000
commita8a3fe17f40c9b40fdba5b5a54eccb48a980e821 (patch)
treecbb644b4992b30708378efe709bfa84fe6caddf4 /libexec/atrun
parent95b66175a329d81a892710c81f126f1071ac17a0 (diff)
Diffstat (limited to 'libexec/atrun')
-rw-r--r--libexec/atrun/LEGAL2
-rw-r--r--libexec/atrun/Makefile2
-rw-r--r--libexec/atrun/atrun.c2
-rw-r--r--libexec/atrun/atrun.man2
-rw-r--r--libexec/atrun/gloadavg.c2
-rw-r--r--libexec/atrun/gloadavg.h2
6 files changed, 6 insertions, 6 deletions
diff --git a/libexec/atrun/LEGAL b/libexec/atrun/LEGAL
index 2cd9453a7c34..cc7421810600 100644
--- a/libexec/atrun/LEGAL
+++ b/libexec/atrun/LEGAL
@@ -1,4 +1,4 @@
-# $Id$
+# $Id: LEGAL,v 1.2 1996/09/22 21:51:40 wosch Exp $
-----BEGIN PGP SIGNED MESSAGE-----
diff --git a/libexec/atrun/Makefile b/libexec/atrun/Makefile
index 5e47abfb82f0..62e59dea92a5 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 $
+# $Id: Makefile,v 1.4 1995/08/29 13:42:52 ache Exp $
MAINSRC= ${.CURDIR}/../../usr.bin/at
diff --git a/libexec/atrun/atrun.c b/libexec/atrun/atrun.c
index a104574f691d..48fc1c779878 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.6.2.3 1997/12/12 07:15:34 charnier Exp $";
+ "$Id: atrun.c,v 1.6.2.4 1998/02/18 05:36:39 jkh Exp $";
#endif /* not lint */
/* System Headers */
diff --git a/libexec/atrun/atrun.man b/libexec/atrun/atrun.man
index 95c1a4b34db6..6092fc109bc8 100644
--- a/libexec/atrun/atrun.man
+++ b/libexec/atrun/atrun.man
@@ -1,4 +1,4 @@
-.\" $Id: atrun.man,v 1.1.6.1 1997/12/12 07:15:35 charnier Exp $
+.\" $Id: atrun.man,v 1.1.6.2 1998/07/07 04:49:55 jkoshy 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 7d657e948788..5be8d36c4c9a 100644
--- a/libexec/atrun/gloadavg.c
+++ b/libexec/atrun/gloadavg.c
@@ -25,7 +25,7 @@
#ifndef lint
static const char rcsid[] =
- "$Id: gloadavg.c,v 1.1.2.1 1997/12/12 07:15:37 charnier Exp $";
+ "$Id: gloadavg.c,v 1.1.2.2 1998/02/18 05:37:31 jkh Exp $";
#endif /* not lint */
#ifndef __FreeBSD__
diff --git a/libexec/atrun/gloadavg.h b/libexec/atrun/gloadavg.h
index c7e2c2c7c8cc..e30a2687362e 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[] = "$Id: gloadavg.h,v 1.1 1995/08/21 12:34:18 ache Exp $";
#endif