]> git.pld-linux.org Git - packages/sendmail.git/commitdiff
- sendmail 8.11.0 patch from RedHat
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 30 Dec 2000 00:09:42 +0000 (00:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    sendmail-redhat.patch -> 1.1

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

diff --git a/sendmail-redhat.patch b/sendmail-redhat.patch
new file mode 100644 (file)
index 0000000..0ee2520
--- /dev/null
@@ -0,0 +1,43 @@
+--- sendmail-8.10.0/sendmail/daemon.c.redhat   Thu Mar  2 01:58:02 2000
++++ sendmail-8.10.0/sendmail/daemon.c  Thu Mar  9 15:08:16 2000
+@@ -2499,7 +2499,7 @@
+       /* get result */
+       p = &ibuf[0];
+-      nleft = sizeof ibuf - 1;
++      nleft = sizeof(ibuf) - 1;
+       while ((i = read(s, p, nleft)) > 0)
+       {
+               p += i;
+--- sendmail-8.10.0/redhat.config.m4.redhat    Thu Mar  9 15:08:16 2000
++++ sendmail-8.10.0/redhat.config.m4   Thu Mar  9 15:08:16 2000
+@@ -0,0 +1,10 @@
++define(`confMAPDEF', `-DNEWDB -DNIS -DMAP_REGEX -DLDAPMAP')
++define(`confENVDEF', `$(RPM_OPT_FLAGS) -DXDEBUG=0 -DTCP_WRAPPERS -DSASL')
++define(`confLIBS', `-lnsl -lwrap -lldap -llber -lsasl -lcrypt -lgdbm')
++define(`confLDOPTS', `-s')
++define(`confMANOWN', `root')
++define(`confMANGRP', `root')
++define(`confMANMODE', `644')
++define(`confMAN1SRC', `1')
++define(`confMAN5SRC', `5')
++define(`confMAN8SRC', `8')
+--- sendmail-8.10.0/devtools/OS/Linux.redhat   Tue Jul 18 04:24:46 2000
++++ sendmail-8.10.0/devtools/OS/Linux  Mon Jul 24 14:44:15 2000
+@@ -3,12 +3,16 @@
+ define(`confMANROOT', `/usr/man/man')
+ define(`confLIBS', `-ldl')
+ define(`confEBINDIR', `/usr/sbin')
++define(`confSTDIR', `/var/log')
+ APPENDDEF(`confLIBSEARCH', `crypt nsl')
+ define(`confLD', `ld')
+ define(`confMTLDOPTS', `-lpthread')
+ define(`confLDOPTS_SO', `-shared')
+ define(`confSONAME',`-soname')
++define('confSBINGRP', 'mail')
++define('confSBINMODE', '6755')
++
+ ifelse(confBLDVARIANT, `DEBUG',
This page took 0.032664 seconds and 4 git commands to generate.