]> git.pld-linux.org Git - packages/at.git/blame - at-lockfile.patch
[3.1.7-6]
[packages/at.git] / at-lockfile.patch
CommitLineData
3db29d5f 1diff -Nur at-3.1.8/at.c at-3.1.8.pld/at.c
2--- at-3.1.8/at.c Sun Sep 28 22:00:37 1997
3+++ at-3.1.8.pld/at.c Thu Dec 31 11:31:39 1998
4@@ -199,7 +199,7 @@
5 fscanf(fid, "%5lx", &jobno);
6 rewind(fid);
7 } else {
8- fid = fopen(ATJOB_DIR "/.SEQ", "w");
9+ fid = fopen(LFILE, "w");
10 if (fid == NULL)
11 return EOF;
12 }
This page took 0.053954 seconds and 4 git commands to generate.