pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/exim3 Use @PKG_SYSCONFDIR@ instead of @PREFIX@/et...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/39b148c25af8
branches:  trunk
changeset: 474879:39b148c25af8
user:      reed <reed%pkgsrc.org@localhost>
date:      Thu May 06 22:34:27 2004 +0000

description:
Use @PKG_SYSCONFDIR@ instead of @PREFIX@/etc/exim
for location of configure script check in the exim rc.d script.

Bump PKGREVISION.

diffstat:

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

diffs (32 lines):

diff -r 6e79fdadb134 -r 39b148c25af8 mail/exim3/Makefile
--- a/mail/exim3/Makefile       Thu May 06 22:29:36 2004 +0000
+++ b/mail/exim3/Makefile       Thu May 06 22:34:27 2004 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2003/12/04 05:14:30 grant Exp $
+# $NetBSD: Makefile,v 1.5 2004/05/06 22:34:27 reed Exp $
 
 DISTNAME=      exim-3.36
+PKGREVISION=   1
 CATEGORIES=    mail net
 MASTER_SITES=  ftp://ftp.csx.cam.ac.uk/pub/software/email/exim/exim3/ \
                http://public.planetmirror.com.au/pub/exim/exim3/
diff -r 6e79fdadb134 -r 39b148c25af8 mail/exim3/files/exim.sh
--- a/mail/exim3/files/exim.sh  Thu May 06 22:29:36 2004 +0000
+++ b/mail/exim3/files/exim.sh  Thu May 06 22:34:27 2004 +0000
@@ -1,6 +1,6 @@
 #!@RCD_SCRIPTS_SHELL@
 #
-#      $NetBSD: exim.sh,v 1.2 2003/12/18 02:30:54 grant Exp $
+#      $NetBSD: exim.sh,v 1.3 2004/05/06 22:34:27 reed Exp $
 #
 # PROVIDE: mail
 # REQUIRE: LOGIN
@@ -12,7 +12,7 @@
 rcvar=$name
 command="@PREFIX@/sbin/${name}"
 pidfile="/var/run/${name}.pid"
-required_files="@PREFIX@/etc/exim/configure"
+required_files="@PKG_SYSCONFDIR@/configure"
 
 load_rc_config $name
 run_rc_command "$1"



Home | Main Index | Thread Index | Old Index