diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-07-11 23:49:24 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-07-11 23:49:24 +0000 |
commit | 88c1523ee1ef46c7e9efbe1d455ec0b77e8b5c4d (patch) | |
tree | ec3f8cc878d1291f3dfa8c47d625ce76d70bf35e /net-analyzer/honeyd | |
parent | Initial commit of ebuild by Ian Stakenvicius (_AxS_) <ian@syndicated-producti... (diff) | |
download | historical-88c1523ee1ef46c7e9efbe1d455ec0b77e8b5c4d.tar.gz historical-88c1523ee1ef46c7e9efbe1d455ec0b77e8b5c4d.tar.bz2 historical-88c1523ee1ef46c7e9efbe1d455ec0b77e8b5c4d.zip |
whitespace
Package-Manager: portage-2.1.2.9
Diffstat (limited to 'net-analyzer/honeyd')
-rw-r--r-- | net-analyzer/honeyd/honeyd-1.5b.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net-analyzer/honeyd/honeyd-1.5b.ebuild b/net-analyzer/honeyd/honeyd-1.5b.ebuild index f81343fa0abd..c9c14345fb9a 100644 --- a/net-analyzer/honeyd/honeyd-1.5b.ebuild +++ b/net-analyzer/honeyd/honeyd-1.5b.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/honeyd/honeyd-1.5b.ebuild,v 1.5 2006/08/30 23:04:19 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/honeyd/honeyd-1.5b.ebuild,v 1.6 2007/07/11 23:49:24 mr_bones_ Exp $ DESCRIPTION="Honeyd is a small daemon that creates virtual hosts on a network" HOMEPAGE="http://www.honeyd.org/" @@ -64,4 +64,3 @@ src_install() { find "${D}"/usr/share/honeyd/scripts \ -type f -name '*.sh' -o -name '*.pl' -exec chmod +x {} \; } - |