blob: be6afdd0eb1c8fd62291deaac46d3c3ca1affcbf (
plain) (
blame)
1
2
3
4
5
|
bin/grok
bin/grok_patfind.pl
@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
|