FreeBSD Port: qmHandle-1.2.0_1

Patrick Calkins pcalkins at westcoastdemanufacturing.com
Sat Jan 15 16:22:15 PST 2005


Hello!
It appears not all the ports received the fix for finding the pid of 
qmail-send.

Running 4.10-STABLE #0, with latest ports from CVSUP

The command to find the pid in the program is currently:

my ($pidcmd) = 'ps -U qmails | grep qmail-send | cut -s -d " " -f 1';

Should be

my ($pidcmd) = 'ps -U qmails | grep qmail-send | cut -s -d " " -f 3';

Thanks!



More information about the freebsd-ports mailing list