Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[dragonfly.git] / contrib / sendmail / FREEBSD-upgrade
1 $FreeBSD: src/contrib/sendmail/FREEBSD-upgrade,v 1.1.2.16 2003/03/29 19:33:13 gshapiro Exp $
2 $DragonFly: src/contrib/sendmail/Attic/FREEBSD-upgrade,v 1.2 2003/06/17 04:24:06 dillon Exp $
3
4 sendmail 8.12.9
5         originals can be found at: ftp://ftp.sendmail.org/pub/sendmail/
6
7 For the import of sendmail, the following files were removed:
8
9         Build
10         cf/cf/Build
11         cf/cf/generic-*.cf
12         devtools/*
13         doc/op/op.ps
14         */Build
15         [e-v]*/*.0
16         sendmail/makesendmail
17         sendmail/sysexits.h
18
19 The following directories were renamed:
20
21         sendmail -> src
22
23 Imported using:
24
25         cvs import -m 'Import sendmail 8.12.9' \
26                 src/contrib/sendmail SENDMAIL v8_12_9
27
28
29 To make local changes to sendmail, simply patch and commit to the main
30 branch (aka HEAD).  Never make local changes on the vendor (SENDMAIL)
31 branch.
32
33 All local changes should be submitted to the Sendmail Consortium
34 <sendmail@sendmail.org> for inclusion in the next vendor release.
35
36 The following files make up the sendmail build/install/runtime
37 infrastructure in FreeBSD:
38
39         Makefile.inc1
40         bin/Makefile
41         bin/rmail/Makefile
42         contrib/sendmail/
43         etc/Makefile
44         etc/defaults/make.conf (RELENG_4)
45         etc/defaults/periodic.conf
46         etc/defaults/rc.conf
47         etc/mail/Makefile
48         etc/mail/README
49         etc/mail/access.sample
50         etc/mail/aliases
51         etc/mail/mailer.conf
52         etc/mail/mailertable.sample
53         etc/mail/virtusertable.sample
54         etc/mtree/BSD.include.dist
55         etc/mtree/BSD.sendmail.dist
56         etc/mtree/BSD.usr.dist
57         etc/mtree/BSD.var.dist
58         etc/periodic/daily/440.status-mailq
59         etc/periodic/daily/500.queuerun
60         etc/rc
61         etc/sendmail/Makefile
62         etc/sendmail/freebsd.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 29-March-2003