aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"