diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-03-11 17:44:56 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-03-11 17:44:56 +0000 |
commit | c4d0d0cf4576fa166964e4a56711ff6ce39a1662 (patch) | |
tree | 166c578fd6e95047441b20e8d0a77ecbe60cdce5 /net/Makefile | |
parent | 64028e9c265ddf04a2bad9827fca304c1dd4af4e (diff) | |
download | ports-c4d0d0cf4576fa166964e4a56711ff6ce39a1662.tar.gz ports-c4d0d0cf4576fa166964e4a56711ff6ce39a1662.zip |
fake telnet daemon (ftelnetd)
-----------------------------
ftelnetd is a small server faking various telnet daemons,
logging all received logins to a file and doing more actions.
WWW: http://www.corehack.org/
PR: ports/110172
Submitted by: Levent Kayan <levent at corehack.org>
Notes
Notes:
svn path=/head/; revision=187145
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 9e6917c5fefd..ce0d200e79e3 100644 --- a/net/Makefile +++ b/net/Makefile @@ -133,6 +133,7 @@ SUBDIR += fspclient SUBDIR += fspd SUBDIR += fsplib + SUBDIR += ftelnetd SUBDIR += g2ipmsg SUBDIR += gacxtool SUBDIR += gastman |