FREEBSD-upgrade revision 94347
164566Sgshapiro$FreeBSD: head/contrib/sendmail/FREEBSD-upgrade 94347 2002-04-10 05:16:45Z gshapiro $
264566Sgshapiro
394338Sgshapirosendmail 8.12.3
464566Sgshapiro	originals can be found at: ftp://ftp.sendmail.org/pub/sendmail/
564566Sgshapiro
664566SgshapiroFor the import of sendmail, the following files were removed:
764566Sgshapiro
871349Sgshapiro	Build
971349Sgshapiro	cf/cf/Build
1090800Sgshapiro	cf/cf/generic-*.cf
1164566Sgshapiro	devtools/*
1264566Sgshapiro	doc/op/op.ps
1390800Sgshapiro	*/Build
1490800Sgshapiro	*/*.0
1571349Sgshapiro	sendmail/makesendmail
1664566Sgshapiro	sendmail/sysexits.h
1764566Sgshapiro
1864566SgshapiroThe following directories were renamed:
1964566Sgshapiro
2064566Sgshapiro	sendmail -> src
2164566Sgshapiro
2264566SgshapiroImported using:
2364566Sgshapiro
2494338Sgshapiro	cvs import -m 'Import sendmail 8.12.3' \
2594338Sgshapiro		src/contrib/sendmail SENDMAIL v8_12_3
2664566Sgshapiro
2764566Sgshapiro
2864566SgshapiroTo make local changes to sendmail, simply patch and commit to the main
2964566Sgshapirobranch (aka HEAD).  Never make local changes on the vendor (SENDMAIL)
3064566Sgshapirobranch.
3164566Sgshapiro
3264566SgshapiroAll local changes should be submitted to the Sendmail Consortium
3364566Sgshapiro<sendmail@sendmail.org> for inclusion in the next vendor release.
3464566Sgshapiro
3593857SgshapiroThe following files make up the sendmail build/install/runtime
3693857Sgshapiroinfrastructure in FreeBSD:
3793857Sgshapiro
3893857Sgshapiro	bin/Makefile
3993857Sgshapiro	bin/rmail/Makefile
4093857Sgshapiro	contrib/sendmail/
4193857Sgshapiro	etc/Makefile
4293857Sgshapiro	etc/defaults/make.conf (RELENG_4)
4394347Sgshapiro	etc/defaults/periodic.conf
4493857Sgshapiro	etc/defaults/rc.conf
4593857Sgshapiro	etc/mail/Makefile
4693857Sgshapiro	etc/mail/README
4793857Sgshapiro	etc/mail/access.sample
4893857Sgshapiro	etc/mail/aliases
4993857Sgshapiro	etc/mail/mailer.conf
5093857Sgshapiro	etc/mail/mailertable.sample
5193857Sgshapiro	etc/mail/virtusertable.sample
5293857Sgshapiro	etc/mtree/BSD.include.dist
5393857Sgshapiro	etc/mtree/BSD.usr.dist
5493857Sgshapiro	etc/mtree/BSD.var.dist
5594260Sgshapiro	etc/periodic/daily/440.status-mailq
5694260Sgshapiro	etc/periodic/daily/500.queuerun
5793857Sgshapiro	etc/rc
5893857Sgshapiro	etc/sendmail/Makefile
5993857Sgshapiro	etc/sendmail/freebsd.mc
6093857Sgshapiro	etc/sendmail/freefall.mc
6193857Sgshapiro	etc/sendmail/rc.sendmail
6293857Sgshapiro	lib/Makefile
6393857Sgshapiro	lib/libmilter/Makefile
6493857Sgshapiro	lib/libsm/Makefile
6593857Sgshapiro	lib/libsmdb/Makefile
6693857Sgshapiro	lib/libsmutil/Makefile
6793857Sgshapiro	libexec/Makefile
6893857Sgshapiro	libexec/mail.local/Makefile
6993857Sgshapiro	libexec/smrsh/Makefile
7093857Sgshapiro	share/Makefile
7193857Sgshapiro	share/doc/smm/Makefile
7293857Sgshapiro	share/doc/smm/08.sendmailop/Makefile
7393857Sgshapiro	share/examples/etc/make.conf (HEAD)
7493857Sgshapiro	share/man/man5/make.conf.5
7594347Sgshapiro	share/man/man5/periodic.conf.5
7693857Sgshapiro	share/man/man5/rc.conf.5
7793976Sgshapiro	share/man/man7/hier.7
7893857Sgshapiro	share/man/man8/Makefile
7993857Sgshapiro	share/man/man8/rc.sendmail.8
8093857Sgshapiro	share/mk/bsd.libnames.mk
8193857Sgshapiro	share/sendmail/Makefile
8293857Sgshapiro	usr.bin/Makefile
8393857Sgshapiro	usr.bin/vacation/Makefile
8493857Sgshapiro	usr.sbin/Makefile
8593857Sgshapiro	usr.sbin/editmap/Makefile
8693857Sgshapiro	usr.sbin/mailstats/Makefile
8793857Sgshapiro	usr.sbin/makemap/Makefile
8893857Sgshapiro	usr.sbin/praliases/Makefile
8993857Sgshapiro	usr.sbin/sendmail/Makefile
9093859Sgshapiro	usr.sbin/mailwrapper/Makefile
9193857Sgshapiro
9264566Sgshapirogshapiro@FreeBSD.org
9394338Sgshapiro9-April-2002
94