* Update Sendmail to version 8.12.10
[dragonfly.git] / contrib / sendmail / FREEBSD-upgrade
1 $FreeBSD: src/contrib/sendmail/FREEBSD-upgrade,v 1.1.2.18 2003/10/30 22:38:33 gshapiro Exp $
2
3 sendmail 8.12.10
4         originals can be found at: ftp://ftp.sendmail.org/pub/sendmail/
5
6 For 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
18 The following directories were renamed:
19
20         sendmail -> src
21
22 Imported using:
23
24         cvs import -m 'Import sendmail 8.12.10' \
25                 src/contrib/sendmail SENDMAIL v8_12_10
26
27
28 To make local changes to sendmail, simply patch and commit to the main
29 branch (aka HEAD).  Never make local changes on the vendor (SENDMAIL)
30 branch.
31
32 All local changes should be submitted to the Sendmail Consortium
33 <sendmail@sendmail.org> for inclusion in the next vendor release.
34
35 The following files make up the sendmail build/install/runtime
36 infrastructure 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/freebsd.submit.mc
63         etc/sendmail/freefall.mc
64         etc/sendmail/rc.sendmail
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
95 gshapiro@FreeBSD.org
96 19-September-2003