]> git.pld-linux.org Git - packages/sendmail.git/blob - sendmail-8.10.0-redhat.patch
- ooops - left from tests...
[packages/sendmail.git] / sendmail-8.10.0-redhat.patch
1 --- sendmail-8.10.0/devtools/OS/Linux.redhat    Mon Dec 27 16:54:08 1999
2 +++ sendmail-8.10.0/devtools/OS/Linux   Thu Mar  9 15:37:12 2000
3 @@ -1,9 +1,13 @@
4  #      $Id$
5 +
6  define(`confDEPEND_TYPE', `CC-M')
7  define(`confMANROOT', `/usr/man/man')
8  define(`confLIBS', `-ldl')
9  define(`confEBINDIR', `/usr/sbin')
10 +define(`confSTDIR', `/var/log')
11  APPENDDEF(`confLIBSEARCH', `crypt nsl')
12  
13  define(`confMTLDOPTS', `-lpthread')
14  define(`confLDOPTS_SO', `-shared')
15 +define('confSBINGRP', 'mail')
16 +define('confSBINMODE', '6755')
17 --- sendmail-8.10.0/sendmail/daemon.c.redhat    Thu Mar  2 01:58:02 2000
18 +++ sendmail-8.10.0/sendmail/daemon.c   Thu Mar  9 15:08:16 2000
19 @@ -2499,7 +2499,7 @@
20  
21         /* get result */
22         p = &ibuf[0];
23 -       nleft = sizeof ibuf - 1;
24 +       nleft = sizeof(ibuf) - 1;
25         while ((i = read(s, p, nleft)) > 0)
26         {
27                 p += i;
This page took 0.052089 seconds and 3 git commands to generate.