cvsdist a34e68
--- at-3.1.7/at.c.lockfile	Wed Oct 22 17:56:22 1997
cvsdist a34e68
+++ at-3.1.7/at.c	Wed Oct 22 17:56:40 1997
cvsdist a34e68
@@ -199,7 +199,7 @@
cvsdist a34e68
 	fscanf(fid, "%5lx", &jobno);
cvsdist a34e68
 	rewind(fid);
cvsdist a34e68
     } else {
cvsdist a34e68
-	fid = fopen(ATJOB_DIR "/.SEQ", "w");
cvsdist a34e68
+	fid = fopen(LFILE, "w");
cvsdist a34e68
 	if (fid == NULL)
cvsdist a34e68
 	    return EOF;
cvsdist a34e68
     }