1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
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

5 lines
193 B
Plaintext

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