FREEBSD-upgrade revision 98126
1$FreeBSD: head/contrib/sendmail/FREEBSD-upgrade 98126 2002-06-11 21:17:35Z gshapiro $
2
3sendmail 8.12.4
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.4' \
25		src/contrib/sendmail SENDMAIL v8_12_4
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/sendmail/Makefile
61	etc/sendmail/freebsd.mc
62	etc/sendmail/freefall.mc
63	etc/sendmail/rc.sendmail
64	lib/Makefile
65	lib/libmilter/Makefile
66	lib/libsm/Makefile
67	lib/libsmdb/Makefile
68	lib/libsmutil/Makefile
69	libexec/Makefile
70	libexec/mail.local/Makefile
71	libexec/smrsh/Makefile
72	share/Makefile
73	share/doc/smm/Makefile
74	share/doc/smm/08.sendmailop/Makefile
75	share/examples/etc/make.conf (HEAD)
76	share/man/man5/make.conf.5
77	share/man/man5/periodic.conf.5
78	share/man/man5/rc.conf.5
79	share/man/man7/hier.7
80	share/man/man8/Makefile
81	share/man/man8/rc.sendmail.8
82	share/mk/bsd.libnames.mk
83	share/sendmail/Makefile
84	usr.bin/Makefile
85	usr.bin/vacation/Makefile
86	usr.sbin/Makefile
87	usr.sbin/editmap/Makefile
88	usr.sbin/mailstats/Makefile
89	usr.sbin/makemap/Makefile
90	usr.sbin/praliases/Makefile
91	usr.sbin/sendmail/Makefile
92	usr.sbin/mailwrapper/Makefile
93
94gshapiro@FreeBSD.org
9511-June-2002
96