at/at-3.1.8-perr.patch
cvsdist 5b1e33b428 auto-import changelog data from at-3.1.8-30.src.rpm
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.
2004-09-09 03:15:31 +00:00

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");