pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/mailman Start mailman with -s to get rid of the s...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8f8305b89b75
branches:  trunk
changeset: 547584:8f8305b89b75
user:      martti <martti%pkgsrc.org@localhost>
date:      Sun Sep 21 18:30:00 2008 +0000

description:
Start mailman with -s to get rid of the stale lock file (pkg/39355).

PKGREVISION++

diffstat:

 mail/mailman/Makefile         |  4 ++--
 mail/mailman/files/mailman.sh |  6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (40 lines):

diff -r dffa1314e8c3 -r 8f8305b89b75 mail/mailman/Makefile
--- a/mail/mailman/Makefile     Sun Sep 21 16:16:06 2008 +0000
+++ b/mail/mailman/Makefile     Sun Sep 21 18:30:00 2008 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.53 2008/08/05 13:22:21 joerg Exp $
+# $NetBSD: Makefile,v 1.54 2008/09/21 18:30:00 martti Exp $
 
 DISTNAME=      mailman-2.1.10
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    mail www
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=mailman/}
 EXTRACT_SUFX=  .tgz
diff -r dffa1314e8c3 -r 8f8305b89b75 mail/mailman/files/mailman.sh
--- a/mail/mailman/files/mailman.sh     Sun Sep 21 16:16:06 2008 +0000
+++ b/mail/mailman/files/mailman.sh     Sun Sep 21 18:30:00 2008 +0000
@@ -1,6 +1,6 @@
 #!@RCD_SCRIPTS_SHELL@
 #
-# $NetBSD: mailman.sh,v 1.1 2004/09/06 06:29:42 lukem Exp $
+# $NetBSD: mailman.sh,v 1.2 2008/09/21 18:30:00 martti Exp $
 #
 # PROVIDE: mailman
 # REQUIRE: mail
@@ -14,13 +14,13 @@
 name="mailman"
 rcvar=$name
 ctl_command="@PREFIX@/lib/mailman/bin/mailmanctl"
-start_cmd="mailman_doit start"
+start_cmd="mailman_doit -s start"
 stop_cmd="mailman_doit stop"
 restart_cmd="mailman_doit restart"
 
 mailman_doit ()
 {
-       ${ctl_command} $1
+       ${ctl_command} $*
 }
 
 if [ -f /etc/rc.subr ]; then



Home | Main Index | Thread Index | Old Index