diff options
author | 2010-12-04 15:33:22 +0000 | |
---|---|---|
committer | 2010-12-04 15:33:22 +0000 | |
commit | 662d7d88598dc81f16cf09475fae7206e151ae79 (patch) | |
tree | 60d4fbeff0fa01178709a59c777bafad431c9dd5 /net-analyzer | |
parent | whitespace (diff) | |
download | gentoo-2-662d7d88598dc81f16cf09475fae7206e151ae79.tar.gz gentoo-2-662d7d88598dc81f16cf09475fae7206e151ae79.tar.bz2 gentoo-2-662d7d88598dc81f16cf09475fae7206e151ae79.zip |
whitespace
(Portage version: 2.1.9.24/cvs/Linux i686)
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/snort/snort-2.9.0.2.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
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" \ |