summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2014-10-21 12:19:11 +0000
committergdt <gdt@pkgsrc.org>2014-10-21 12:19:11 +0000
commitf84cb4883c7126859cffdedfccc748ed57a5f72b (patch)
tree2bb77c741e3b762de731d100b673d145845e7acb /mail
parent98286fa813fe57a1556e93cc870647510f19460e (diff)
downloadpkgsrc-f84cb4883c7126859cffdedfccc748ed57a5f72b.tar.gz
Fix ctl_command path.
From Christopher Pinon on pkgsrc-users.
Diffstat (limited to 'mail')
-rw-r--r--mail/sqwebmail/Makefile4
-rw-r--r--mail/sqwebmail/files/sqwebmail.sh4
2 files changed, 4 insertions, 4 deletions
diff --git a/mail/sqwebmail/Makefile b/mail/sqwebmail/Makefile
index 13697eddc89..5343d96f2e9 100644
--- a/mail/sqwebmail/Makefile
+++ b/mail/sqwebmail/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.75 2014/05/29 23:36:52 wiz Exp $
+# $NetBSD: Makefile,v 1.76 2014/10/21 12:19:11 gdt Exp $
DISTNAME= sqwebmail-5.5.3
-PKGREVISION= 4
+PKGREVISION= 5
CATEGORIES= mail www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=courier/}
EXTRACT_SUFX= .tar.bz2
diff --git a/mail/sqwebmail/files/sqwebmail.sh b/mail/sqwebmail/files/sqwebmail.sh
index e196b349147..b9b1d9f2445 100644
--- a/mail/sqwebmail/files/sqwebmail.sh
+++ b/mail/sqwebmail/files/sqwebmail.sh
@@ -1,6 +1,6 @@
#!@RCD_SCRIPTS_SHELL@
#
-# $NetBSD: sqwebmail.sh,v 1.11 2008/02/19 18:45:32 jlam Exp $
+# $NetBSD: sqwebmail.sh,v 1.12 2014/10/21 12:19:11 gdt Exp $
#
# Courier SqWebMail services daemon
#
@@ -13,7 +13,7 @@
name="sqwebmail"
rcvar=${name}
command="@PREFIX@/sbin/courierlogger"
-ctl_command="@PREFIX@/sbin/webmaild"
+ctl_command="@PREFIX@/sbin/webmaild.rc"
pidfile="@COURIER_STATEDIR@/tmp/sqwebmaild.pid"
required_files="@PKG_SYSCONFDIR@/calendarmode @PKG_SYSCONFDIR@/sqwebmaild"