xref: /freebsd/contrib/sendmail/FREEBSD-upgrade (revision e84338ffa208b30ab07c824d13f14f370dfe56a0)
1cd904b75SGregory Neil Shapiro$FreeBSD$
2cd904b75SGregory Neil Shapiro
30045d4bfSGregory Neil Shapirosendmail 8.12.2
4cd904b75SGregory Neil Shapiro	originals can be found at: ftp://ftp.sendmail.org/pub/sendmail/
5cd904b75SGregory Neil Shapiro
6cd904b75SGregory Neil ShapiroFor the import of sendmail, the following files were removed:
7cd904b75SGregory Neil Shapiro
80dc3067bSGregory Neil Shapiro	Build
90dc3067bSGregory Neil Shapiro	cf/cf/Build
100045d4bfSGregory Neil Shapiro	cf/cf/generic-*.cf
11cd904b75SGregory Neil Shapiro	devtools/*
12cd904b75SGregory Neil Shapiro	doc/op/op.ps
130045d4bfSGregory Neil Shapiro	*/Build
140045d4bfSGregory Neil Shapiro	*/*.0
150dc3067bSGregory Neil Shapiro	sendmail/makesendmail
16cd904b75SGregory Neil Shapiro	sendmail/sysexits.h
17cd904b75SGregory Neil Shapiro
18cd904b75SGregory Neil ShapiroThe following directories were renamed:
19cd904b75SGregory Neil Shapiro
20cd904b75SGregory Neil Shapiro	sendmail -> src
21cd904b75SGregory Neil Shapiro
22cd904b75SGregory Neil ShapiroImported using:
23cd904b75SGregory Neil Shapiro
240045d4bfSGregory Neil Shapiro	cvs import -m 'Import sendmail 8.12.2' \
250045d4bfSGregory Neil Shapiro		src/contrib/sendmail SENDMAIL v8_12_2
26cd904b75SGregory Neil Shapiro
27cd904b75SGregory Neil Shapiro
28cd904b75SGregory Neil ShapiroTo make local changes to sendmail, simply patch and commit to the main
29cd904b75SGregory Neil Shapirobranch (aka HEAD).  Never make local changes on the vendor (SENDMAIL)
30cd904b75SGregory Neil Shapirobranch.
31cd904b75SGregory Neil Shapiro
32cd904b75SGregory Neil ShapiroAll local changes should be submitted to the Sendmail Consortium
33cd904b75SGregory Neil Shapiro<sendmail@sendmail.org> for inclusion in the next vendor release.
34cd904b75SGregory Neil Shapiro
3556f22fafSGregory Neil ShapiroThe following files make up the sendmail build/install/runtime
3656f22fafSGregory Neil Shapiroinfrastructure in FreeBSD:
3756f22fafSGregory Neil Shapiro
3856f22fafSGregory Neil Shapiro	bin/Makefile
3956f22fafSGregory Neil Shapiro	bin/rmail/Makefile
4056f22fafSGregory Neil Shapiro	contrib/sendmail/
4156f22fafSGregory Neil Shapiro	etc/Makefile
4256f22fafSGregory Neil Shapiro	etc/defaults/make.conf (RELENG_4)
4356f22fafSGregory Neil Shapiro	etc/defaults/rc.conf
4456f22fafSGregory Neil Shapiro	etc/mail/Makefile
4556f22fafSGregory Neil Shapiro	etc/mail/README
4656f22fafSGregory Neil Shapiro	etc/mail/access.sample
4756f22fafSGregory Neil Shapiro	etc/mail/aliases
4856f22fafSGregory Neil Shapiro	etc/mail/mailer.conf
4956f22fafSGregory Neil Shapiro	etc/mail/mailertable.sample
5056f22fafSGregory Neil Shapiro	etc/mail/virtusertable.sample
5156f22fafSGregory Neil Shapiro	etc/mtree/BSD.include.dist
5256f22fafSGregory Neil Shapiro	etc/mtree/BSD.usr.dist
5356f22fafSGregory Neil Shapiro	etc/mtree/BSD.var.dist
5456f22fafSGregory Neil Shapiro	etc/rc
5556f22fafSGregory Neil Shapiro	etc/sendmail/Makefile
5656f22fafSGregory Neil Shapiro	etc/sendmail/freebsd.mc
5756f22fafSGregory Neil Shapiro	etc/sendmail/freefall.mc
5856f22fafSGregory Neil Shapiro	etc/sendmail/rc.sendmail
5956f22fafSGregory Neil Shapiro	lib/Makefile
6056f22fafSGregory Neil Shapiro	lib/libmilter/Makefile
6156f22fafSGregory Neil Shapiro	lib/libsm/Makefile
6256f22fafSGregory Neil Shapiro	lib/libsmdb/Makefile
6356f22fafSGregory Neil Shapiro	lib/libsmutil/Makefile
6456f22fafSGregory Neil Shapiro	libexec/Makefile
6556f22fafSGregory Neil Shapiro	libexec/mail.local/Makefile
6656f22fafSGregory Neil Shapiro	libexec/smrsh/Makefile
6756f22fafSGregory Neil Shapiro	share/Makefile
6856f22fafSGregory Neil Shapiro	share/doc/smm/Makefile
6956f22fafSGregory Neil Shapiro	share/doc/smm/08.sendmailop/Makefile
7056f22fafSGregory Neil Shapiro	share/examples/etc/make.conf (HEAD)
7156f22fafSGregory Neil Shapiro	share/man/man5/make.conf.5
7256f22fafSGregory Neil Shapiro	share/man/man5/rc.conf.5
73e84338ffSGregory Neil Shapiro	share/man/man7/hier.7
7456f22fafSGregory Neil Shapiro	share/man/man8/Makefile
7556f22fafSGregory Neil Shapiro	share/man/man8/rc.sendmail.8
7656f22fafSGregory Neil Shapiro	share/mk/bsd.libnames.mk
7756f22fafSGregory Neil Shapiro	share/sendmail/Makefile
7856f22fafSGregory Neil Shapiro	usr.bin/Makefile
7956f22fafSGregory Neil Shapiro	usr.bin/vacation/Makefile
8056f22fafSGregory Neil Shapiro	usr.sbin/Makefile
8156f22fafSGregory Neil Shapiro	usr.sbin/editmap/Makefile
8256f22fafSGregory Neil Shapiro	usr.sbin/mailstats/Makefile
8356f22fafSGregory Neil Shapiro	usr.sbin/makemap/Makefile
8456f22fafSGregory Neil Shapiro	usr.sbin/praliases/Makefile
8556f22fafSGregory Neil Shapiro	usr.sbin/sendmail/Makefile
866e4caefeSGregory Neil Shapiro	usr.sbin/mailwrapper/Makefile
8756f22fafSGregory Neil Shapiro
88cd904b75SGregory Neil Shapirogshapiro@FreeBSD.org
890045d4bfSGregory Neil Shapiro17-February-2002
90