aboutsummaryrefslogtreecommitdiff
path: root/net/analyzer
diff options
context:
space:
mode:
authorrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2007-03-06 13:58:01 +0000
committerrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2007-03-06 13:58:01 +0000
commit028676230784301a10bf200b02909a10816d24f0 (patch)
tree94b1d497746311b91f1d99c0d056fa5423586124 /net/analyzer
parentcd40d46478dd75909d618156a5b2fc07fcff53a1 (diff)
downloadslackbuilds-028676230784301a10bf200b02909a10816d24f0.tar.gz
slackbuilds-028676230784301a10bf200b02909a10816d24f0.tar.bz2
snort: added slack-required
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@1089 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'net/analyzer')
-rw-r--r--net/analyzer/snort/slack-required1
-rwxr-xr-xnet/analyzer/snort/snort.SlackBuild2
2 files changed, 3 insertions, 0 deletions
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"