]> git.pld-linux.org Git - packages/courier.git/blame - courier-sendmail_dir.patch
- release 1
[packages/courier.git] / courier-sendmail_dir.patch
CommitLineData
55c98cf2
AA
1diff -Nur old/courier/cmlm.h new/courier/cmlm.h
2--- old/courier/cmlm.h 2001-08-05 20:00:33.000000000 +0000
3+++ new/courier/cmlm.h 2004-10-06 19:10:33.000000000 +0000
4@@ -18,6 +18,7 @@
5
6 using namespace std;
7
8+#define SBINDIR "/usr/sbin"
9 #define TMP "tmp"
10 #define TMPLOCK "tmp.lock"
11
12@@ -52,7 +53,7 @@
13
14 #include "bindir.h"
15
16-#define SENDMAIL BINDIR "/sendmail"
17+#define SENDMAIL SBINDIR "/sendmail"
18 #define REFORMIME BINDIR "/reformime"
19 #define MAXRCPTS 20
20
185d64f0 21diff -Nur old/courier/Makefile.am new/courier/Makefile.am
6766f444
AA
22--- old/courier/Makefile.am 2004-01-11 05:37:59.000000000 +0000
23+++ new/courier/Makefile.am 2004-03-16 18:20:36.000000000 +0000
24@@ -51,7 +51,7 @@
185d64f0 25 extrabin=maildrop lockmail reformail reformime mailbot mimegpg \
6766f444 26 imapd makemime deliverquota maildirmake maildiracl maildirkw
185d64f0
AA
27
28-bin_PROGRAMS=cancelmsg mailq sendmail \
29+bin_PROGRAMS=cancelmsg mailq \
30 testmxlookup dotforward \
31 couriermlm \
32 courier-config @couriertls@ @EXTRABIN@
6766f444
AA
33@@ -60,7 +60,7 @@
34 authenumerate$(EXEEXT) \
35 sharedindexsplit sharedindexinstall
185d64f0
AA
36
37-sbin_PROGRAMS=courier showconfig showmodules \
6766f444 38+sbin_PROGRAMS=courier showconfig showmodules sendmail \
185d64f0
AA
39 @COURIERLDAPALIASD@ @EXTRASBIN@
40
41 sysconf_DATA=pop3d.authpam imapd.authpam webmail.authpam imapd.cnf pop3d.cnf \
This page took 0.116976 seconds and 4 git commands to generate.