Bug 94187

Summary: [NEW PORT]: sysutils/grok
Product: Ports & Packages Reporter: Wesley Shields <wxs>
Component: Individual Port(s)Assignee: Renato Botelho <garga>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.shar none

Description Wesley Shields 2006-03-07 20:00:19 UTC
Attached is a shar for sysutils/grok.  It is a program designed to watch
logfiles, or stdout from processes and react depending upon the output.
It is highly flexible.

How-To-Repeat: N/A
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-03-07 20:04:09 UTC
Class Changed
From-To: update->change-request

Fix category (new ports should be change-requests)
Comment 2 Wesley Shields 2006-03-09 14:55:41 UTC
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"
Comment 3 Renato Botelho freebsd_committer freebsd_triage 2006-03-10 13:23:34 UTC
Responsible Changed
From-To: freebsd-ports-bugs->garga

I'll take it.
Comment 4 Renato Botelho freebsd_committer freebsd_triage 2006-03-15 10:39:51 UTC
State Changed
From-To: open->closed

Committed. Thanks!