diff options
author | Donald Burr <dburr@FreeBSD.org> | 1998-06-07 14:45:46 +0000 |
---|---|---|
committer | Donald Burr <dburr@FreeBSD.org> | 1998-06-07 14:45:46 +0000 |
commit | 3622f30dc5d692c623417c5836fa43186816c5d4 (patch) | |
tree | 7c54a012c9fb9f78da69ba1c49f72855344a0e8f /irc/ircd-hybrid/files/patch-ac | |
parent | SVr4 and XSI-Curses compatible curses library. (diff) |
Upgrade to ircd-hybrid-5.2p1.
* Change DISTNAME in Makefile, and add PKGNAME to reflect the convention
that "5.2p1" is to be expressed as "5.2.1" in package names.
* Changed MD5.
* Re-generated patches so that they patch cleanly against the new version.
Diffstat (limited to '')
-rw-r--r-- | irc/ircd-hybrid/files/patch-ac | 30 |
1 files changed, 11 insertions, 19 deletions
diff --git a/irc/ircd-hybrid/files/patch-ac b/irc/ircd-hybrid/files/patch-ac index 4f0ade91e48b..cc765bd3e0be 100644 --- a/irc/ircd-hybrid/files/patch-ac +++ b/irc/ircd-hybrid/files/patch-ac @@ -1,19 +1,11 @@ -*** include/struct.h.orig Sat Jan 10 17:27:35 1998 ---- include/struct.h Sat Jan 10 17:28:28 1998 -*************** -*** 86,92 **** - */ - #define USERLEN 10 - #define REALLEN 50 -! #define TOPICLEN 90 - #define CHANNELLEN 200 - #define PASSWDLEN 20 - #define KEYLEN 23 ---- 86,92 ---- - */ - #define USERLEN 10 - #define REALLEN 50 -! #define TOPICLEN 250 - #define CHANNELLEN 200 - #define PASSWDLEN 20 - #define KEYLEN 23 +--- include/struct.h.old Sun Jun 7 07:13:45 1998 ++++ include/struct.h Sun Jun 7 07:14:03 1998 +@@ -89,7 +89,7 @@ + + #define USERLEN 10 + #define REALLEN 50 +-#define TOPICLEN 90 ++#define TOPICLEN 250 + #define CHANNELLEN 200 + #define PASSWDLEN 20 + #define KEYLEN 23 |