bd38e4
diff -up at-3.1.12/at.c.nowrap at-3.1.12/at.c
bd38e4
--- at-3.1.12/at.c.nowrap	2010-02-18 14:39:50.125518422 +0100
bd38e4
+++ at-3.1.12/at.c	2010-02-22 13:20:03.817150406 +0100
bd38e4
@@ -308,10 +308,13 @@ writefile(time_t runtimer, char queue)
bd38e4
 	    if (*ap == ' ')
bd38e4
 		*ap = '0';
bd38e4
 
bd38e4
-	if (stat(atfile, &statbuf) != 0)
bd38e4
+	/*if (stat(atfile, &statbuf) != 0) {
bd38e4
 	    if (errno != ENOENT)
bd38e4
 		perr("Cannot access " ATJOB_DIR);
bd38e4
-
bd38e4
+	} else {
bd38e4
+	    perr("atjob file already exists; bailing");
bd38e4
+	}
bd38e4
+	*/
bd38e4
 	/* Create the file. The x bit is only going to be set after it has
bd38e4
 	 * been completely written out, to make sure it is not executed in the
bd38e4
 	 * meantime.  To make sure they do not get deleted, turn off their r