summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2010-12-04 15:33:22 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2010-12-04 15:33:22 +0000
commit3b6a1476d45eaad01f810d37b06dc8b8b41b158f (patch)
tree36cc95a0bb0b0b5952d046f72cfaa3e7339b8d82 /net-analyzer
parentwhitespace (diff)
downloadhistorical-3b6a1476d45eaad01f810d37b06dc8b8b41b158f.tar.gz
historical-3b6a1476d45eaad01f810d37b06dc8b8b41b158f.tar.bz2
historical-3b6a1476d45eaad01f810d37b06dc8b8b41b158f.zip
whitespace
Package-Manager: portage-2.1.9.24/cvs/Linux i686
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/snort/Manifest2
-rw-r--r--net-analyzer/snort/snort-2.9.0.2.ebuild5
2 files changed, 3 insertions, 4 deletions
diff --git a/net-analyzer/snort/Manifest b/net-analyzer/snort/Manifest
index bd0fd98c5b40..a3984b9b74b8 100644
--- a/net-analyzer/snort/Manifest
+++ b/net-analyzer/snort/Manifest
@@ -15,6 +15,6 @@ EBUILD snort-2.8.5.3.ebuild 10252 RMD160 2e2441d222c10a27d273ca38961529035acb48a
EBUILD snort-2.8.6.1.ebuild 10450 RMD160 ba7f868b94cbd20b3c04baf71d5234734474b836 SHA1 b73c0b2aa0544a7d9563b8da2bfc5ba0aa5a1fdf SHA256 54648baae9882f7128ffae83c69d372af1c058773458ae005476218c11f59110
EBUILD snort-2.8.6.ebuild 10126 RMD160 45bf6958f0b51098bebc54b90cf6660467b044b1 SHA1 2159a71f642ed28a9f1e1651339815b98ed6f2ad SHA256 4426ce97a4def8f6671ec123c900387e8f62711d54f24c0526af6ac20a7532a4
EBUILD snort-2.9.0.1.ebuild 8854 RMD160 50ed08b0a83ce9f7382265bf050def431b866f98 SHA1 ec0918439929828e6a08c22b6fee1212cc5a6e63 SHA256 91e0bf9bab8d4be45b7718b9f3469b71f032923efc9c0079c8e55f205fcde30f
-EBUILD snort-2.9.0.2.ebuild 8854 RMD160 01e137d6d9f1f6ca8fc8bc5f4bdf69974fb064d8 SHA1 b2cdaa6bd8a05a7310b8804480ebdac7b5277fa5 SHA256 60b331985666a70fe0f7b90ed6948ec2353e59b3b5b4e15e9549ae75472e7b72
+EBUILD snort-2.9.0.2.ebuild 8854 RMD160 a44d12f10d923ae8e7c0450e042103907095e630 SHA1 f409b4781d46e0ad46488ef4350785ffed32454d SHA256 4c58910b1764ab7ee568b3729143a5d00cf4604c84a7c767903e06189858e7a0
MISC ChangeLog 29565 RMD160 890df55e7dfb546ccf724c4bb8251de0f9a1cd41 SHA1 d66e96502cafb59bcef15eb4ea9b90011658fe23 SHA256 1f548776d4dc94379b279c124cd44d4d2f8d81fa7bee88d67c9ba134983d2399
MISC metadata.xml 4680 RMD160 44cc33521d8fd47729cf4fc4f995720a83363019 SHA1 533d62565c9e790af601f157b6636df8768c83d7 SHA256 efaa573a99b929774440fad2d24d8fcb2b67ff69db883445a6895ba2cc3e4a24
diff --git a/net-analyzer/snort/snort-2.9.0.2.ebuild b/net-analyzer/snort/snort-2.9.0.2.ebuild
index 844a5309b358..3ce332f53fb1 100644
--- a/net-analyzer/snort/snort-2.9.0.2.ebuild
+++ b/net-analyzer/snort/snort-2.9.0.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/snort/snort-2.9.0.2.ebuild,v 1.1 2010/12/03 18:30:41 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/snort/snort-2.9.0.2.ebuild,v 1.2 2010/12/04 15:33:22 mr_bones_ Exp $
EAPI="2"
inherit eutils autotools multilib
@@ -141,7 +141,7 @@ src_install() {
etc/unicode.map \
|| die "Failed to add files in /etc/snort"
- # We use snort.conf.distrib because the config file is complicated
+ # We use snort.conf.distrib because the config file is complicated
# and the one shipped with snort can change drastically between versions.
# Users should migrate setting by hand and not with etc-update.
newins etc/snort.conf snort.conf.distrib \
@@ -161,7 +161,6 @@ src_install() {
newconfd "${FILESDIR}/snort.confd" snort || die "Failed to add snort.confd"
-
# Set the correct lib path for dynamicengine, dynamicpreprocessor, and dynamicdetection
sed -i -e 's:/usr/local/lib:/usr/'$(get_libdir)':g' \
"${D}etc/snort/snort.conf.distrib" \