diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-11-22 10:58:58 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-11-22 10:58:58 +0000 |
| commit | 140932d6d85b561ad06abe5006a5e973a7713c45 (patch) | |
| tree | be1d2469fd1ab2ab0df6164fbc91fb7bbbdd80f5 /libexec/atrun | |
| parent | 324ec40db3d437d18da21aa07a7ae4d4ecd9c157 (diff) | |
Diffstat (limited to 'libexec/atrun')
| -rw-r--r-- | libexec/atrun/Makefile | 2 | ||||
| -rw-r--r-- | libexec/atrun/atrun.8 | 2 | ||||
| -rw-r--r-- | libexec/atrun/atrun.c | 2 | ||||
| -rw-r--r-- | libexec/atrun/atrun.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/libexec/atrun/Makefile b/libexec/atrun/Makefile index 27b8ea3f922e..b0203560b451 100644 --- a/libexec/atrun/Makefile +++ b/libexec/atrun/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.2 1993/12/05 12:26:10 cgd Exp $ +# Makefile,v 1.1 1994/01/05 01:02:56 nate Exp PROG= atrun MAN8= atrun.8 diff --git a/libexec/atrun/atrun.8 b/libexec/atrun/atrun.8 index ed6e359bfa2a..ef42aa0cb341 100644 --- a/libexec/atrun/atrun.8 +++ b/libexec/atrun/atrun.8 @@ -27,7 +27,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: atrun.8,v 1.1 1994/01/05 01:02:58 nate Exp $ +.\" atrun.8,v 1.2 1994/01/05 01:03:58 nate Exp .\" .Dd December 5, 1993 .Dt ATRUN 8 diff --git a/libexec/atrun/atrun.c b/libexec/atrun/atrun.c index 3b84ec9290c3..4daa601db5d1 100644 --- a/libexec/atrun/atrun.c +++ b/libexec/atrun/atrun.c @@ -54,7 +54,7 @@ /* File scope variables */ static char *namep; -static char rcsid[] = "$Id: atrun.c,v 1.1 1993/12/05 11:36:38 cgd Exp $"; +static char rcsid[] = "atrun.c,v 1.1 1994/01/05 01:03:00 nate Exp"; /* Local functions */ static void diff --git a/libexec/atrun/atrun.h b/libexec/atrun/atrun.h index be0588a78e45..f45b9fa8f769 100644 --- a/libexec/atrun/atrun.h +++ b/libexec/atrun/atrun.h @@ -27,7 +27,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: atrun.h,v 1.1 1993/12/05 11:36:45 cgd Exp $ + * atrun.h,v 1.1 1994/01/05 01:03:02 nate Exp */ #define ATRUN_MAXLOAD 1.5 |
