summaryrefslogtreecommitdiff
path: root/security/honeyd/files
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2004-04-20 09:14:43 +0000
committerxtraeme <xtraeme@pkgsrc.org>2004-04-20 09:14:43 +0000
commit5885321bee40f93a16f44bbef72d0dc37d963f1c (patch)
tree302bfe0181125bc66fc95f76c4f88e3bad75591f /security/honeyd/files
parentdd260b8d5be8326fcfc80638808e22722b21169b (diff)
downloadpkgsrc-5885321bee40f93a16f44bbef72d0dc37d963f1c.tar.gz
Initial import of honeyd-0.8b, from pkgsrc-wip packaged by Adrian
Portelli with minor changes by me. Honeyd is a small daemon that creates virtual hosts on a network. The hosts can be configured to run arbitrary services, and their personality can be adapted so that they appear to be running certain operating systems. Honeyd enables a single host to claim multiple addresses - I have tested up to 65536 - on a LAN for network simulation. Honeyd improves cyber security by providing mechanisms for threat detection and assessment. It also deters adversaries by hiding real systems in the middle of virtual systems.
Diffstat (limited to 'security/honeyd/files')
-rw-r--r--security/honeyd/files/honeyd.sh18
1 files changed, 18 insertions, 0 deletions
diff --git a/security/honeyd/files/honeyd.sh b/security/honeyd/files/honeyd.sh
new file mode 100644
index 00000000000..44be1af9a19
--- /dev/null
+++ b/security/honeyd/files/honeyd.sh
@@ -0,0 +1,18 @@
+#!@RCD_SCRIPTS_SHELL@
+#
+# $NetBSD: honeyd.sh,v 1.1.1.1 2004/04/20 09:14:43 xtraeme Exp $
+#
+
+# PROVIDE: honeyd
+# REQUIRE: DAEMON
+# AFTER: honeydarpd
+
+. /etc/rc.subr
+
+name="honeyd"
+rcvar=$name
+command="@PREFIX@/bin/${name}"
+pidfile="/var/run/${name}.pid"
+
+load_rc_config $name
+run_rc_command "$1"