diff options
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 27b8ea3f922eb..b0203560b451d 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 ed6e359bfa2a2..ef42aa0cb341f 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 3b84ec9290c38..4daa601db5d1e 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 be0588a78e452..f45b9fa8f7696 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 |