From dc997d69726d0585c95341d18596e0d377990cac Mon Sep 17 00:00:00 2001 From: Gregory Neil Shapiro Date: Wed, 14 Jun 2006 16:45:08 +0000 Subject: [PATCH] Add README.DRAGONFLY for sendmail 8.13.7 --- contrib/sendmail-8.13.7/README.DRAGONFLY | 58 ++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 contrib/sendmail-8.13.7/README.DRAGONFLY diff --git a/contrib/sendmail-8.13.7/README.DRAGONFLY b/contrib/sendmail-8.13.7/README.DRAGONFLY new file mode 100644 index 0000000000..9f84434c04 --- /dev/null +++ b/contrib/sendmail-8.13.7/README.DRAGONFLY @@ -0,0 +1,58 @@ + + SENDMAIL-8.13.7 AS USED BY DRAGONFLY + + This directory contains a selected set of files from the + sendmail.8.13.7.tar.gz distribution. No files have been moved + or modified from their extracted position. + + This distribution was downloaded from the following site: + + ftp://ftp.sendmail.org/pub/sendmail/ + + DO NOT CREATE OR EDIT ANY FILES IN THIS DIRECTORY HIERARCHY! THIS + HIERARCHY REPRESENTS AN EXACT COPY OF THE ORIGINAL ARCHIVE. All + modifications are made in the DragonFly build wrapper, in: + + bin/rmail/Makefile + etc/mail/Makefile + etc/sendmail/Makefile + lib/libmilter/Makefile + lib/libsm/Makefile + lib/libsmdb/Makefile + lib/libsmutil/Makefile + libexec/mail.local/Makefile + libexec/smrsh/Makefile + share/doc/smm/08.sendmailop/Makefile + share/sendmail/Makefile + usr.bin/vacation/Makefile + usr.sbin/editmap/Makefile + usr.sbin/mailstats/Makefile + usr.sbin/makemap/Makefile + usr.sbin/praliases/Makefile + usr.sbin/sendmail/Makefile + usr.sbin/mailwrapper/Makefile + + The only additional file added to this directory is README.DRAGONFLY. + + UPGRADE PROCEDURE: + + * download a new sendmail distribution + + * extract the archive into /usr/src/contrib, using the subdirectory + that the archive extracts as. + + * import the new version: + + cd sendmail-8.13.7 + cvs import src/contrib/sendmail-8.13.7 SENDMAIL v8_13_7 + + * redirect the build directory to the new directory in the + directories listed above. + + * Once the new archive is in place, the old one can be physically + removed from the DragonFly CVS repository. The CVS meister would + have to do the physical removal. + + DO NOT MAKE ANY EDITS TO THE DISTRIBUTION IN THIS CONTRIB + DIRECTORY. + -- 2.28.0