Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Mar 2006 14:50:08 GMT
From:      Wesley Shields <wxs@csh.rit.edu>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/94187: [NEW PORT]: sysutils/grok
Message-ID:  <200603091450.k29Eo8Hn028414@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/94187; it has been noted by GNATS.

From: Wesley Shields <wxs@csh.rit.edu>
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"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200603091450.k29Eo8Hn028414>