summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-analyzer/scanlogd/scanlogd-2.2.ebuild')
-rw-r--r--net-analyzer/scanlogd/scanlogd-2.2.ebuild10
1 files changed, 5 insertions, 5 deletions
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"
+}