]> git.pld-linux.org Git - packages/anacron.git/commitdiff
- use /usr/lib/sendmail instead /usr/sbin/sendmail.
authorkloczek <kloczek@pld-linux.org>
Mon, 22 Apr 2002 05:44:07 +0000 (05:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    anacron-sendmail.patch -> 1.1

anacron-sendmail.patch [new file with mode: 0644]

diff --git a/anacron-sendmail.patch b/anacron-sendmail.patch
new file mode 100644 (file)
index 0000000..febe302
--- /dev/null
@@ -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 */
This page took 0.069567 seconds and 4 git commands to generate.