summaryrefslogtreecommitdiff
path: root/mail/opendkim
diff options
context:
space:
mode:
authorpettai <pettai>2011-06-17 13:49:35 +0000
committerpettai <pettai>2011-06-17 13:49:35 +0000
commit3bf54a8fc6c701f24116bec0d2585adf5f3b6ee3 (patch)
tree3c73a1bdafc495d1cc3361b3b3422b791f12cd69 /mail/opendkim
parentd3aa905ba852065214dbade4e450e361b8c0baec (diff)
downloadpkgsrc-3bf54a8fc6c701f24116bec0d2585adf5f3b6ee3.tar.gz
Fixed pidfile path
Diffstat (limited to 'mail/opendkim')
-rw-r--r--mail/opendkim/files/opendkim.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/opendkim/files/opendkim.sh b/mail/opendkim/files/opendkim.sh
index ca992693350..f841f298289 100644
--- a/mail/opendkim/files/opendkim.sh
+++ b/mail/opendkim/files/opendkim.sh
@@ -1,6 +1,6 @@
#!@RCD_SCRIPTS_SHELL@
#
-# $NetBSD: opendkim.sh,v 1.2 2011/06/17 13:42:04 pettai Exp $
+# $NetBSD: opendkim.sh,v 1.3 2011/06/17 13:49:35 pettai Exp $
#
# PROVIDE: opendkim
# REQUIRE: DAEMON
@@ -13,7 +13,7 @@ fi
name="opendkim"
rcvar=$name
command="@PREFIX@/sbin/opendkim"
-pidfile="@VARBASE@/run/${name}.pid"
+pidfile="@VARBASE@/run/opendkim/${name}.pid"
command_args="-P ${pidfile} -l -x @PKG_SYSCONFDIR@/opendkim.conf -u @DKIM_USER@:@DKIM_GROUP@"
required_files="@PKG_SYSCONFDIR@/opendkim.conf"
start_precmd="opendkim_precmd"