freebsd-ports/sysutils/grok/pkg-plist
Renato Botelho 699b8e1207 Add grok 1.0, an expert system for real-time log analysis.
PR:		ports/94187
Submitted by:	Wesley Shields <wxs@csh.rit.edu>
2006-03-15 10:39:34 +00:00

4 lines
193 B
Text

bin/grok
@unexec if cmp -s %D/etc/grok.conf.sample %D/etc/grok.conf; then rm -f %D/etc/grok.conf; fi
etc/grok.conf.sample
@exec if [ ! -f %D/etc/grok.conf ] ; then cp -p %D/%F %B/grok.conf; fi