pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/exim RCD_SCRIPTS_EXAMPLEDIR is now included with ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/580f0bb51c25
branches:  trunk
changeset: 481758:580f0bb51c25
user:      reed <reed%pkgsrc.org@localhost>
date:      Mon Oct 11 21:52:12 2004 +0000

description:
RCD_SCRIPTS_EXAMPLEDIR is now included with MESSAGE_SUBST.

diffstat:

 mail/exim/MESSAGE         |  4 ++--
 mail/exim/Makefile.common |  3 +--
 2 files changed, 3 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r 933bcc744bbc -r 580f0bb51c25 mail/exim/MESSAGE
--- a/mail/exim/MESSAGE Mon Oct 11 21:49:00 2004 +0000
+++ b/mail/exim/MESSAGE Mon Oct 11 21:52:12 2004 +0000
@@ -1,5 +1,5 @@
 ===========================================================================
-$NetBSD: MESSAGE,v 1.6 2004/04/23 22:43:20 reed Exp $
+$NetBSD: MESSAGE,v 1.7 2004/10/11 21:52:12 reed Exp $
 
 To use exim, you will need to perform the following steps manually; it is
 inappropriate for this package to make the changes for you.
@@ -11,7 +11,7 @@
    Copy ${EXAMPLESDIR}/mailer.conf to /etc/mailer.conf.
 4. Set 'sendmail=NO', 'exim=YES' and exim_flags to some sane value in
    /etc/rc.conf (previously it was "-bd -q15m").
-   Copy ${RCD_SCRIPTS_EXAMPLEDIR}/exim to /etc/rc.d.
+   Copy ${LOCALBASE}/${RCD_SCRIPTS_EXAMPLEDIR}/exim to /etc/rc.d.
 5. Configuring log rotation is dependent on personal taste and the version
    of NetBSD in use.  See weekly.conf(5), newsyslog(8), exicyclog and
    eximstats.
diff -r 933bcc744bbc -r 580f0bb51c25 mail/exim/Makefile.common
--- a/mail/exim/Makefile.common Mon Oct 11 21:49:00 2004 +0000
+++ b/mail/exim/Makefile.common Mon Oct 11 21:52:12 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.17 2004/10/11 17:08:41 abs Exp $
+# $NetBSD: Makefile.common,v 1.18 2004/10/11 21:52:12 reed Exp $
 
 MASTER_SITES=  ftp://ftp.exim.org/pub/exim/exim4/ \
                ftp://ftp.csx.cam.ac.uk/pub/software/email/exim/exim4/ \
@@ -27,7 +27,6 @@
 CONF_FILES=            ${EXAMPLESDIR}/aliases ${PKG_SYSCONFDIR}/aliases
 CONF_FILES+=           ${EXAMPLESDIR}/configure ${PKG_SYSCONFDIR}/configure
 MESSAGE_SUBST+=                EXAMPLESDIR="${EXAMPLESDIR}"
-MESSAGE_SUBST+=                RCD_SCRIPTS_EXAMPLEDIR="${LOCALBASE}/${RCD_SCRIPTS_EXAMPLEDIR}"
 PLIST_SUBST+=          DISTNAME="${DISTNAME}"
 
 RCD_SCRIPTS=           exim



Home | Main Index | Thread Index | Old Index