summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Boman <mboman@gentoo.org>2004-02-28 04:58:52 +0000
committerMichael Boman <mboman@gentoo.org>2004-02-28 04:58:52 +0000
commit2a46c1e75e5e7e71582d60d59e506bdf249c8bfc (patch)
tree10b1523083222e29f8becfdc7adf709308a70dc3 /net-analyzer/iplog/iplog-2.2.3-r2.ebuild
parentver bump (diff)
downloadgentoo-2-2a46c1e75e5e7e71582d60d59e506bdf249c8bfc.tar.gz
gentoo-2-2a46c1e75e5e7e71582d60d59e506bdf249c8bfc.tar.bz2
gentoo-2-2a46c1e75e5e7e71582d60d59e506bdf249c8bfc.zip
Marked stable on x86. Closes 42998. Re-indented the init.d script. Changed some internal stuff in the ebuild so it's a bit cleaner.
Diffstat (limited to 'net-analyzer/iplog/iplog-2.2.3-r2.ebuild')
-rw-r--r--net-analyzer/iplog/iplog-2.2.3-r2.ebuild13
1 files changed, 6 insertions, 7 deletions
diff --git a/net-analyzer/iplog/iplog-2.2.3-r2.ebuild b/net-analyzer/iplog/iplog-2.2.3-r2.ebuild
index 0925008d8ed2..46bb9cdf472b 100644
--- a/net-analyzer/iplog/iplog-2.2.3-r2.ebuild
+++ b/net-analyzer/iplog/iplog-2.2.3-r2.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/iplog/iplog-2.2.3-r2.ebuild,v 1.1 2003/10/27 05:50:50 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iplog/iplog-2.2.3-r2.ebuild,v 1.2 2004/02/28 04:58:52 mboman Exp $
inherit eutils
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/ojnk/${P}.tar.gz"
LICENSE="GPL-2 | FDL-1.1"
SLOT="0"
-KEYWORDS="~x86 ~ppc ~sparc"
+KEYWORDS="x86 ~ppc ~sparc"
DEPEND="net-libs/libpcap"
@@ -31,8 +31,7 @@ src_install() {
mandir=${D}/usr/share/man \
install || die
dodoc AUTHORS COPYING.* NEWS README TODO example-iplog.conf
- into /
- insinto /etc/init.d
- newins ${FILESDIR}/iplog.rc6 iplog
- chmod +x ${D}/etc/init.d/iplog
+
+ exeinto /etc/init.d
+ newexe ${FILESDIR}/iplog.rc6 iplog
}