diff options
author | Owen Stampflee <owen@gentoo.org> | 2002-07-21 20:48:48 +0000 |
---|---|---|
committer | Owen Stampflee <owen@gentoo.org> | 2002-07-21 20:48:48 +0000 |
commit | e551ad699a0152845b2b3c70491598fc471b1ca5 (patch) | |
tree | 087299e9ba1d378359d2b234527512f3d07c514f /net-analyzer/portsentry | |
parent | Initial release of xenophilia engine (diff) | |
download | historical-e551ad699a0152845b2b3c70491598fc471b1ca5.tar.gz historical-e551ad699a0152845b2b3c70491598fc471b1ca5.tar.bz2 historical-e551ad699a0152845b2b3c70491598fc471b1ca5.zip |
Added PPC to keywords and fixed a typo.
Diffstat (limited to 'net-analyzer/portsentry')
-rw-r--r-- | net-analyzer/portsentry/ChangeLog | 7 | ||||
-rw-r--r-- | net-analyzer/portsentry/files/portsentry.confd | 2 | ||||
-rw-r--r-- | net-analyzer/portsentry/portsentry-1.1-r6.ebuild | 4 |
3 files changed, 9 insertions, 4 deletions
diff --git a/net-analyzer/portsentry/ChangeLog b/net-analyzer/portsentry/ChangeLog index 8d87e373997b..d89d85ab349b 100644 --- a/net-analyzer/portsentry/ChangeLog +++ b/net-analyzer/portsentry/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-analyzer/portsentry # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/portsentry/ChangeLog,v 1.1 2002/06/28 11:54:12 bangert Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/portsentry/ChangeLog,v 1.2 2002/07/21 20:48:48 owen Exp $ + + + 15 Jul 2002; Owen Stampflee <owen@gentoo.org> : + + Added PPC to KEYWORDS and fixed typo in files/portsentry.confd 28 Jun 2002; Thilo Bangert <bangert@gentoo.org> : moved to net-analyzer - added SLOT - added LICENSE diff --git a/net-analyzer/portsentry/files/portsentry.confd b/net-analyzer/portsentry/files/portsentry.confd index 38f8969166d0..e55d33ecede3 100644 --- a/net-analyzer/portsentry/files/portsentry.confd +++ b/net-analyzer/portsentry/files/portsentry.confd @@ -1,3 +1,3 @@ # Config file for /etc/init.d/portsentry -#PORTSENTRY_MODES="udp tcp stcp atcp sudp audp +#PORTSENTRY_MODES="udp tcp stcp atcp sudp audp" diff --git a/net-analyzer/portsentry/portsentry-1.1-r6.ebuild b/net-analyzer/portsentry/portsentry-1.1-r6.ebuild index 25aa74d305b4..0816a953a01a 100644 --- a/net-analyzer/portsentry/portsentry-1.1-r6.ebuild +++ b/net-analyzer/portsentry/portsentry-1.1-r6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/portsentry/portsentry-1.1-r6.ebuild,v 1.3 2002/07/18 23:22:51 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/portsentry/portsentry-1.1-r6.ebuild,v 1.4 2002/07/21 20:48:48 owen Exp $ S=${WORKDIR}/${P} DESCRIPTION="Automated port scan detector and response tool" @@ -9,7 +9,7 @@ SRC_URI="http://www.psionic.com/tools/${P}.tar.gz" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86" +KEYWORDS="x86 ppc" DEPEND="virtual/glibc" |