pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/pkgsrc-2004Q1]: pkgsrc/mail/exim3/files Pull up revision 1.3 (request...
details: https://anonhg.NetBSD.org/pkgsrc/rev/095b3a5f9aa7
branches: pkgsrc-2004Q1
changeset: 471423:095b3a5f9aa7
user: grant <grant%pkgsrc.org@localhost>
date: Sun May 30 08:53:09 2004 +0000
description:
Pull up revision 1.3 (requested by abs in ticket #28):
Use @PKG_SYSCONFDIR@ instead of @PREFIX@/etc/exim
for location of configure script check in the exim rc.d script.
diffstat:
mail/exim3/files/exim.sh | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (20 lines):
diff -r c3710912ea30 -r 095b3a5f9aa7 mail/exim3/files/exim.sh
--- a/mail/exim3/files/exim.sh Sun May 30 08:51:40 2004 +0000
+++ b/mail/exim3/files/exim.sh Sun May 30 08:53:09 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.2.2.1 2004/05/30 08:53:09 grant 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