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