Re: Re: [SAtalk] BSD rc.d script and HTML spam

2002-02-27 Thread dman
On Wed, Feb 27, 2002 at 07:46:47PM +0100, Gunter Ohrner wrote: | Am Wednesday, 27. February 2002 17:43 schrieb dman: | > | pid=`pidof spamd` ? | > 'pidof' is a Debian thing. | | Seems to be widely available under Linux: So it is. I hadn't found it before on the RH box at school, and I'm fairly

Re: Re: [SAtalk] BSD rc.d script and HTML spam

2002-02-27 Thread Duncan Findlay
On Wed, Feb 27, 2002 at 04:22:45PM -0800, Craig R Hughes wrote: > I'm just a little concerned that some other OS out there doesn't use > /var/run/spamd.pid but instead wants /usr/share/pids/spamd or > c:\windows\makingthisup\pids\spamd instead. If you get your shell to do it > (using $! or someth

Re: Re: [SAtalk] BSD rc.d script and HTML spam

2002-02-27 Thread Craig R Hughes
one on your own particular platform. Not saying it's better one way or the other -- just if you use $! I don't have to do any work :) C Duncan Findlay wrote: > Date: Wed, 27 Feb 2002 19:09:04 -0500 > From: Duncan Findlay <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Su

Re: Re: [SAtalk] BSD rc.d script and HTML spam

2002-02-27 Thread Duncan Findlay
k that code might possibly cause some large perl syntax errors! spamd is written in perl, spamc is written in c. > > - Original Message - > From: "Duncan Findlay" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Wednesday, February 27, 2002 4:09 PM >

Re: Re: [SAtalk] BSD rc.d script and HTML spam

2002-02-27 Thread Paul Traina
<[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, February 27, 2002 4:09 PM Subject: Re: Re: [SAtalk] BSD rc.d script and HTML spam > On Wed, Feb 27, 2002 at 03:49:38PM -0800, Craig R Hughes wrote: > > Stick it in bugzilla and I'll get to it sometime. Though isn

Re: Re: [SAtalk] BSD rc.d script and HTML spam

2002-02-27 Thread Duncan Findlay
On Wed, Feb 27, 2002 at 03:49:38PM -0800, Craig R Hughes wrote: > Stick it in bugzilla and I'll get to it sometime. Though isn't it probably > easier (and more flexible) to get the pid in your shell, and have the shell > write it to a file if you want to do that? > easier? no. more flexible?

Re: Re: [SAtalk] BSD rc.d script and HTML spam

2002-02-27 Thread Craig R Hughes
l Traina <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED], Jason Kohles <[EMAIL PROTECTED]> > Cc: [EMAIL PROTECTED] > Subject: Re: Re: [SAtalk] BSD rc.d script and HTML spam > > Craig, do the pidfile, it's much m

Re: Re: [SAtalk] BSD rc.d script and HTML spam

2002-02-27 Thread Paul Traina
Craig, do the pidfile, it's much more universal, and pidof is a linux-only thing. ___ Spamassassin-talk mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Re: Re: [SAtalk] BSD rc.d script and HTML spam

2002-02-27 Thread Gunter Ohrner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am Wednesday, 27. February 2002 17:43 schrieb dman: > | pid=`pidof spamd` ? > 'pidof' is a Debian thing. Seems to be widely available under Linux: UnseenUniversity:~ # cat /etc/SuSE-release SuSE Linux 7.1 (i386) VERSION = 7.1 UnseenUniversity:~ # w

RE: Re: [SAtalk] BSD rc.d script and HTML spam

2002-02-27 Thread Mike Loiterman
4 AM > To: [EMAIL PROTECTED] > Subject: Re: Re: [SAtalk] BSD rc.d script and HTML spam > > Hi, > > > Sorry, that should be > > > > More generic: > > > > pid=`ps ax | grep "spamd" | grep -v grep | awk '{print $1}'` > > pid=`pido

Re: Re: [SAtalk] BSD rc.d script and HTML spam

2002-02-27 Thread Craig R Hughes
t fix that so the process name is spamd. C Jason Kohles wrote: > Date: 27 Feb 2002 12:03:13 -0500 > From: Jason Kohles <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Re: Re: [SAtalk] BSD rc.d script and HTML spam > > On Wed, 2002-02-27 at 11:43, dman wrote: &g

Re: Re: [SAtalk] BSD rc.d script and HTML spam

2002-02-27 Thread Jason Kohles
On Wed, 2002-02-27 at 11:43, dman wrote: > On Wed, Feb 27, 2002 at 04:43:37PM +0100, Arpi wrote: > > | > Sorry, that should be > | > > | > More generic: > | > > | > pid=`ps ax | grep "spamd" | grep -v grep | awk '{print $1}'` > | > | pid=`pidof spamd` ? > > 'pidof' is a Debian thing. > [ja

Re: Re: [SAtalk] BSD rc.d script and HTML spam

2002-02-27 Thread dman
On Wed, Feb 27, 2002 at 04:43:37PM +0100, Arpi wrote: | > Sorry, that should be | > | > More generic: | > | > pid=`ps ax | grep "spamd" | grep -v grep | awk '{print $1}'` | | pid=`pidof spamd` ? 'pidof' is a Debian thing. -D -- After you install Microsoft Windows XP, you have the option

Re: Re: [SAtalk] BSD rc.d script and HTML spam

2002-02-27 Thread Arpi
Hi, > Sorry, that should be > > More generic: > > pid=`ps ax | grep "spamd" | grep -v grep | awk '{print $1}'` pid=`pidof spamd` ? A'rpi / Astral & ESP-team -- Developer of MPlayer, the Movie Player for Linux - http://www.MPlayerHQ.hu ___ Spamas