diff options
author | reed <reed> | 2004-10-11 21:52:12 +0000 |
---|---|---|
committer | reed <reed> | 2004-10-11 21:52:12 +0000 |
commit | f01923b89e12209222bd46a165f397ff59ef760d (patch) | |
tree | 1b55ae837ac67d4092691f0973629ddc5ea359e7 | |
parent | 7e01567e9dbc851fab41fc67a37a9e0e51b50590 (diff) | |
download | pkgsrc-f01923b89e12209222bd46a165f397ff59ef760d.tar.gz |
RCD_SCRIPTS_EXAMPLEDIR is now included with MESSAGE_SUBST.
-rw-r--r-- | mail/exim/MESSAGE | 4 | ||||
-rw-r--r-- | mail/exim/Makefile.common | 3 |
2 files changed, 3 insertions, 4 deletions
diff --git a/mail/exim/MESSAGE b/mail/exim/MESSAGE index 8913c5058be..fff615210f4 100644 --- a/mail/exim/MESSAGE +++ b/mail/exim/MESSAGE @@ -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 @@ inappropriate for this package to make the changes for you. 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 --git a/mail/exim/Makefile.common b/mail/exim/Makefile.common index ca31d51c4c7..0a8c816e8d0 100644 --- a/mail/exim/Makefile.common +++ b/mail/exim/Makefile.common @@ -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 @@ EXAMPLESDIR= ${PREFIX}/share/examples/exim 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 |