FREEBSD-upgrade revision 94347
1$FreeBSD: head/contrib/sendmail/FREEBSD-upgrade 94347 2002-04-10 05:16:45Z gshapiro $
2
3sendmail 8.12.3
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.3' \
25		src/contrib/sendmail SENDMAIL v8_12_3
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/periodic.conf
44	etc/defaults/rc.conf
45	etc/mail/Makefile
46	etc/mail/README
47	etc/mail/access.sample
48	etc/mail/aliases
49	etc/mail/mailer.conf
50	etc/mail/mailertable.sample
51	etc/mail/virtusertable.sample
52	etc/mtree/BSD.include.dist
53	etc/mtree/BSD.usr.dist
54	etc/mtree/BSD.var.dist
55	etc/periodic/daily/440.status-mailq
56	etc/periodic/daily/500.queuerun
57	etc/rc
58	etc/sendmail/Makefile
59	etc/sendmail/freebsd.mc
60	etc/sendmail/freefall.mc
61	etc/sendmail/rc.sendmail
62	lib/Makefile
63	lib/libmilter/Makefile
64	lib/libsm/Makefile
65	lib/libsmdb/Makefile
66	lib/libsmutil/Makefile
67	libexec/Makefile
68	libexec/mail.local/Makefile
69	libexec/smrsh/Makefile
70	share/Makefile
71	share/doc/smm/Makefile
72	share/doc/smm/08.sendmailop/Makefile
73	share/examples/etc/make.conf (HEAD)
74	share/man/man5/make.conf.5
75	share/man/man5/periodic.conf.5
76	share/man/man5/rc.conf.5
77	share/man/man7/hier.7
78	share/man/man8/Makefile
79	share/man/man8/rc.sendmail.8
80	share/mk/bsd.libnames.mk
81	share/sendmail/Makefile
82	usr.bin/Makefile
83	usr.bin/vacation/Makefile
84	usr.sbin/Makefile
85	usr.sbin/editmap/Makefile
86	usr.sbin/mailstats/Makefile
87	usr.sbin/makemap/Makefile
88	usr.sbin/praliases/Makefile
89	usr.sbin/sendmail/Makefile
90	usr.sbin/mailwrapper/Makefile
91
92gshapiro@FreeBSD.org
939-April-2002
94