summaryrefslogtreecommitdiff
path: root/net/zephyr/files/patch-ag
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-05-06 03:49:05 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-05-06 03:49:05 +0000
commit28e7382123cbc7ef132190c6b3c29b101db38cfc (patch)
treea9d50288bd0e48228abd908a6f7bd8be06c4e7bd /net/zephyr/files/patch-ag
parentPR: 51521 (diff)
As announced on 27 March 2003 in <20030328052350.GA18971@rot13.obsecurity.org>,
remove these ports that have been broken for >4 months (in many cases much longer) with no sign of a fix.
Notes
Notes: svn path=/head/; revision=80201
Diffstat (limited to 'net/zephyr/files/patch-ag')
-rw-r--r--net/zephyr/files/patch-ag34
1 files changed, 0 insertions, 34 deletions
diff --git a/net/zephyr/files/patch-ag b/net/zephyr/files/patch-ag
deleted file mode 100644
index 2585114f395a..000000000000
--- a/net/zephyr/files/patch-ag
+++ /dev/null
@@ -1,34 +0,0 @@
---- lib/ZInit.c.orig Fri Jan 22 18:19:14 1999
-+++ lib/ZInit.c Wed Nov 21 16:32:06 2001
-@@ -36,6 +36,7 @@
- int s, sinsize = sizeof(sin);
- Code_t code;
- ZNotice_t notice;
-+ char *realm = NULL;
- #ifdef HAVE_KRB4
- char *krealm = NULL;
- int krbval;
-@@ -104,7 +105,11 @@
- return (krbval);
- }
- #else
-- strcpy(__Zephyr_realm, "local-realm");
-+ realm = ZGetVariable("realm");
-+ if (realm)
-+ strcpy(__Zephyr_realm, realm);
-+ else
-+ strcpy(__Zephyr_realm, "local-realm");
- #endif
-
- __My_addr.s_addr = INADDR_NONE;
---- lib/ZVariables.c.orig Thu Jun 3 10:51:42 1999
-+++ lib/ZVariables.c Mon Nov 26 08:51:56 2001
-@@ -36,7 +36,7 @@
- if ((ret = get_varval(varfile, var)) != ZERR_NONE)
- return (ret);
-
-- sprintf(varfile, "%s/zephyr.vars", SYSCONFDIR);
-+ sprintf(varfile, "%s/zephyr/zephyr.vars", SYSCONFDIR);
- return (get_varval(varfile, var));
- }
-