From 028676230784301a10bf200b02909a10816d24f0 Mon Sep 17 00:00:00 2001 From: rhatto Date: Tue, 6 Mar 2007 13:58:01 +0000 Subject: snort: added slack-required git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@1089 370017ae-e619-0410-ac65-c121f96126d4 --- net/analyzer/snort/slack-required | 1 + net/analyzer/snort/snort.SlackBuild | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 net/analyzer/snort/slack-required diff --git a/net/analyzer/snort/slack-required b/net/analyzer/snort/slack-required new file mode 100644 index 00000000..0eaebf12 --- /dev/null +++ b/net/analyzer/snort/slack-required @@ -0,0 +1 @@ +mysql diff --git a/net/analyzer/snort/snort.SlackBuild b/net/analyzer/snort/snort.SlackBuild index ce0ab6ea..9fcafc0c 100755 --- a/net/analyzer/snort/snort.SlackBuild +++ b/net/analyzer/snort/snort.SlackBuild @@ -123,6 +123,8 @@ cd $TMP/package-$PACKAGE find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null +find usr/man -type f -exec gzip -9 {} \; + mkdir -p etc/snort CFG="snort.conf reference.config threshold.conf classification.config gen-msg.map generators sid sid.new sid-msg.map unicode.map" -- cgit v1.2.3