FREEBSD-upgrade revision 93859
1$FreeBSD: head/contrib/sendmail/FREEBSD-upgrade 93859 2002-04-05 04:28:10Z gshapiro $
2
3sendmail 8.12.2
4	originals can be found at: ftp://ftp.sendmail.org/pub/sendmail/
5
6For the import of sendmail, the following files were removed:
7
8	Build
9	cf/cf/Build
10	cf/cf/generic-*.cf
11	devtools/*
12	doc/op/op.ps
13	*/Build
14	*/*.0
15	sendmail/makesendmail
16	sendmail/sysexits.h
17
18The following directories were renamed:
19
20	sendmail -> src
21
22Imported using:
23
24	cvs import -m 'Import sendmail 8.12.2' \
25		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	usr.sbin/mailwrapper/Makefile
86
87gshapiro@FreeBSD.org
8817-February-2002
89