ports/94187: [NEW PORT]: sysutils/grok

Wesley Shields wxs at csh.rit.edu
Thu Mar 9 14:50:11 UTC 2006


The following reply was made to PR ports/94187; it has been noted by GNATS.

From: Wesley Shields <wxs at csh.rit.edu>
To: bug-followup at 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 at 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"



More information about the freebsd-ports-bugs mailing list