diff options
author | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2007-03-06 13:58:01 +0000 |
---|---|---|
committer | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2007-03-06 13:58:01 +0000 |
commit | 028676230784301a10bf200b02909a10816d24f0 (patch) | |
tree | 94b1d497746311b91f1d99c0d056fa5423586124 /net/analyzer/snort/snort.SlackBuild | |
parent | cd40d46478dd75909d618156a5b2fc07fcff53a1 (diff) | |
download | slackbuilds-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/snort/snort.SlackBuild')
-rwxr-xr-x | net/analyzer/snort/snort.SlackBuild | 2 |
1 files changed, 2 insertions, 0 deletions
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" |