diff options
Diffstat (limited to 'mail/sendmail')
-rw-r--r-- | mail/sendmail/Makefile | 58 | ||||
-rw-r--r-- | mail/sendmail/files/mailer.conf | 4 | ||||
-rw-r--r-- | mail/sendmail/files/md5 | 5 | ||||
-rw-r--r-- | mail/sendmail/files/patch-sum | 7 | ||||
-rw-r--r-- | mail/sendmail/files/site.config-v6 | 1 | ||||
-rw-r--r-- | mail/sendmail/patches/patch-aa | 38 | ||||
-rw-r--r-- | mail/sendmail/patches/patch-ab | 22 | ||||
-rw-r--r-- | mail/sendmail/patches/patch-ac | 28 | ||||
-rw-r--r-- | mail/sendmail/patches/patch-ad | 28 | ||||
-rw-r--r-- | mail/sendmail/pkg/PLIST.common | 67 |
10 files changed, 85 insertions, 173 deletions
diff --git a/mail/sendmail/Makefile b/mail/sendmail/Makefile index b011c30d194..6a24a25ae3b 100644 --- a/mail/sendmail/Makefile +++ b/mail/sendmail/Makefile @@ -1,19 +1,12 @@ -# $NetBSD: Makefile,v 1.17 2000/06/15 12:55:07 kleink Exp $ +# $NetBSD: Makefile,v 1.18 2000/07/24 04:22:31 itojun Exp $ -DISTNAME= sendmail.8.9.3 -PKGNAME= sendmail-8.9.3 +DISTNAME= sendmail.8.11.0 +PKGNAME= sendmail-8.11.0 CATEGORIES= mail MASTER_SITES= ftp://ftp.sendmail.org/pub/sendmail/ \ ftp://ftp.cert.dfn.de/pub/tools/net/sendmail/ \ ftp://ftp.kyoto.wide.ad.jp/pub/mail/sendmail/ -PATCH_SITES= ftp://ftp.kyoto.wide.ad.jp/pub/mail/sendmail/ -PATCHFILES= sendmail893+3.2W.patch.gz -PATCH_DIST_ARGS=-d ${WRKSRC}/src -E ${PATCH_DIST_STRIP} -.if !(defined(PATCH_DEBUG) || defined(PKG_VERBOSE)) -PATCH_DIST_ARGS+=--forward --quiet -.endif - MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.sendmail.org/ @@ -30,47 +23,42 @@ BUILD_DEFS+= USE_INET6 .include "../../mk/bsd.prefs.mk" -.if defined(USE_INET6) && ${USE_INET6} == YES -MAKE_ENV+= CONFIG="-f ${WRKSRC}/site.config-v6" -.endif - .if ${OPSYS} == "SunOS" USE_DB2?= YES .else USE_DB2?= NO .endif -.if ${USE_DB2} == YES -DEPENDS+= db-2.7.7:../../databases/db - -MAKE_ENV+= DB_ENVDEF="-I${LOCALBASE}/include/db2" \ - DB_LIBS="-L${LOCALBASE}/lib -ldb2" -.else -MAKE_ENV+= DB_ENVDEF="" DB_LIBS="" -.endif - PLIST_SRC= ${WRKDIR}/.PLIST_SRC .if defined(USE_LDAP) && ${USE_LDAP} == YES DEPENDS+= openldap-1.2.*:../../databases/openldap - -MAKE_ENV+= LDAP_CONF="-DLDAPMAP" \ - LDAP_ENVDEF="-I${LOCALBASE}/include" \ - LDAP_LIBS="-L${LOCALBASE}/lib -Wl,-R${LOCALBASE}/lib -lldap -llber" -.else -MAKE_ENV+= LDAP_CONF="" LDAP_ENVDEF="" LDAP_LIBS="" .endif - -.if ${OPSYS} == "NetBSD" -MAKE_ENV+= TCPD_CONF="-DTCPWRAPPERS" TCPD_LIBS="-lwrap" -.else -MAKE_ENV+= TCPD_CONF="" TCPD_LIBS="" +.if ${USE_DB2} == YES +DEPENDS+= db-2.7.7:../../databases/db .endif post-patch: + ${CP} ${FILESDIR}/site.config.m4 ${WRKSRC}/devtools/Site/site.config.m4 .if defined(USE_INET6) && ${USE_INET6} == YES - @(${CP} ${FILESDIR}/site.config-v6 ${WRKSRC}) + ${CAT} ${FILESDIR}/site.config.m4-v6 \ + >> ${WRKSRC}/devtools/Site/site.config.m4 +.endif +.if ${OPSYS} == "NetBSD" + ${CAT} ${FILESDIR}/site.config.m4-tcpwrappers \ + >> ${WRKSRC}/devtools/Site/site.config.m4 +.endif +.if defined(USE_LDAP) && ${USE_LDAP} == YES + ${CAT} ${FILESDIR}/site.config.m4-ldap \ + >> ${WRKSRC}/devtools/Site/site.config.m4 .endif +.if ${USE_DB2} == YES + ${CAT} ${FILESDIR}/site.config.m4-db2 \ + >> ${WRKSRC}/devtools/Site/site.config.m4 +.endif + +do-build: + @(cd ${WRKSRC}; ./Build) post-build: ${SED} -e 's#@@PREFIX@@#${PREFIX}#g' \ diff --git a/mail/sendmail/files/mailer.conf b/mail/sendmail/files/mailer.conf index 4c2cfcceecf..a263f9b2797 100644 --- a/mail/sendmail/files/mailer.conf +++ b/mail/sendmail/files/mailer.conf @@ -1,4 +1,4 @@ -# $NetBSD: mailer.conf,v 1.1.1.1 1999/04/08 23:00:33 tron Exp $ +# $NetBSD: mailer.conf,v 1.2 2000/07/24 04:22:32 itojun Exp $ # # Execute the "real" sendmail program, named @@PREFIX@@/libexec/sendmail/sendmail # @@ -6,3 +6,5 @@ sendmail @@PREFIX@@/libexec/sendmail/sendmail send-mail @@PREFIX@@/libexec/sendmail/sendmail mailq @@PREFIX@@/libexec/sendmail/sendmail newaliases @@PREFIX@@/libexec/sendmail/sendmail +hoststat @@PREFIX@@/libexec/sendmail/sendmail +purgestat @@PREFIX@@/libexec/sendmail/sendmail diff --git a/mail/sendmail/files/md5 b/mail/sendmail/files/md5 index 83e51974438..0d7eaf0581c 100644 --- a/mail/sendmail/files/md5 +++ b/mail/sendmail/files/md5 @@ -1,4 +1,3 @@ -$NetBSD: md5,v 1.2 2000/01/02 17:46:47 itojun Exp $ +$NetBSD: md5,v 1.3 2000/07/24 04:22:32 itojun Exp $ -MD5 (sendmail.8.9.3.tar.gz) = efedacfbce84a71d1cfb0e617b84596e -MD5 (sendmail893+3.2W.patch.gz) = 77e2183c40e304a2b1410a5bb041cd46 +MD5 (sendmail.8.11.0.tar.gz) = 95a21f6838dc0489924ca71d98e40edf diff --git a/mail/sendmail/files/patch-sum b/mail/sendmail/files/patch-sum index e4a86620f42..fd0fcff9d80 100644 --- a/mail/sendmail/files/patch-sum +++ b/mail/sendmail/files/patch-sum @@ -1,6 +1,3 @@ -$NetBSD: patch-sum,v 1.5 2000/06/14 16:49:19 tron Exp $ +$NetBSD: patch-sum,v 1.6 2000/07/24 04:22:32 itojun Exp $ -MD5 (patch-aa) = b678944a13c676198b3c0c62b9e82939 -MD5 (patch-ab) = d7817ebf90eec37c3b9709c9cbb9f7c5 -MD5 (patch-ac) = 8992bc4367ca2837c86188d062b928ab -MD5 (patch-ad) = da51c3f50ad35e54a9c232553f374c2c +MD5 (patch-aa) = 85d59753f5d593e8c1c3eab01302967e diff --git a/mail/sendmail/files/site.config-v6 b/mail/sendmail/files/site.config-v6 deleted file mode 100644 index e5c7634f274..00000000000 --- a/mail/sendmail/files/site.config-v6 +++ /dev/null @@ -1 +0,0 @@ -PREPENDDEF(`confENVDEF', ``-DNETINET6=1'') diff --git a/mail/sendmail/patches/patch-aa b/mail/sendmail/patches/patch-aa index cc5f1c0e322..4e0c247ff9b 100644 --- a/mail/sendmail/patches/patch-aa +++ b/mail/sendmail/patches/patch-aa @@ -1,25 +1,17 @@ -$NetBSD: patch-aa,v 1.10 2000/06/14 16:40:55 veego Exp $ - ---- BuildTools/OS/NetBSD.orig Tue Dec 29 18:39:50 1998 -+++ BuildTools/OS/NetBSD Tue Jun 13 19:34:47 2000 -@@ -1,4 +1,18 @@ - # @(#)NetBSD 8.6 (Berkeley) 3/12/1998 --define(`confMAPDEF', `-DNEWDB -DNIS -DMAP_REGEX') --define(`confENVDEF', ` -DNETISO') -+define(`confMAPDEF', `-DNEWDB -DNIS -DMAP_REGEX ${LDAP_CONF}') -+define(`confENVDEF', ` -DNETISO ${DB_ENVDEF} ${LDAP_ENVDEF}') - define(`confDEPEND_TYPE', `CC-M') -+define(`confLIBS', `${DB_LIBS} ${LDAP_LIBS} ${LDFLAGS}') -+define(`confEBINDIR', `${PREFIX}/libexec/sendmail') -+define(`confMBINDIR', `${PREFIX}/libexec/sendmail') -+define(`confSBINDIR', `${PREFIX}/sbin') -+define(`confUBINDIR', `${PREFIX}/bin') -+define(`confHFDIR', `${PREFIX}/share/misc') -+define(`confBINOWN', `${BSD_BINOWN}') -+define(`confBINGRP', `${BSD_BINGRP}') +$NetBSD: patch-aa,v 1.11 2000/07/24 04:22:34 itojun Exp $ +--- devtools/OS/NetBSD- Mon Jul 24 12:38:53 2000 ++++ devtools/OS/NetBSD Mon Jul 24 12:40:56 2000 +@@ -5,7 +5,8 @@ + define(`confSTDIO_TYPE', `torek') +-define(`confSBINGRP', `wheel') +-define(`confUBINOWN', `root') +-define(`confUBINGRP', `wheel') +-define(`confMANOWN', `root') +-define(`confMANGRP', `wheel') ++define(`confSBINOWN', `${BSD_BINOWN}') ++define(`confSBINGRP', `${BSD_BINGRP}') ++define(`confUBINOWN', `${BSD_BINOWN}') ++define(`confUBINGRP', `${BSD_BINGRP}') +define(`confMANOWN', `${BSD_MANOWN}') +define(`confMANGRP', `${BSD_MANGRP}') -+define(`confMANROOT', `${PREFIX}/man/cat') -+define(`confMAN1EXT', `0') -+define(`confMAN5EXT', `0') -+define(`confMAN8EXT', `0') + define(`confMAN1EXT', `0') diff --git a/mail/sendmail/patches/patch-ab b/mail/sendmail/patches/patch-ab deleted file mode 100644 index 018c0b35124..00000000000 --- a/mail/sendmail/patches/patch-ab +++ /dev/null @@ -1,22 +0,0 @@ -$NetBSD: patch-ab,v 1.5 2000/06/14 16:40:55 veego Exp $ - ---- src/Makefile.m4.orig Wed Jun 30 11:58:18 1999 -+++ src/Makefile.m4 Wed Jun 30 11:58:40 1999 -@@ -27,7 +27,7 @@ - MAPDEF= ifdef(`confMAPDEF', `confMAPDEF') - - # environment definitions (e.g., -D_AIX3) --ENVDEF= ifdef(`confENVDEF', `confENVDEF') -+ENVDEF= ifdef(`confENVDEF', `confENVDEF') ${TCPD_CONF} - - # see also conf.h for additional compilation flags - -@@ -42,7 +42,7 @@ - - # libraries required on your system - # delete -l44bsd if you are not running BIND 4.9.x --LIBS= ifdef(`confLIBS', `confLIBS') -+LIBS= ifdef(`confLIBS', `confLIBS') ${TCPD_LIBS} - - # location of sendmail binary (usually /usr/sbin or /usr/lib) - BINDIR= ${DESTDIR}ifdef(`confMBINDIR', `confMBINDIR', `/usr/sbin') diff --git a/mail/sendmail/patches/patch-ac b/mail/sendmail/patches/patch-ac deleted file mode 100644 index e57b2383b29..00000000000 --- a/mail/sendmail/patches/patch-ac +++ /dev/null @@ -1,28 +0,0 @@ ---- BuildTools/OS/SunOS.5.7~ Mon Jan 18 02:30:45 1999 -+++ BuildTools/OS/SunOS.5.7 Wed Jun 14 11:07:52 2000 -@@ -1,14 +1,19 @@ - # @(#)SunOS.5.7 8.11 (Berkeley) 3/21/1998 - define(`confCC', `gcc') - define(`confBEFORE', `sysexits.h') --define(`confMAPDEF', `-DNDBM -DNIS -DNISPLUS -DMAP_REGEX') --define(`confENVDEF', `-DSOLARIS=20700 ') --define(`confLIBS', `-lsocket -lnsl') --define(`confMBINDIR', `/usr/lib') --define(`confEBINDIR', `/usr/lib') -+define(`confMAPDEF', `-DNDBM -DNIS -DNISPLUS -DMAP_REGEX ${LDAP_CONF}') -+define(`confENVDEF', `-DSOLARIS=20700 ${DB_ENVDEF} ${LDAP_ENVDEF}') -+define(`confLIBS', `-lsocket -lnsl ${DB_LIBS} ${LDAP_LIBS} ${LDFLAGS}') -+define(`confMBINDIR', `${PREFIX}/libexec/sendmail') -+define(`confEBINDIR', `${PREFIX}/libexec/sendmail') -+define(`confSBINDIR', `${PREFIX}/sbin') -+define(`confUBINDIR', `${PREFIX}/bin') -+define(`confNROFF', `/usr/bin/cat') -+define(`confMANDOC', `') -+define(`confMANROOT', `${PREFIX}/man/man') - define(`confSBINGRP', `sys') - define(`confSTDIR', `/etc/mail') --define(`confHFDIR', `/etc/mail') -+define(`confHFDIR', `${PREFIX}/share/misc') - define(`confINSTALL', `${BUILDBIN}/install.sh') - define(`confDEPEND_TYPE', `CC-M') - PUSHDIVERT(3) diff --git a/mail/sendmail/patches/patch-ad b/mail/sendmail/patches/patch-ad deleted file mode 100644 index 9f7165ec400..00000000000 --- a/mail/sendmail/patches/patch-ad +++ /dev/null @@ -1,28 +0,0 @@ ---- BuildTools/OS/SunOS.5.8 Mon Jan 18 02:31:23 1999 -+++ BuildTools/OS/SunOS.5.8 Wed Jun 14 12:16:00 2000 -@@ -1,14 +1,19 @@ - # @(#)SunOS.5.8 8.1 (Berkeley) 1/17/1999 - define(`confCC', `gcc') - define(`confBEFORE', `sysexits.h') --define(`confMAPDEF', `-DNDBM -DNIS -DNISPLUS -DMAP_REGEX') --define(`confENVDEF', `-DSOLARIS=20800 ') --define(`confLIBS', `-lsocket -lnsl') --define(`confMBINDIR', `/usr/lib') --define(`confEBINDIR', `/usr/lib') -+define(`confMAPDEF', `-DNDBM -DNIS -DNISPLUS -DMAP_REGEX ${LDAP_CONF}') -+define(`confENVDEF', `-DSOLARIS=20800 ${DB_ENVDEF} ${LDAP_ENVDEF}') -+define(`confLIBS', `-lsocket -lnsl ${DB_LIBS} ${LDAP_LIBS} ${LDFLAGS}') -+define(`confMBINDIR', `${PREFIX}/libexec/sendmail') -+define(`confEBINDIR', `${PREFIX}/libexec/sendmail') -+define(`confSBINDIR', `${PREFIX}/sbin') -+define(`confUBINDIR', `${PREFIX}/bin') -+define(`confNROFF', `/usr/bin/cat') -+define(`confMANDOC', `') -+define(`confMANROOT', `${PREFIX}/man/man') - define(`confSBINGRP', `sys') - define(`confSTDIR', `/etc/mail') --define(`confHFDIR', `/etc/mail') -+define(`confHFDIR', `${PREFIX}/share/misc') - define(`confINSTALL', `${BUILDBIN}/install.sh') - define(`confDEPEND_TYPE', `CC-M') - PUSHDIVERT(3) diff --git a/mail/sendmail/pkg/PLIST.common b/mail/sendmail/pkg/PLIST.common index 3d08ca1bab7..2f869db6743 100644 --- a/mail/sendmail/pkg/PLIST.common +++ b/mail/sendmail/pkg/PLIST.common @@ -1,20 +1,18 @@ -@comment $NetBSD: PLIST.common,v 1.1 2000/06/14 13:02:24 veego Exp $ +@comment $NetBSD: PLIST.common,v 1.2 2000/07/24 04:22:36 itojun Exp $ bin/newaliases bin/mailq bin/hoststat bin/purgestat +bin/vacation etc/mailer.conf.sendmail libexec/sendmail/sendmail libexec/sendmail/smrsh sbin/mailstats sbin/makemap sbin/praliases -share/misc/sendmail.hf -share/sendmail/siteconfig/uucp.cogsci.m4 -share/sendmail/siteconfig/uucp.old.arpa.m4 -share/sendmail/siteconfig/uucp.ucbarpa.m4 -share/sendmail/siteconfig/uucp.ucbvax.m4 -share/sendmail/cf/generic-ultrix4.cf +share/misc/helpfile +share/sendmail/README +share/sendmail/cf/Build share/sendmail/cf/Makefile share/sendmail/cf/chez.cs.mc share/sendmail/cf/clientproto.mc @@ -25,13 +23,20 @@ share/sendmail/cf/cs-solaris2.mc share/sendmail/cf/cs-sunos4.1.mc share/sendmail/cf/cs-ultrix4.mc share/sendmail/cf/cyrusproto.mc +share/sendmail/cf/generic-bsd4.4.cf share/sendmail/cf/generic-bsd4.4.mc +share/sendmail/cf/generic-hpux10.cf share/sendmail/cf/generic-hpux10.mc +share/sendmail/cf/generic-hpux9.cf share/sendmail/cf/generic-hpux9.mc share/sendmail/cf/generic-nextstep3.3.mc +share/sendmail/cf/generic-osf1.cf share/sendmail/cf/generic-osf1.mc +share/sendmail/cf/generic-solaris2.cf share/sendmail/cf/generic-solaris2.mc +share/sendmail/cf/generic-sunos4.1.cf share/sendmail/cf/generic-sunos4.1.mc +share/sendmail/cf/generic-ultrix4.cf share/sendmail/cf/generic-ultrix4.mc share/sendmail/cf/huginn.cs.mc share/sendmail/cf/knecht.mc @@ -46,20 +51,13 @@ share/sendmail/cf/ucbarpa.mc share/sendmail/cf/ucbvax.mc share/sendmail/cf/uucpproto.mc share/sendmail/cf/vangogh.cs.mc -share/sendmail/cf/generic-bsd4.4.cf -share/sendmail/cf/generic-hpux9.cf -share/sendmail/cf/generic-hpux10.cf -share/sendmail/cf/generic-osf1.cf -share/sendmail/cf/generic-solaris2.cf -share/sendmail/cf/generic-sunos4.1.cf -share/sendmail/cf/Build share/sendmail/domain/Berkeley.EDU.m4 share/sendmail/domain/CS.Berkeley.EDU.m4 share/sendmail/domain/EECS.Berkeley.EDU.m4 share/sendmail/domain/S2K.Berkeley.EDU.m4 -share/sendmail/domain/generic.m4 share/sendmail/domain/berkeley-only.m4 -share/sendmail/feature/virtusertable.m4 +share/sendmail/domain/generic.m4 +share/sendmail/feature/accept_unqualified_senders.m4 share/sendmail/feature/accept_unresolvable_domains.m4 share/sendmail/feature/access_db.m4 share/sendmail/feature/allmasquerade.m4 @@ -67,16 +65,21 @@ share/sendmail/feature/always_add_domain.m4 share/sendmail/feature/bestmx_is_local.m4 share/sendmail/feature/bitdomain.m4 share/sendmail/feature/blacklist_recipients.m4 -share/sendmail/feature/loose_relay_check.m4 +share/sendmail/feature/delay_checks.m4 +share/sendmail/feature/dnsbl.m4 share/sendmail/feature/domaintable.m4 +share/sendmail/feature/generics_entire_domain.m4 share/sendmail/feature/genericstable.m4 +share/sendmail/feature/ldap_routing.m4 share/sendmail/feature/limited_masquerade.m4 share/sendmail/feature/local_lmtp.m4 share/sendmail/feature/local_procmail.m4 +share/sendmail/feature/loose_relay_check.m4 share/sendmail/feature/mailertable.m4 share/sendmail/feature/masquerade_entire_domain.m4 -share/sendmail/feature/nocanonify.m4 share/sendmail/feature/masquerade_envelope.m4 +share/sendmail/feature/no_default_msa.m4 +share/sendmail/feature/nocanonify.m4 share/sendmail/feature/nodns.m4 share/sendmail/feature/notsticky.m4 share/sendmail/feature/nouucp.m4 @@ -88,29 +91,31 @@ share/sendmail/feature/relay_based_on_MX.m4 share/sendmail/feature/relay_entire_domain.m4 share/sendmail/feature/relay_hosts_only.m4 share/sendmail/feature/relay_local_from.m4 +share/sendmail/feature/relay_mail_from.m4 share/sendmail/feature/smrsh.m4 share/sendmail/feature/stickyhost.m4 share/sendmail/feature/use_ct_file.m4 share/sendmail/feature/use_cw_file.m4 share/sendmail/feature/uucpdomain.m4 -share/sendmail/feature/accept_unqualified_senders.m4 +share/sendmail/feature/virtuser_entire_domain.m4 +share/sendmail/feature/virtusertable.m4 share/sendmail/hack/cssubdomain.m4 share/sendmail/m4/cf.m4 share/sendmail/m4/cfhead.m4 -share/sendmail/m4/nullrelay.m4 share/sendmail/m4/proto.m4 share/sendmail/m4/version.m4 -share/sendmail/mailer/uucp.m4 +share/sendmail/mailer/cyrus.m4 share/sendmail/mailer/fax.m4 share/sendmail/mailer/local.m4 share/sendmail/mailer/mail11.m4 share/sendmail/mailer/phquery.m4 share/sendmail/mailer/pop.m4 share/sendmail/mailer/procmail.m4 +share/sendmail/mailer/qpage.m4 share/sendmail/mailer/smtp.m4 share/sendmail/mailer/usenet.m4 -share/sendmail/mailer/cyrus.m4 -share/sendmail/ostype/uxpds.m4 +share/sendmail/mailer/uucp.m4 +share/sendmail/ostype/aix2.m4 share/sendmail/ostype/aix3.m4 share/sendmail/ostype/aix4.m4 share/sendmail/ostype/altos.m4 @@ -118,13 +123,16 @@ share/sendmail/ostype/amdahl-uts.m4 share/sendmail/ostype/aux.m4 share/sendmail/ostype/bsd4.3.m4 share/sendmail/ostype/bsd4.4.m4 +share/sendmail/ostype/bsdi.m4 share/sendmail/ostype/bsdi1.0.m4 share/sendmail/ostype/bsdi2.0.m4 +share/sendmail/ostype/darwin.m4 share/sendmail/ostype/dgux.m4 share/sendmail/ostype/domainos.m4 share/sendmail/ostype/dynix3.2.m4 -share/sendmail/ostype/gnuhurd.m4 +share/sendmail/ostype/gnu.m4 share/sendmail/ostype/hpux10.m4 +share/sendmail/ostype/hpux11.m4 share/sendmail/ostype/hpux9.m4 share/sendmail/ostype/irix4.m4 share/sendmail/ostype/irix5.m4 @@ -134,25 +142,30 @@ share/sendmail/ostype/linux.m4 share/sendmail/ostype/maxion.m4 share/sendmail/ostype/mklinux.m4 share/sendmail/ostype/nextstep.m4 +share/sendmail/ostype/openbsd.m4 share/sendmail/ostype/osf1.m4 share/sendmail/ostype/powerux.m4 share/sendmail/ostype/ptx2.m4 share/sendmail/ostype/qnx.m4 share/sendmail/ostype/riscos4.5.m4 -share/sendmail/ostype/sco3.2.m4 share/sendmail/ostype/sco-uw-2.1.m4 +share/sendmail/ostype/sco3.2.m4 share/sendmail/ostype/sinix.m4 share/sendmail/ostype/solaris2.m4 share/sendmail/ostype/solaris2.ml.m4 +share/sendmail/ostype/solaris2.pre5.m4 share/sendmail/ostype/sunos3.5.m4 share/sendmail/ostype/sunos4.1.m4 share/sendmail/ostype/svr4.m4 share/sendmail/ostype/ultrix4.m4 share/sendmail/ostype/unixware7.m4 share/sendmail/ostype/unknown.m4 -share/sendmail/ostype/aix2.m4 +share/sendmail/ostype/uxpds.m4 share/sendmail/sh/makeinfo.sh -share/sendmail/README +share/sendmail/siteconfig/uucp.cogsci.m4 +share/sendmail/siteconfig/uucp.old.arpa.m4 +share/sendmail/siteconfig/uucp.ucbarpa.m4 +share/sendmail/siteconfig/uucp.ucbvax.m4 @dirrm libexec/sendmail @dirrm share/sendmail/siteconfig @dirrm share/sendmail/sh |