5b1e33b428
Fri Jul 19 2002 Bill Huang <bhuang@redhat.com> - Apply the patch from Mike Gahanagan <mgahagan@redhat.com> to fix cleaning atq and multiple atd daemon.(bug#67414) Fri Jul 19 2002 Bill Huang <bhuang@redhat.com> - Fixed error message output in atd.c Fri Jun 21 2002 Tim Powers <timp@redhat.com> - automated rebuild Mon May 27 2002 Bill Huang <bhuang@redhat.com> - Rebuild for Milan Thu May 23 2002 Tim Powers <timp@redhat.com> - automated rebuild Fri Feb 01 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.1.8-25 - Require smtpdaemon rather than sendmail - postfix works just as well. Thu Jan 31 2002 Bill Nottingham <notting@redhat.com> 3.1.8-24 - rebuild in new env.
13 lines
398 B
Diff
13 lines
398 B
Diff
--- at-3.1.8/atd.c.org 2002-07-19 16:20:24.000000000 +0900
|
|
+++ at-3.1.8/atd.c 2002-07-19 16:22:30.000000000 +0900
|
|
@@ -453,7 +453,8 @@
|
|
#elif defined(MAILX)
|
|
execl(MAILX, "mailx", mailname, (char *) NULL);
|
|
#else
|
|
-#error "No mail command specified."
|
|
+/*#error "No mail command specified."*/
|
|
+ perr("No mail command specified.");
|
|
#endif
|
|
perr("Exec failed for mail command");
|
|
|