813923
--- sendmail-8.14.4/cf/cf/Build				1999-03-02 03:37:12.000000000 +0100
813923
+++ sendmail-8.14.4/cf/cf/Build.makemapman		2010-01-03 22:49:38.000000000 +0100
813923
@@ -18,7 +18,7 @@
813923
 SMROOT=${SMROOT-../..}
813923
 BUILDTOOLS=${BUILDTOOLS-$SMROOT/devtools}
813923
 
813923
-M4=`sh $BUILDTOOLS/bin/find_m4.sh`
813923
+M4=/usr/bin/m4
813923
 ret=$?
813923
 if [ $ret -ne 0 ]
813923
 then
813923
--- sendmail-8.14.4/devtools/OS/Linux			2009-01-22 03:15:42.000000000 +0100
813923
+++ sendmail-8.14.4/devtools/OS/Linux.makemapman	2010-01-03 22:50:27.000000000 +0100
813923
@@ -6,7 +6,7 @@
813923
 define(`confDEPEND_TYPE', `CC-M')
813923
 define(`confCCOPTS_SO', `-fPIC')
813923
 define(`confSM_OS_HEADER', `sm_os_linux')
813923
-define(`confMANROOT', `/usr/man/man')
813923
+define(`confMANROOT', `/usr/share/man/man')
813923
 define(`confLIBS', `-ldl')
813923
 define(`confEBINDIR', `/usr/sbin')
813923
 APPENDDEF(`confLIBSEARCH', `crypt nsl')
813923
@@ -16,6 +16,8 @@
813923
 define(`confMTLDOPTS', `-lpthread')
813923
 define(`confLDOPTS_SO', `-shared')
813923
 define(`confSONAME',`-soname')
813923
+define('confSBINGRP', 'mail')
813923
+define('confSBINMODE', '6755')
813923
 
813923
 ifelse(confBLDVARIANT, `DEBUG',
813923
 dnl Debug build
813923
--- sendmail-8.14.4/makemap/makemap.8			2008-05-03 01:07:48.000000000 +0200
813923
+++ sendmail-8.14.4/makemap/makemap.8.makemapman	2010-01-03 22:51:04.000000000 +0100
813923
@@ -52,12 +52,6 @@
813923
 parameter.  
813923
 They may be
813923
 .TP
813923
-dbm
813923
-DBM format maps.  
813923
-This requires the 
813923
-ndbm(3) 
813923
-library.
813923
-.TP
813923
 btree
813923
 B-Tree format maps.  
813923
 This requires the new Berkeley DB 
813923
--- sendmail-8.14.4/rmail/rmail.c			2001-09-18 23:45:29.000000000 +0200
813923
+++ sendmail-8.14.4/rmail/rmail.c.makemapman		2010-01-03 22:51:36.000000000 +0100
813923
@@ -276,7 +276,6 @@
813923
 	args[i++] = _PATH_SENDMAIL;	/* Build sendmail's argument list. */
813923
 	args[i++] = "-G";		/* relay submission */
813923
 	args[i++] = "-oee";		/* No errors, just status. */
813923
-	args[i++] = "-odq";		/* Queue it, don't try to deliver. */
813923
 	args[i++] = "-oi";		/* Ignore '.' on a line by itself. */
813923
 
813923
 	/* set from system and protocol used */