164566Sgshapiro$FreeBSD$
264566Sgshapiro
3266712Sgshapirosendmail 8.14.9
464566Sgshapiro	originals can be found at: ftp://ftp.sendmail.org/pub/sendmail/
564566Sgshapiro
6182356SgshapiroFor the import of sendmail, the following directories were renamed:
764566Sgshapiro
8182356Sgshapiro	sendmail -> src
9182356Sgshapiro
10182356SgshapiroImported using the instructions at:
1164566Sgshapiro
12261360Sgshapirohttp://www.freebsd.org/doc/en_US.ISO8859-1/articles/committers-guide/subversion-primer.html
1364566Sgshapiro
14182356SgshapiroThen merged using:
1564566Sgshapiro
16182356Sgshapiro% set FSVN=svn+ssh://svn.freebsd.org/base
17182356Sgshapiro% svn checkout $FSVN/head/contrib/sendmail head
18182356Sgshapiro% cd head
19182356Sgshapiro% svn merge --accept=postpone $FSVN/vendor/sendmail/dist .
20182356Sgshapiro% svn rm --force */Build [e-v]*/*.0 cf/cf/generic-*.cf cf/cf/Build
21182356Sgshapiro% svn rm --force Build devtools doc/op/op.ps src/makesendmail src/sysexits.h
22182356Sgshapiro% svn propset -R svn:keywords FreeBSD=%H .
23182356Sgshapiro% svn propdel svn:keywords libmilter/docs/*.jpg
24182356Sgshapiro% svn diff --no-diff-deleted --old=$FSVN/vendor/sendmail/dist --new=.
25182356Sgshapiro% svn status
26182356Sgshapiro% svn diff
27182356Sgshapiro% svn commit
2864566Sgshapiro
29157704SgshapiroAfter importing, bump the version of src/etc/sendmail/freebsd*mc
30244934Sgshapiroso mergemaster will merge /etc/mail/freebsd*cf by making a minor
31244934Sgshapirochange and committing.
3264566Sgshapiro
33182356SgshapiroTo make local changes to sendmail, simply patch and commit to the head.
34182356SgshapiroNever make local changes in the vendor area (/vendor/sendmail/).
3564566Sgshapiro
3664566SgshapiroAll local changes should be submitted to the Sendmail Consortium
3764566Sgshapiro<sendmail@sendmail.org> for inclusion in the next vendor release.
3864566Sgshapiro
3993857SgshapiroThe following files make up the sendmail build/install/runtime
4093857Sgshapiroinfrastructure in FreeBSD:
4193857Sgshapiro
4295149Sgshapiro	Makefile.inc1
4393857Sgshapiro	bin/Makefile
4493857Sgshapiro	bin/rmail/Makefile
4593857Sgshapiro	contrib/sendmail/
4693857Sgshapiro	etc/Makefile
47244934Sgshapiro	etc/defaults/make.conf (obsolete)
4894347Sgshapiro	etc/defaults/periodic.conf
4993857Sgshapiro	etc/defaults/rc.conf
5093857Sgshapiro	etc/mail/Makefile
5193857Sgshapiro	etc/mail/README
5293857Sgshapiro	etc/mail/access.sample
5393857Sgshapiro	etc/mail/aliases
5493857Sgshapiro	etc/mail/mailer.conf
5593857Sgshapiro	etc/mail/mailertable.sample
5693857Sgshapiro	etc/mail/virtusertable.sample
5793857Sgshapiro	etc/mtree/BSD.include.dist
5895149Sgshapiro	etc/mtree/BSD.sendmail.dist
5993857Sgshapiro	etc/mtree/BSD.usr.dist
6093857Sgshapiro	etc/mtree/BSD.var.dist
6194260Sgshapiro	etc/periodic/daily/440.status-mailq
6294260Sgshapiro	etc/periodic/daily/500.queuerun
6393857Sgshapiro	etc/rc
64127978Sgshapiro	etc/rc.sendmail
6593857Sgshapiro	etc/sendmail/Makefile
6693857Sgshapiro	etc/sendmail/freebsd.mc
67121232Sgshapiro	etc/sendmail/freebsd.submit.mc
6893857Sgshapiro	etc/sendmail/freefall.mc
6993857Sgshapiro	lib/Makefile
7093857Sgshapiro	lib/libmilter/Makefile
7193857Sgshapiro	lib/libsm/Makefile
7293857Sgshapiro	lib/libsmdb/Makefile
7393857Sgshapiro	lib/libsmutil/Makefile
7493857Sgshapiro	libexec/Makefile
7593857Sgshapiro	libexec/mail.local/Makefile
7693857Sgshapiro	libexec/smrsh/Makefile
7793857Sgshapiro	share/Makefile
7893857Sgshapiro	share/doc/smm/Makefile
7993857Sgshapiro	share/doc/smm/08.sendmailop/Makefile
80244934Sgshapiro	share/examples/etc/make.conf
8193857Sgshapiro	share/man/man5/make.conf.5
8294347Sgshapiro	share/man/man5/periodic.conf.5
8393857Sgshapiro	share/man/man5/rc.conf.5
8493976Sgshapiro	share/man/man7/hier.7
8593857Sgshapiro	share/man/man8/Makefile
8693857Sgshapiro	share/man/man8/rc.sendmail.8
8793857Sgshapiro	share/mk/bsd.libnames.mk
8893857Sgshapiro	share/sendmail/Makefile
8993857Sgshapiro	usr.bin/Makefile
9093857Sgshapiro	usr.bin/vacation/Makefile
9193857Sgshapiro	usr.sbin/Makefile
9293857Sgshapiro	usr.sbin/editmap/Makefile
9393857Sgshapiro	usr.sbin/mailstats/Makefile
9493857Sgshapiro	usr.sbin/makemap/Makefile
9593857Sgshapiro	usr.sbin/praliases/Makefile
9693857Sgshapiro	usr.sbin/sendmail/Makefile
9793859Sgshapiro	usr.sbin/mailwrapper/Makefile
9893857Sgshapiro
9964566Sgshapirogshapiro@FreeBSD.org
100266712Sgshapiro21-May-2014
101