diff options
author | Lina Pezzella <j4rg0n@gentoo.org> | 2004-07-27 02:18:38 +0000 |
---|---|---|
committer | Lina Pezzella <j4rg0n@gentoo.org> | 2004-07-27 02:18:38 +0000 |
commit | 1c4ed2cc561f632517740563b52f4a44882aa6ee (patch) | |
tree | b11646f05a8b3a9edc9d539d3fe61c50958bef11 /net-analyzer/argus | |
parent | stable on ppc64 (Manifest recommit) (diff) | |
download | gentoo-2-1c4ed2cc561f632517740563b52f4a44882aa6ee.tar.gz gentoo-2-1c4ed2cc561f632517740563b52f4a44882aa6ee.tar.bz2 gentoo-2-1c4ed2cc561f632517740563b52f4a44882aa6ee.zip |
Changed newsbin for macos to argus_bpf. Stable macos.
Diffstat (limited to 'net-analyzer/argus')
-rw-r--r-- | net-analyzer/argus/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/argus/argus-2.0.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-analyzer/argus/ChangeLog b/net-analyzer/argus/ChangeLog index 88b44062d3b2..64e556ec4887 100644 --- a/net-analyzer/argus/ChangeLog +++ b/net-analyzer/argus/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/argus # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/argus/ChangeLog,v 1.7 2004/07/13 06:46:57 eldad Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/argus/ChangeLog,v 1.8 2004/07/27 02:18:38 j4rg0n Exp $ + + 26 Jul 2004; Lina Pezzella <j4rg0n@gentoo.org> argus-2.0.5.ebuild: + Changed newsbin for macos to argus_bpf. Stable macos. 13 Jul 2004; Eldad Zack <eldad@gentoo.org> +metadata.xml: Added metadata diff --git a/net-analyzer/argus/argus-2.0.5.ebuild b/net-analyzer/argus/argus-2.0.5.ebuild index bef8120d24ef..f9483b628012 100644 --- a/net-analyzer/argus/argus-2.0.5.ebuild +++ b/net-analyzer/argus/argus-2.0.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/argus/argus-2.0.5.ebuild,v 1.7 2004/07/01 16:42:58 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/argus/argus-2.0.5.ebuild,v 1.8 2004/07/27 02:18:38 j4rg0n Exp $ inherit eutils @@ -37,7 +37,7 @@ src_install () { dobin bin/ra* - newsbin bin/argus_linux argus + use macos && newsbin bin/argus_bpf argus || newsbin bin/argus_linux argus insinto /etc/argus doins support/Config/argus.conf |