Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Jan 2004 08:29:23 -0500
From:      Shawn Yeager <mail@shawnyeager.com>
To:        petef@FreeBSD.org
Cc:        ports@FreeBSD.org
Subject:   FreeBSD Port: qmHandle-1.2.0
Message-ID:  <806828A2-45CC-11D8-89ED-000A95682EB0@shawnyeager.com>

next in thread | raw e-mail | index | archive | help
Hi, Pete. It appears to me that the following line (prefaced comment 
included) in qmHandle is incorrect:

# This is for FreeBSD with a standard qmail installation:
my ($pidcmd) = 'ps -U qmails | grep qmail-send | cut -s -d " " -f 3';

And should instead be:

# This is for FreeBSD with a standard qmail installation:
my ($pidcmd) = 'ps -U qmails | grep qmail-send | cut -s -d " " -f 1';

The difference being the '-f' parameter, changed from '3' to '1'.

Thanks,

Shawn

-- 

shawnyeager.com
+1 416 305 4142



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?806828A2-45CC-11D8-89ED-000A95682EB0>