diff options
Diffstat (limited to 'security/mit-krb5/patches/patch-au')
-rw-r--r-- | security/mit-krb5/patches/patch-au | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/security/mit-krb5/patches/patch-au b/security/mit-krb5/patches/patch-au deleted file mode 100644 index a330db70432..00000000000 --- a/security/mit-krb5/patches/patch-au +++ /dev/null @@ -1,14 +0,0 @@ -$NetBSD$ - ---- appl/telnet/telnetd/state.c.orig 2002-11-15 21:21:51.000000000 +0100 -+++ appl/telnet/telnetd/state.c -@@ -1665,7 +1665,8 @@ static int envvarok(varp) - strcmp(varp, "RESOLV_HOST_CONF") && /* linux */ - strcmp(varp, "NLSPATH") && /* locale stuff */ - strncmp(varp, "LC_", strlen("LC_")) && /* locale stuff */ -- strcmp(varp, "IFS")) { -+ strcmp(varp, "IFS") && -+ !strchr(varp, '-')) { - return 1; - } else { - syslog(LOG_INFO, "Rejected the attempt to modify the environment variable \"%s\"", varp); |