summaryrefslogtreecommitdiffstats
path: root/net-misc
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2012-06-09 01:08:01 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2012-06-09 01:08:22 +0200
commitcb6aca925c947d7a082210be1c4fea1507c649c6 (patch)
tree41a7ede825772a79ad9fb8540f841f8e19e5d3a1 /net-misc
parentAdd telnet honeypot ebuild. (diff)
downloadportage-cb6aca925c947d7a082210be1c4fea1507c649c6.tar.xz
portage-cb6aca925c947d7a082210be1c4fea1507c649c6.zip
Add mulder.
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/mulder-listen-daemon/Manifest1
-rw-r--r--net-misc/mulder-listen-daemon/mulder-listen-daemon-9999.ebuild16
-rw-r--r--net-misc/telnet-password-honeypot/telnet-password-honeypot-9999.ebuild2
3 files changed, 18 insertions, 1 deletions
diff --git a/net-misc/mulder-listen-daemon/Manifest b/net-misc/mulder-listen-daemon/Manifest
new file mode 100644
index 0000000..a1e408a
--- /dev/null
+++ b/net-misc/mulder-listen-daemon/Manifest
@@ -0,0 +1 @@
+EBUILD mulder-listen-daemon-9999.ebuild 330 RMD160 737d28bb1b98ecd06b5a890b5ce2419c37512ec1 SHA1 6ec6d7aec9287f22d34aa898e95153ccfc76d34a SHA256 06c6d16ffc0c10b3906359b0e92608b133ddc4f02891d2b6de17100fb2b0877b
diff --git a/net-misc/mulder-listen-daemon/mulder-listen-daemon-9999.ebuild b/net-misc/mulder-listen-daemon/mulder-listen-daemon-9999.ebuild
new file mode 100644
index 0000000..87c7737
--- /dev/null
+++ b/net-misc/mulder-listen-daemon/mulder-listen-daemon-9999.ebuild
@@ -0,0 +1,16 @@
+# Copyright 2012 Jason A. Donenfeld <Jason@zx2c4.com>
+
+inherit git-2
+
+DESCRIPTION="The truth is out there."
+HOMEPAGE="http://www.zx2c4.com"
+SRC_URI=""
+EGIT_REPO_URI="http://git.zx2c4.com/mulder-listen-daemon"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+src_install() {
+ dobin mulderd
+ newinitd mulderd.initd mulderd
+ keepdir /var/empty
+}
diff --git a/net-misc/telnet-password-honeypot/telnet-password-honeypot-9999.ebuild b/net-misc/telnet-password-honeypot/telnet-password-honeypot-9999.ebuild
index a81532b..6c7a74a 100644
--- a/net-misc/telnet-password-honeypot/telnet-password-honeypot-9999.ebuild
+++ b/net-misc/telnet-password-honeypot/telnet-password-honeypot-9999.ebuild
@@ -3,7 +3,7 @@
inherit git-2
DESCRIPTION="A password honeypot for telnet."
-HOMEPAGE="http://code.kryo.se/iodine/"
+HOMEPAGE="http://www.zx2c4.com"
SRC_URI=""
EGIT_REPO_URI="http://git.zx2c4.com/telnet-password-honeypot"
SLOT="0"