diff options
author | 2004-03-16 01:51:07 +0000 | |
---|---|---|
committer | 2004-03-16 01:51:07 +0000 | |
commit | 4c486aec7717a628d752132f60f0483746b461f6 (patch) | |
tree | 2cec2ba49ba51761f289e4af1029392e91ccf6ff /net-analyzer/snort/snort-2.0.1-r1.ebuild | |
parent | DEPEND now virtual/jack (diff) | |
download | historical-4c486aec7717a628d752132f60f0483746b461f6.tar.gz historical-4c486aec7717a628d752132f60f0483746b461f6.tar.bz2 historical-4c486aec7717a628d752132f60f0483746b461f6.zip |
Changed ebuilds to use 'sed -i ...' instead of 'sed ... < file > file.new' syntax.
Diffstat (limited to 'net-analyzer/snort/snort-2.0.1-r1.ebuild')
-rw-r--r-- | net-analyzer/snort/snort-2.0.1-r1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net-analyzer/snort/snort-2.0.1-r1.ebuild b/net-analyzer/snort/snort-2.0.1-r1.ebuild index f36b26fe0bb9..3a03dcefee43 100644 --- a/net-analyzer/snort/snort-2.0.1-r1.ebuild +++ b/net-analyzer/snort/snort-2.0.1-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/snort/snort-2.0.1-r1.ebuild,v 1.4 2003/11/24 15:40:18 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/snort/snort-2.0.1-r1.ebuild,v 1.5 2004/03/16 01:51:07 mboman Exp $ inherit eutils @@ -45,7 +45,7 @@ src_unpack() { #is this needed in 2.0? -Method #use alpha && epatch ${FILESDIR}/${P}-alpha.patch - sed "s:var RULE_PATH ../rules:var RULE_PATH /etc/snort:" < etc/snort.conf > etc/snort.conf.distrib + sed -i "s:var RULE_PATH ../rules:var RULE_PATH /etc/snort:" etc/snort.conf use prelude && epatch ../${P}+prelude.patch } @@ -81,7 +81,7 @@ src_install() { insinto /etc/snort doins etc/reference.config etc/classification.config rules/*.rules etc/*.map - doins etc/snort.conf.distrib + newins etc/snort.conf snort.conf.distrib exeinto /etc/init.d ; newexe ${FILESDIR}/snort.rc6 snort insinto /etc/conf.d ; newins ${FILESDIR}/snort.confd snort |