at/at-3.1.14-nowrap.patch

13 lines
394 B
Diff

diff -up at-3.1.14/at.c.wrap at-3.1.14/at.c
--- at-3.1.14/at.c.wrap 2013-12-02 15:42:10.000000000 +0100
+++ at-3.1.14/at.c 2013-12-02 15:45:42.679092990 +0100
@@ -304,7 +304,7 @@ writefile(time_t runtimer, char queue)
if (*ap == ' ')
*ap = '0';
- if (stat(atfile, &statbuf) != 0)
+ /*if (stat(atfile, &statbuf) != 0)
if (errno != ENOENT)
perr("Cannot access " ATJOB_DIR);