summaryrefslogtreecommitdiff
path: root/net/SSLtelnet/files/patch-ab
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2002-10-13 03:36:39 +0000
committerKris Kennaway <kris@FreeBSD.org>2002-10-13 03:36:39 +0000
commit9fc1c3c4c22d583c467bdc02dead536f164ce632 (patch)
tree8d20677234fd8e4f0c1deec136f9fed497454d7f /net/SSLtelnet/files/patch-ab
parentThe mh port was marked FORBIDDEN for security reasons 2 years and 7 months (diff)
The SSLtelnet port was marked FORBIDDEN for security reasons 13 months ago.
Remove it.
Notes
Notes: svn path=/head/; revision=67930
Diffstat (limited to 'net/SSLtelnet/files/patch-ab')
-rw-r--r--net/SSLtelnet/files/patch-ab11
1 files changed, 0 insertions, 11 deletions
diff --git a/net/SSLtelnet/files/patch-ab b/net/SSLtelnet/files/patch-ab
deleted file mode 100644
index 8dc321e8b2f7..000000000000
--- a/net/SSLtelnet/files/patch-ab
+++ /dev/null
@@ -1,11 +0,0 @@
---- telnetd/pathnames.h.orig Sat Jun 15 17:26:10 1996
-+++ telnetd/pathnames.h Sat Oct 17 22:11:51 1998
-@@ -53,7 +53,7 @@
- /* I'm working on having this work as is with SunOS 5.x */
- #ifndef USE_SRALOGIN
- #undef _PATH_LOGIN
--#ifdef __bsdi__
-+#if defined(__bsdi__) || defined(__FreeBSD__)
- #define _PATH_LOGIN "/usr/bin/login"
- #else
- #define _PATH_LOGIN "/bin/login"