FreeBSD Port: qmHandle-1.2.0

Shawn Yeager mail at shawnyeager.com
Tue Jan 13 05:29:29 PST 2004


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



More information about the freebsd-ports mailing list