lkundrak / rpms / sendmail

Forked from rpms/sendmail 4 years ago
Clone
33f964f
--- sendmail-8.12.2/devtools/OS/Linux	Tue Feb 19 15:23:34 2002
33f964f
+++ sendmail-8.12.2/devtools/OS/Linux	Tue Feb 19 15:24:05 2002
33f964f
@@ -1,7 +1,7 @@
33f964f
 #	$Id: Linux,v 8.29 2001/08/15 08:55:54 guenther Exp $
33f964f
 define(`confDEPEND_TYPE', `CC-M')
33f964f
 define(`confSM_OS_HEADER', `sm_os_linux')
33f964f
-define(`confMANROOT', `/usr/man/man')
33f964f
+define(`confMANROOT', `/usr/share/man/man')
33f964f
 define(`confLIBS', `-ldl')
33f964f
 define(`confEBINDIR', `/usr/sbin')
33f964f
 APPENDDEF(`confLIBSEARCH', `crypt nsl')
33f964f
@@ -11,6 +11,8 @@
33f964f
 define(`confMTLDOPTS', `-lpthread')
33f964f
 define(`confLDOPTS_SO', `-shared')
33f964f
 define(`confSONAME',`-soname')
33f964f
+define('confSBINGRP', 'mail')
33f964f
+define('confSBINMODE', '6755')
33f964f
 
33f964f
 ifelse(confBLDVARIANT, `DEBUG',
33f964f
 dnl Debug build
33f964f
--- sendmail-8.12.2/makemap/makemap.8	Tue Oct  9 23:23:02 2001
33f964f
+++ sendmail-8.12.2/makemap/makemap.8	Tue Feb 19 15:23:34 2002
33f964f
@@ -50,12 +50,6 @@
33f964f
 parameter.  
33f964f
 They may be
33f964f
 .TP
33f964f
-dbm
33f964f
-DBM format maps.  
33f964f
-This requires the 
33f964f
-ndbm(3) 
33f964f
-library.
33f964f
-.TP
33f964f
 btree
33f964f
 B-Tree format maps.  
33f964f
 This requires the new Berkeley DB 
33f964f
--- sendmail-8.12.2/cf/cf/Build	Mon Mar  1 21:37:12 1999
33f964f
+++ sendmail-8.12.2/cf/cf/Build	Tue Feb 19 15:23:34 2002
33f964f
@@ -18,7 +18,7 @@
33f964f
 SMROOT=${SMROOT-../..}
33f964f
 BUILDTOOLS=${BUILDTOOLS-$SMROOT/devtools}
33f964f
 
33f964f
-M4=`sh $BUILDTOOLS/bin/find_m4.sh`
33f964f
+M4=/usr/bin/m4
33f964f
 ret=$?
33f964f
 if [ $ret -ne 0 ]
33f964f
 then
33f964f
--- sendmail-8.12.2/rmail/rmail.c	Tue Sep 18 17:45:29 2001
33f964f
+++ sendmail-8.12.2/rmail/rmail.c	Tue Feb 19 15:23:34 2002
33f964f
@@ -276,7 +276,6 @@
33f964f
 	args[i++] = _PATH_SENDMAIL;	/* Build sendmail's argument list. */
33f964f
 	args[i++] = "-G";		/* relay submission */
33f964f
 	args[i++] = "-oee";		/* No errors, just status. */
33f964f
-	args[i++] = "-odq";		/* Queue it, don't try to deliver. */
33f964f
 	args[i++] = "-oi";		/* Ignore '.' on a line by itself. */
33f964f
 
33f964f
 	/* set from system and protocol used */