From owner-cvs-all@FreeBSD.ORG Wed Sep 10 06:49:10 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B70D16A4BF; Wed, 10 Sep 2003 06:49:10 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BBA0743F75; Wed, 10 Sep 2003 06:49:09 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h8ADn90U093789; Wed, 10 Sep 2003 06:49:09 -0700 (PDT) (envelope-from sheldonh@repoman.freebsd.org) Received: (from sheldonh@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h8ADn9m3093788; Wed, 10 Sep 2003 06:49:09 -0700 (PDT) Message-Id: <200309101349.h8ADn9m3093788@repoman.freebsd.org> From: Sheldon Hearn Date: Wed, 10 Sep 2003 06:49:09 -0700 (PDT) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/exim Makefile pkg-install pkg-message pkg-plist ports/mail/exim/files 150.exim-tidydb.shPOST-INSTALL-NOTES.clamd POST-INSTALL-NOTES.exiscan-acl exim.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Sep 2003 13:49:10 -0000 sheldonh 2003/09/10 06:49:09 PDT FreeBSD ports repository Modified files: mail/exim Makefile pkg-install pkg-message pkg-plist mail/exim/files POST-INSTALL-NOTES POST-INSTALL-NOTES.clamd POST-INSTALL-NOTES.exiscan-acl exim.sh Added files: mail/exim/files 150.exim-tidydb.sh 460.exim-mail-rejects.sh Log: Bring the Exim port closer to use as an install-time sendmail replacement for FreeBSD: * Use an rc.subr start/stop script. * Include contributed periodic scripts. * Replace $PREFIX with the build-time value of PREFIX. * Generate a default configure file if it doesn't exist at install-time. * Remove the default configure file if it hasn't been modified at deinstall-time. * Install additional documentation. * Move creation and removal of /var/log/exim to pkg-plist. Bump PORTREVISION accordingly. This paves the way for ports/56458, which teaches sysinstall about Exim. Bug trhodes about that PR. :-) PR: ports/56450 Submitted by: Oliver Eikemeier Revision Changes Path 1.155 +48 -13 ports/mail/exim/Makefile 1.1 +34 -0 ports/mail/exim/files/150.exim-tidydb.sh (new) 1.1 +68 -0 ports/mail/exim/files/460.exim-mail-rejects.sh (new) 1.10 +5 -5 ports/mail/exim/files/POST-INSTALL-NOTES 1.2 +1 -1 ports/mail/exim/files/POST-INSTALL-NOTES.clamd 1.3 +2 -2 ports/mail/exim/files/POST-INSTALL-NOTES.exiscan-acl 1.6 +57 -23 ports/mail/exim/files/exim.sh 1.7 +7 -9 ports/mail/exim/pkg-install 1.8 +1 -1 ports/mail/exim/pkg-message 1.32 +22 -7 ports/mail/exim/pkg-plist