diff options
author | Michael Sterrett <msterret@gentoo.org> | 2003-09-05 23:40:14 +0000 |
---|---|---|
committer | Michael Sterrett <msterret@gentoo.org> | 2003-09-05 23:40:14 +0000 |
commit | 081020c6d8b00f2750190600c12379ea601be8f5 (patch) | |
tree | ecf8f2c2128cc45ef37da71a9c2073774502cba0 /net-analyzer/scanssh | |
parent | header fix (diff) | |
download | gentoo-2-081020c6d8b00f2750190600c12379ea601be8f5.tar.gz gentoo-2-081020c6d8b00f2750190600c12379ea601be8f5.tar.bz2 gentoo-2-081020c6d8b00f2750190600c12379ea601be8f5.zip |
whitespace cleanup
Diffstat (limited to 'net-analyzer/scanssh')
-rw-r--r-- | net-analyzer/scanssh/Manifest | 4 | ||||
-rw-r--r-- | net-analyzer/scanssh/scanssh-1.6b.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-analyzer/scanssh/Manifest b/net-analyzer/scanssh/Manifest index 5a1af74f7027..75c879879b7c 100644 --- a/net-analyzer/scanssh/Manifest +++ b/net-analyzer/scanssh/Manifest @@ -1,3 +1,3 @@ -MD5 41c4a3014bd820529d63f6b16a7b83d6 files/digest-scanssh-1.6b 63 -MD5 ac905ae91330f7fef7aad777c7c44f3d scanssh-1.6b.ebuild 623 MD5 42c9a1b251ba7b3e1514e68974fe5023 ChangeLog 506 +MD5 77e9c8fa110df46280e00a06ca621ba0 scanssh-1.6b.ebuild 623 +MD5 41c4a3014bd820529d63f6b16a7b83d6 files/digest-scanssh-1.6b 63 diff --git a/net-analyzer/scanssh/scanssh-1.6b.ebuild b/net-analyzer/scanssh/scanssh-1.6b.ebuild index 9738a6ea959b..42fdb1e3bbba 100644 --- a/net-analyzer/scanssh/scanssh-1.6b.ebuild +++ b/net-analyzer/scanssh/scanssh-1.6b.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/scanssh/scanssh-1.6b.ebuild,v 1.5 2003/07/13 11:30:14 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/scanssh/scanssh-1.6b.ebuild,v 1.6 2003/09/05 23:40:10 msterret Exp $ S=${WORKDIR}/scanssh DESCRIPTION="scanssh protocol scanner scans a list of addresses an networks for running SSH protocol servers and their version numbers." @@ -16,5 +16,5 @@ DEPEND="net-libs/libpcap" src_install() { doman scanssh.1 - dobin scanssh + dobin scanssh } |