summaryrefslogtreecommitdiff
path: root/security/honeyd/files
diff options
context:
space:
mode:
authoradrianp <adrianp@pkgsrc.org>2006-02-19 17:23:18 +0000
committeradrianp <adrianp@pkgsrc.org>2006-02-19 17:23:18 +0000
commit0f0f3453b3757d1cc18d2718c28b3099762da49e (patch)
tree4fdb05524cbcda8ac2d8b05168b71976291c34c3 /security/honeyd/files
parentdf690f34e34da901bd76227b7d6d6383a5196469 (diff)
downloadpkgsrc-0f0f3453b3757d1cc18d2718c28b3099762da49e.tar.gz
Update to honeyd 1.5
New features include: * Statistics Collector: A daemon that can process netflow-like information exported by several Honeyd instances and do computations on the data - see live data. * Improved Subsystems: Improved support for subsystems permits running more complicated UNIX applications like mwcollect as a subsystem for Honeyd. * Proxy and SMTP subsystems: Example subsystems to simulate open proxies and mail relays. These subsystems are written with performance in mind and have no problem in keeping up with a busy network. Bugfixes include: A bug in Honeyd's IP reassembly code allows adversaries to remotely fingerprint honeypots. Thanks to Jon Oberheide for finding the bug; see adv.2006-01 for more information
Diffstat (limited to 'security/honeyd/files')
-rw-r--r--security/honeyd/files/honeyd.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/honeyd/files/honeyd.sh b/security/honeyd/files/honeyd.sh
index 44be1af9a19..956866ea027 100644
--- a/security/honeyd/files/honeyd.sh
+++ b/security/honeyd/files/honeyd.sh
@@ -1,6 +1,6 @@
#!@RCD_SCRIPTS_SHELL@
#
-# $NetBSD: honeyd.sh,v 1.1.1.1 2004/04/20 09:14:43 xtraeme Exp $
+# $NetBSD: honeyd.sh,v 1.2 2006/02/19 17:23:18 adrianp Exp $
#
# PROVIDE: honeyd
@@ -12,7 +12,7 @@
name="honeyd"
rcvar=$name
command="@PREFIX@/bin/${name}"
-pidfile="/var/run/${name}.pid"
+pidfile="@VARBASE@/run/${name}.pid"
load_rc_config $name
run_rc_command "$1"