adb7cdd26f
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. The scripting nugget uses XML across named pipes to pass registration, alerting and logging information back to the system. This allows the use of any scripting (or even compiled) language that can pass XML out STDOUT with Razorback. WWW: http://razorbacktm.sourceforge.net/ PR: ports/167752 Submitted by: Tom Judge <tom@tomjudge.com>
14 lines
614 B
Text
14 lines
614 B
Text
@comment $FreeBSD$
|
|
@unexec if cmp -s %D/etc/razorback/scriptNugget.conf %D/etc/razorback/scriptNugget.conf.sample; then rm -f %D/etc/razorback/scriptNugget.conf; fi
|
|
etc/razorback/scriptNugget.conf.sample
|
|
@exec if [ ! -f %D/etc/razorback/scriptNugget.conf ] ; then cp -p %D/%F %B/scriptNugget.conf; fi
|
|
@dirrmtry etc/razorback
|
|
lib/razorback/scriptNugget.so.2.0.0
|
|
lib/razorback/scriptNugget.so.2
|
|
lib/razorback/scriptNugget.so
|
|
lib/razorback/scriptNugget.la
|
|
lib/razorback/scriptNugget.a
|
|
@dirrmtry lib/razorback
|
|
libexec/razorback/scriptNugget/test.rb
|
|
@dirrmtry libexec/razorback/scriptNugget
|
|
@dirrmtry libexec/razorback
|