freebsd-ports/security/razorback-fileInject/pkg-plist
Ryan Steinmetz 1f28c441ca New port: security/razorback-fileInject
Razorback is a framework for an intelligence driven security solution.
It consists of a Dispatcher at the core of the system, surrounded by
Nuggets of varying types.

File Inject is a command-line file submission tool for the razorback
framework.

WWW: http://razorbacktm.sourceforge.net/

PR:		ports/167746
Submitted by:	Tom Judge <tom@tomjudge.com>
2012-05-21 15:07:43 +00:00

6 lines
327 B
Text

@comment $FreeBSD$
bin/fileInject
@unexec if cmp -s %D/etc/razorback/fileInject.conf %D/etc/razorback/fileInject.conf.sample; then rm -f %D/etc/razorback/fileInject.conf; fi
etc/razorback/fileInject.conf.sample
@exec if [ ! -f %D/etc/razorback/fileInject.conf ]; then cp -p %D/%F %B/fileInject.conf; fi
@dirrmtry etc/razorback