From e50b97e297b32390acae0df9d3aa771c5d9b56ce Mon Sep 17 00:00:00 2001 From: petef Date: Wed, 14 Jan 2004 04:35:54 +0000 Subject: Make the command we use for finding a PID really work. Bump PORTREVISION. Submitted by: Shawn Yeager --- mail/qmhandle/files/patch-qmHandle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail/qmhandle/files') diff --git a/mail/qmhandle/files/patch-qmHandle b/mail/qmhandle/files/patch-qmHandle index f894d23c036..e0b05bfe1b9 100644 --- a/mail/qmhandle/files/patch-qmHandle +++ b/mail/qmhandle/files/patch-qmHandle @@ -24,7 +24,7 @@ $FreeBSD$ -my ($pidcmd) = 'pidof qmail-send'; +#my ($pidcmd) = 'pidof qmail-send'; +# This is for FreeBSD with a standard qmail installation: -+my ($pidcmd) = 'ps -U qmails | grep qmail-send | cut -s -d " " -f 3'; ++my ($pidcmd) = 'ps -U qmails | grep qmail-send | cut -s -d " " -f 1'; + #################### USER CONFIGURATION END #################### -- cgit