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
Wesley Shields
2006-03-07 20:00:19 UTC
Class Changed From-To: update->change-request Fix category (new ports should be change-requests) 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" Responsible Changed From-To: freebsd-ports-bugs->garga I'll take it. State Changed From-To: open->closed Committed. Thanks! |