]> git.pld-linux.org Git - packages/anacron.git/blame - anacron-sendmail.patch
- use /usr/lib/sendmail instead /usr/sbin/sendmail.
[packages/anacron.git] / anacron-sendmail.patch
CommitLineData
05c27512 1--- anacron-2.3/global.h~ Mon Apr 22 07:42:35 2002
2+++ anacron-2.3/global.h Mon Apr 22 07:42:35 2002
3@@ -32,7 +32,7 @@
4 #define DEBUG_LEVEL LOG_DEBUG /* only used when DEBUG is defined */
5
6 /* Mail interface. (All MTAs should supply this command) */
7-#define SENDMAIL "/usr/sbin/sendmail"
8+#define SENDMAIL "/usr/lib/sendmail"
9
10 /* End of user-configurable section */
11
This page took 0.026534 seconds and 4 git commands to generate.