summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <msterret@gentoo.org>2003-09-05 23:40:14 +0000
committerMichael Sterrett <msterret@gentoo.org>2003-09-05 23:40:14 +0000
commit081020c6d8b00f2750190600c12379ea601be8f5 (patch)
treeecf8f2c2128cc45ef37da71a9c2073774502cba0 /net-analyzer/scanlogd
parentheader fix (diff)
downloadgentoo-2-081020c6d8b00f2750190600c12379ea601be8f5.tar.gz
gentoo-2-081020c6d8b00f2750190600c12379ea601be8f5.tar.bz2
gentoo-2-081020c6d8b00f2750190600c12379ea601be8f5.zip
whitespace cleanup
Diffstat (limited to 'net-analyzer/scanlogd')
-rw-r--r--net-analyzer/scanlogd/Manifest2
-rw-r--r--net-analyzer/scanlogd/scanlogd-2.2.ebuild10
2 files changed, 6 insertions, 6 deletions
diff --git a/net-analyzer/scanlogd/Manifest b/net-analyzer/scanlogd/Manifest
index b590323d84f1..0ff089084e25 100644
--- a/net-analyzer/scanlogd/Manifest
+++ b/net-analyzer/scanlogd/Manifest
@@ -1,4 +1,4 @@
MD5 976c99ac0cf759bf38ec67e4a95e055e ChangeLog 534
-MD5 7ab1790758df16d967b67fdbc2216a83 scanlogd-2.2.ebuild 937
+MD5 21481bc87b422a185c1357d2a7be3081 scanlogd-2.2.ebuild 910
MD5 f3b5d3f3b476cf7d249d5063d9965cd4 files/digest-scanlogd-2.2 62
MD5 dab7437a539e6f3215d0cec8af87085f files/scanlogd.rc 514
diff --git a/net-analyzer/scanlogd/scanlogd-2.2.ebuild b/net-analyzer/scanlogd/scanlogd-2.2.ebuild
index 1c54be7b2289..4581c2767a91 100644
--- a/net-analyzer/scanlogd/scanlogd-2.2.ebuild
+++ b/net-analyzer/scanlogd/scanlogd-2.2.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/scanlogd/scanlogd-2.2.ebuild,v 1.9 2003/02/13 13:50:20 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/scanlogd/scanlogd-2.2.ebuild,v 1.10 2003/09/05 23:40:10 msterret Exp $
DESCRIPTION="Scanlogd- detects and logs TCP port scans"
SRC_URI="http://www.openwall.com/scanlogd/${P}.tar.gz"
@@ -15,18 +15,18 @@ DEPEND="virtual/glibc"
src_compile() {
make linux || die
}
-
+
src_install() {
dosbin scanlogd
doman scanlogd.8
exeinto /etc/init.d ; newexe ${FILESDIR}/scanlogd.rc scanlogd
-}
+}
pkg_postinst() {
einfo "Before you can run scanlogd you need to create the user "
einfo "scanlog by running the following command"
einfo "adduser -s /bin/false scanlogd"
einfo "You can start the scanlogd monitoring program at boot by running"
- einfo "rc-update add scanlogd default"
-}
+ einfo "rc-update add scanlogd default"
+}