From: kloczek Date: Mon, 22 Apr 2002 05:44:07 +0000 (+0000) Subject: - use /usr/lib/sendmail instead /usr/sbin/sendmail. X-Git-Tag: anacron-2_3-20~1 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fanacron.git;a=commitdiff_plain;h=05c27512a455cc89c8e80e545b65eb6eef1645ca - use /usr/lib/sendmail instead /usr/sbin/sendmail. Changed files: anacron-sendmail.patch -> 1.1 --- diff --git a/anacron-sendmail.patch b/anacron-sendmail.patch new file mode 100644 index 0000000..febe302 --- /dev/null +++ b/anacron-sendmail.patch @@ -0,0 +1,11 @@ +--- anacron-2.3/global.h~ Mon Apr 22 07:42:35 2002 ++++ anacron-2.3/global.h Mon Apr 22 07:42:35 2002 +@@ -32,7 +32,7 @@ + #define DEBUG_LEVEL LOG_DEBUG /* only used when DEBUG is defined */ + + /* Mail interface. (All MTAs should supply this command) */ +-#define SENDMAIL "/usr/sbin/sendmail" ++#define SENDMAIL "/usr/lib/sendmail" + + /* End of user-configurable section */ +