FREEBSD-upgrade revision 94338
1$FreeBSD: head/contrib/sendmail/FREEBSD-upgrade 94338 2002-04-10 03:08:35Z 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/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/periodic/daily/440.status-mailq
55	etc/periodic/daily/500.queuerun
56	etc/rc
57	etc/sendmail/Makefile
58	etc/sendmail/freebsd.mc
59	etc/sendmail/freefall.mc
60	etc/sendmail/rc.sendmail
61	lib/Makefile
62	lib/libmilter/Makefile
63	lib/libsm/Makefile
64	lib/libsmdb/Makefile
65	lib/libsmutil/Makefile
66	libexec/Makefile
67	libexec/mail.local/Makefile
68	libexec/smrsh/Makefile
69	share/Makefile
70	share/doc/smm/Makefile
71	share/doc/smm/08.sendmailop/Makefile
72	share/examples/etc/make.conf (HEAD)
73	share/man/man5/make.conf.5
74	share/man/man5/rc.conf.5
75	share/man/man7/hier.7
76	share/man/man8/Makefile
77	share/man/man8/rc.sendmail.8
78	share/mk/bsd.libnames.mk
79	share/sendmail/Makefile
80	usr.bin/Makefile
81	usr.bin/vacation/Makefile
82	usr.sbin/Makefile
83	usr.sbin/editmap/Makefile
84	usr.sbin/mailstats/Makefile
85	usr.sbin/makemap/Makefile
86	usr.sbin/praliases/Makefile
87	usr.sbin/sendmail/Makefile
88	usr.sbin/mailwrapper/Makefile
89
90gshapiro@FreeBSD.org
919-April-2002
92