1$FreeBSD$ 2 3sendmail 8.14.2 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.14.2' \ 25 src/contrib/sendmail SENDMAIL v8_14_2 26 27After importing, bump the version of src/etc/sendmail/freebsd*mc 28so mergemaster will merge /etc/mail/freebsd*cf: 29 30 cvs commit -f src/etc/sendmail/freebsd*mc 31 32To make local changes to sendmail, simply patch and commit to the main 33branch (aka HEAD). Never make local changes on the vendor (SENDMAIL) 34branch. 35 36All local changes should be submitted to the Sendmail Consortium 37<sendmail@sendmail.org> for inclusion in the next vendor release. 38 39The following files make up the sendmail build/install/runtime 40infrastructure in FreeBSD: 41 42 Makefile.inc1 43 bin/Makefile 44 bin/rmail/Makefile 45 contrib/sendmail/ 46 etc/Makefile 47 etc/defaults/make.conf (RELENG_4) 48 etc/defaults/periodic.conf 49 etc/defaults/rc.conf 50 etc/mail/Makefile 51 etc/mail/README 52 etc/mail/access.sample 53 etc/mail/aliases 54 etc/mail/mailer.conf 55 etc/mail/mailertable.sample 56 etc/mail/virtusertable.sample 57 etc/mtree/BSD.include.dist 58 etc/mtree/BSD.sendmail.dist 59 etc/mtree/BSD.usr.dist 60 etc/mtree/BSD.var.dist 61 etc/periodic/daily/440.status-mailq 62 etc/periodic/daily/500.queuerun 63 etc/rc 64 etc/rc.sendmail 65 etc/sendmail/Makefile 66 etc/sendmail/freebsd.mc 67 etc/sendmail/freebsd.submit.mc 68 etc/sendmail/freefall.mc 69 lib/Makefile 70 lib/libmilter/Makefile 71 lib/libsm/Makefile 72 lib/libsmdb/Makefile 73 lib/libsmutil/Makefile 74 libexec/Makefile 75 libexec/mail.local/Makefile 76 libexec/smrsh/Makefile 77 share/Makefile 78 share/doc/smm/Makefile 79 share/doc/smm/08.sendmailop/Makefile 80 share/examples/etc/make.conf (HEAD) 81 share/man/man5/make.conf.5 82 share/man/man5/periodic.conf.5 83 share/man/man5/rc.conf.5 84 share/man/man7/hier.7 85 share/man/man8/Makefile 86 share/man/man8/rc.sendmail.8 87 share/mk/bsd.libnames.mk 88 share/sendmail/Makefile 89 usr.bin/Makefile 90 usr.bin/vacation/Makefile 91 usr.sbin/Makefile 92 usr.sbin/editmap/Makefile 93 usr.sbin/mailstats/Makefile 94 usr.sbin/makemap/Makefile 95 usr.sbin/praliases/Makefile 96 usr.sbin/sendmail/Makefile 97 usr.sbin/mailwrapper/Makefile 98 99gshapiro@FreeBSD.org 10004-November-2007 101