diff options
| author | jtc <jtc@NetBSD.org> | 1994-01-12 18:34:24 +0000 |
|---|---|---|
| committer | jtc <jtc@NetBSD.org> | 1994-01-12 18:34:24 +0000 |
| commit | 59f16ac068cfb8e5df5a988f68a665f38e28ebee (patch) | |
| tree | b0081f022f459e410acfcf82f52957828e55b428 /libexec | |
| parent | 9226580db9676a55a32cb475b1c111e08cc79524 (diff) | |
Vixie Cron 3.0-prerelease, patch 11
Diffstat (limited to 'libexec')
| -rw-r--r-- | libexec/cron/INSTALL | 22 | ||||
| -rw-r--r-- | libexec/cron/compat.c | 5 |
2 files changed, 20 insertions, 7 deletions
diff --git a/libexec/cron/INSTALL b/libexec/cron/INSTALL index 27dd6cf3cf5..1043d08a8d9 100644 --- a/libexec/cron/INSTALL +++ b/libexec/cron/INSTALL @@ -1,7 +1,21 @@ -$Id: INSTALL,v 1.1.1.1 1994/01/05 20:40:12 jtc Exp $ - -*** This does not work on ATT SysV yet, and given the feature overlap, - it may never do so. +/* Copyright 1993,1994 by Paul Vixie + * All rights reserved + * + * Distribute freely, except: don't remove my name from the source or + * documentation (don't take credit for my work), mark your changes (don't + * get me blamed for your possible bugs), don't alter or remove this + * notice. May be sold if buildable source is provided to buyer. No + * warrantee of any kind, express or implied, is included with this + * software; use at your own risk, responsibility for damages (if any) to + * anyone resulting from the use of this software rests entirely with the + * user. + * + * Send bug reports, bug fixes, enhancements, requests, flames, etc., and + * I'll try to keep a version up to date. I can be reached as follows: + * Paul Vixie <paul@vix.com> uunet!decwrl!vixie!paul + */ + +$Id: INSTALL,v 1.1.1.2 1994/01/12 18:34:24 jtc Exp $ Read the comments at the top of the Makefile, then edit the area marked 'configurable stuff'. diff --git a/libexec/cron/compat.c b/libexec/cron/compat.c index 779aaa93fb6..e729ca7a6a9 100644 --- a/libexec/cron/compat.c +++ b/libexec/cron/compat.c @@ -1,4 +1,4 @@ -/* Copyright 1988,1990,1993 by Paul Vixie +/* Copyright 1988,1990,1993,1994 by Paul Vixie * All rights reserved * * Distribute freely, except: don't remove my name from the source or @@ -16,7 +16,7 @@ */ #if !defined(lint) && !defined(LINT) -static char rcsid[] = "$Id: compat.c,v 1.1.1.1 1994/01/05 20:40:13 jtc Exp $"; +static char rcsid[] = "$Id: compat.c,v 1.1.1.2 1994/01/12 18:35:27 jtc Exp $"; #endif /* vix 30dec93 [broke this out of misc.c - see RCS log for history] @@ -25,7 +25,6 @@ static char rcsid[] = "$Id: compat.c,v 1.1.1.1 1994/01/05 20:40:13 jtc Exp $"; #include "cron.h" -#include "externs.h" #ifdef NEED_GETDTABLESIZE # include <limits.h> #endif |
