diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2011-01-13 17:22:20 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2011-01-13 17:22:20 +0000 |
commit | 6ed486330907a7db739bb2d184d55c191b82f1ce (patch) | |
tree | 322152e29bd392fa49e5f0571bfaae9ca05d3bee /net-analyzer | |
parent | Stable for HPPA (bug #346985). (diff) | |
download | historical-6ed486330907a7db739bb2d184d55c191b82f1ce.tar.gz historical-6ed486330907a7db739bb2d184d55c191b82f1ce.tar.bz2 historical-6ed486330907a7db739bb2d184d55c191b82f1ce.zip |
whitespace
Package-Manager: portage-2.1.9.25/cvs/Linux i686
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/snort/Manifest | 2 | ||||
-rw-r--r-- | net-analyzer/snort/snort-2.9.0.3.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net-analyzer/snort/Manifest b/net-analyzer/snort/Manifest index 7778e1cd3a7c..65b3339262c0 100644 --- a/net-analyzer/snort/Manifest +++ b/net-analyzer/snort/Manifest @@ -17,6 +17,6 @@ EBUILD snort-2.8.6.1.ebuild 10450 RMD160 ba7f868b94cbd20b3c04baf71d5234734474b83 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 a44d12f10d923ae8e7c0450e042103907095e630 SHA1 f409b4781d46e0ad46488ef4350785ffed32454d SHA256 4c58910b1764ab7ee568b3729143a5d00cf4604c84a7c767903e06189858e7a0 -EBUILD snort-2.9.0.3.ebuild 8859 RMD160 e589add959ea4153a683082926633e51f32b7d8b SHA1 4af8df9e6b45ff229d4700b3d775365d122ece44 SHA256 384c2b9a36536226942bf9b68716db17ed13bfa840956ae5075d345a6de1fec9 +EBUILD snort-2.9.0.3.ebuild 8860 RMD160 16ae2411d3a9de3bf745a8e13a0beb26136637c6 SHA1 3be261018b1aa355247f4686a814986e2e7fb0dc SHA256 cea87ab809032636e3c1b342a32840a79e391de044ac80dee2d340820ac7c7fa MISC ChangeLog 29767 RMD160 7a51ffa05c91a53980d6daa05fdaef023ae925a1 SHA1 149064d7ded4de29feca58251738a3ccfdec7be3 SHA256 2ef8e15fc5caa571d5e66032f73f75921060270ae1fa5ecd4f3abe5be8564f1c MISC metadata.xml 4437 RMD160 9b8f2d820e4b9e5645a3866d5f74af2084e4145a SHA1 90ef24f07a5ba0ea5dac270aced6bc091a8172b2 SHA256 cefff2ebe5bf789e0335d74dd81ba0b19d135b5fbe33f1830869143010f6fd69 diff --git a/net-analyzer/snort/snort-2.9.0.3.ebuild b/net-analyzer/snort/snort-2.9.0.3.ebuild index 07c48d4d1e85..5a02784d53f4 100644 --- a/net-analyzer/snort/snort-2.9.0.3.ebuild +++ b/net-analyzer/snort/snort-2.9.0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 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.3.ebuild,v 1.1 2011/01/13 13:43:37 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/snort/snort-2.9.0.3.ebuild,v 1.2 2011/01/13 17:22:20 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 \ |