Adding RavenNetListener to support network raw API

This commit is contained in:
DarkFeather
2018-10-16 17:41:39 -05:00
parent 11da27e0c4
commit 5ec606e3b6
3 changed files with 10 additions and 4 deletions

View File

@@ -10,7 +10,7 @@ clean:
test: compile
script -c "mono ./raven.mono -c raven-test.conf -v" ${pkgdir}/tmp/raven-test.log
install: compile /usr/sbin/pwgen
install: compile
mkdir -p ${pkgdir}/opt
cp raven.mono ${pkgdir}/opt/raven.mono
if [ ! -d ${CONFDIR} ]; then mkdir -p ${CONFDIR}; cp sample-confs/* ${CONFDIR}; fi