From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Mar 9 14:50:11 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4726216A420 for ; Thu, 9 Mar 2006 14:50:11 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0098243D4C for ; Thu, 9 Mar 2006 14:50:10 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k29Eo8hG028415 for ; Thu, 9 Mar 2006 14:50:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k29Eo8Hn028414; Thu, 9 Mar 2006 14:50:08 GMT (envelope-from gnats) Date: Thu, 9 Mar 2006 14:50:08 GMT Message-Id: <200603091450.k29Eo8Hn028414@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Wesley Shields Cc: Subject: Re: ports/94187: [NEW PORT]: sysutils/grok X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Wesley Shields List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Mar 2006 14:50:11 -0000 The following reply was made to PR ports/94187; it has been noted by GNATS. From: Wesley Shields To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/94187: [NEW PORT]: sysutils/grok Date: Thu, 9 Mar 2006 09:55:41 -0500 On Tue, Mar 07, 2006 at 08:00:19PM +0000, FreeBSD-gnats-submit@freebsd.org wrote: > Thank you very much for your problem report. > It has the internal identification `ports/94187'. > The individual assigned to look at your > report is: freebsd-ports-bugs. > > You can access the state of your problem report at any time > via this link: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=94187 > > >Category: ports > >Responsible: freebsd-ports-bugs > >Synopsis: [NEW PORT]: sysutils/grok > >Arrival-Date: Tue Mar 07 20:00:19 GMT 2006 My apologies but I believe there is a bug in the rc script contained with this port. I've attached a diff that should resolve the issue (I missed command_interpreter= in the script). Sorry for the confusion but it must have slipped off my radar before submitting the port. -- WXS diff -ruN grok.orig/files/grok.sh.in grok/files/grok.sh.in --- grok.orig/files/grok.sh.in Thu Mar 9 09:26:56 2006 +++ grok/files/grok.sh.in Thu Mar 9 09:27:13 2006 @@ -20,6 +20,7 @@ : ${grok_enable="NO"} : ${grok_config="%%PREFIX%%/etc/grok.conf"} +command_interpreter=/usr/bin/perl command=%%PREFIX%%/bin/grok command_args="-f $grok_config -b -d"