]> git.pld-linux.org Git - packages/courier.git/blob - courier-sendmail_dir.patch
- release 1
[packages/courier.git] / courier-sendmail_dir.patch
1 diff -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  
21 diff -Nur old/courier/Makefile.am new/courier/Makefile.am
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 @@
25  extrabin=maildrop lockmail reformail reformime mailbot mimegpg \
26         imapd makemime deliverquota maildirmake maildiracl maildirkw
27  
28 -bin_PROGRAMS=cancelmsg mailq sendmail \
29 +bin_PROGRAMS=cancelmsg mailq \
30         testmxlookup dotforward \
31         couriermlm \
32         courier-config @couriertls@ @EXTRABIN@
33 @@ -60,7 +60,7 @@
34         authenumerate$(EXEEXT) \
35         sharedindexsplit sharedindexinstall
36  
37 -sbin_PROGRAMS=courier showconfig showmodules \
38 +sbin_PROGRAMS=courier showconfig showmodules sendmail \
39         @COURIERLDAPALIASD@ @EXTRASBIN@
40  
41  sysconf_DATA=pop3d.authpam imapd.authpam webmail.authpam imapd.cnf pop3d.cnf \
This page took 0.060773 seconds and 3 git commands to generate.