1f28c441ca
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>
6 lines
327 B
Text
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
|