Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 03 May 2004 14:31:56 +0200
From:      Sheldon Hearn <sheldonh@starjuice.net>
To:        perl@FreeBSD.org
Subject:   [PATCH] p5-Mail-SpamAssassin spamd.sh startup script can't restart
Message-ID:  <1083587516.4676.216.camel@axl.seasidesoftware.co.za>

next in thread | raw e-mail | index | archive | help

--=-dZiFG8DJrnb+WpyBZr/c
Content-Type: text/plain
Content-Transfer-Encoding: 7bit


The attached patch allows p5-Mail-SpamAssassin's spamd to be restarted
using spamd.sh.  Currently, restart and status are broken.

Ciao,
Sheldon.


--=-dZiFG8DJrnb+WpyBZr/c
Content-Disposition: attachment; filename=spamd.sh.patch
Content-Type: text/x-patch; name=spamd.sh.patch; charset=ANSI_X3.4-1968
Content-Transfer-Encoding: 7bit

Index: spamd.sh
===================================================================
RCS file: /home/ncvs/ports/mail/p5-Mail-SpamAssassin/files/spamd.sh,v
retrieving revision 1.7
diff -u -d -r1.7 spamd.sh
--- spamd.sh	30 Mar 2004 20:21:04 -0000	1.7
+++ spamd.sh	3 May 2004 12:29:53 -0000
@@ -22,6 +22,7 @@
 rcvar=`set_rcvar`
 
 command=%%PREFIX%%/bin/spamd
+command_interpreter=/usr/bin/perl
 required_dirs=%%PREFIX%%/share/spamassassin
 
 stop_postcmd=stop_postcmd

--=-dZiFG8DJrnb+WpyBZr/c--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1083587516.4676.216.camel>