FREEBSD-upgrade revision 93857
1219820Sjeff$FreeBSD: head/contrib/sendmail/FREEBSD-upgrade 93857 2002-04-05 03:52:48Z gshapiro $
2219820Sjeff
3219820Sjeffsendmail 8.12.2
4219820Sjeff	originals can be found at: ftp://ftp.sendmail.org/pub/sendmail/
5219820Sjeff
6219820SjeffFor the import of sendmail, the following files were removed:
7219820Sjeff
8219820Sjeff	Build
9219820Sjeff	cf/cf/Build
10219820Sjeff	cf/cf/generic-*.cf
11219820Sjeff	devtools/*
12219820Sjeff	doc/op/op.ps
13219820Sjeff	*/Build
14219820Sjeff	*/*.0
15219820Sjeff	sendmail/makesendmail
16219820Sjeff	sendmail/sysexits.h
17219820Sjeff
18219820SjeffThe following directories were renamed:
19219820Sjeff
20219820Sjeff	sendmail -> src
21219820Sjeff
22219820SjeffImported using:
23219820Sjeff
24219820Sjeff	cvs import -m 'Import sendmail 8.12.2' \
25219820Sjeff		src/contrib/sendmail SENDMAIL v8_12_2
26
27
28To make local changes to sendmail, simply patch and commit to the main
29branch (aka HEAD).  Never make local changes on the vendor (SENDMAIL)
30branch.
31
32All local changes should be submitted to the Sendmail Consortium
33<sendmail@sendmail.org> for inclusion in the next vendor release.
34
35The following files make up the sendmail build/install/runtime
36infrastructure in FreeBSD:
37
38	bin/Makefile
39	bin/rmail/Makefile
40	contrib/sendmail/
41	etc/Makefile
42	etc/defaults/make.conf (RELENG_4)
43	etc/defaults/rc.conf
44	etc/mail/Makefile
45	etc/mail/README
46	etc/mail/access.sample
47	etc/mail/aliases
48	etc/mail/mailer.conf
49	etc/mail/mailertable.sample
50	etc/mail/virtusertable.sample
51	etc/mtree/BSD.include.dist
52	etc/mtree/BSD.usr.dist
53	etc/mtree/BSD.var.dist
54	etc/rc
55	etc/sendmail/Makefile
56	etc/sendmail/freebsd.mc
57	etc/sendmail/freefall.mc
58	etc/sendmail/rc.sendmail
59	lib/Makefile
60	lib/libmilter/Makefile
61	lib/libsm/Makefile
62	lib/libsmdb/Makefile
63	lib/libsmutil/Makefile
64	libexec/Makefile
65	libexec/mail.local/Makefile
66	libexec/smrsh/Makefile
67	share/Makefile
68	share/doc/smm/Makefile
69	share/doc/smm/08.sendmailop/Makefile
70	share/examples/etc/make.conf (HEAD)
71	share/man/man5/make.conf.5
72	share/man/man5/rc.conf.5
73	share/man/man8/Makefile
74	share/man/man8/rc.sendmail.8
75	share/mk/bsd.libnames.mk
76	share/sendmail/Makefile
77	usr.bin/Makefile
78	usr.bin/vacation/Makefile
79	usr.sbin/Makefile
80	usr.sbin/editmap/Makefile
81	usr.sbin/mailstats/Makefile
82	usr.sbin/makemap/Makefile
83	usr.sbin/praliases/Makefile
84	usr.sbin/sendmail/Makefile
85
86gshapiro@FreeBSD.org
8717-February-2002
88