From owner-freebsd-ports@FreeBSD.ORG Tue Jan 13 05:29:29 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD0C116A4CE for ; Tue, 13 Jan 2004 05:29:29 -0800 (PST) Received: from bigbox.shawnyeager.com (bigbox.shawnyeager.com [69.55.238.98]) by mx1.FreeBSD.org (Postfix) with SMTP id 65AF443D41 for ; Tue, 13 Jan 2004 05:29:28 -0800 (PST) (envelope-from mail@shawnyeager.com) Received: (qmail 10554 invoked from network); 13 Jan 2004 13:29:26 -0000 Received: from bigbox.shawnyeager.com (HELO ?127.0.0.1?) (69.55.238.98) by bigbox.shawnyeager.com with SMTP; 13 Jan 2004 13:29:26 -0000 Mime-Version: 1.0 (Apple Message framework v609) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <806828A2-45CC-11D8-89ED-000A95682EB0@shawnyeager.com> Content-Transfer-Encoding: 7bit From: Shawn Yeager Date: Tue, 13 Jan 2004 08:29:23 -0500 To: petef@FreeBSD.org X-Mailer: Apple Mail (2.609) cc: ports@FreeBSD.org Subject: FreeBSD Port: qmHandle-1.2.0 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Jan 2004 13:29:29 -0000 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