Update to ircd-hybrid-5 version 5.3.
Thanks to Adrian Penisoara <ady@freebsd.ady.ro> for his patches. PR: ports/7255
This commit is contained in:
parent
d902b2d908
commit
e1486f8c7e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=11962
4 changed files with 28 additions and 9 deletions
|
@ -1,13 +1,12 @@
|
|||
# New ports collection makefile for: ircd-hybrid
|
||||
# Version required: 5.2p1
|
||||
# Version required: 5.3
|
||||
# Date created: 9 January 1998
|
||||
# Whom: desmo@bandwidth.org
|
||||
#
|
||||
# $Id: Makefile,v 1.4 1998/06/07 14:45:36 dburr Exp $
|
||||
# $Id: Makefile,v 1.5 1998/06/07 15:58:19 dburr Exp $
|
||||
#
|
||||
|
||||
DISTNAME= ircd-hybrid-5.2p1
|
||||
PKGNAME= ircd-hybrid-5.2.1
|
||||
DISTNAME= ircd-hybrid-5.3
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= ftp://ftp.vol.com/pub/ircd/
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (ircd-hybrid-5.2p1.tar.gz) = dc7b91da8d14435ed075eed45cd6a4a5
|
||||
MD5 (ircd-hybrid-5.3.tar.gz) = 7f22c603ac60d54e98e84bae2abd39d8
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
--- include/config.h.old Sun Jun 7 07:08:17 1998
|
||||
+++ include/config.h Sun Jun 7 07:12:38 1998
|
||||
--- include/config.h.orig Tue Jul 7 17:40:42 1998
|
||||
+++ include/config.h Sat Jul 11 23:52:40 1998
|
||||
@@ -27,8 +27,8 @@
|
||||
/***************** MAKE SURE THIS IS CORRECT!!!!!!!!! **************/
|
||||
/* ONLY EDIT "HARD_FDLIMIT_" and "INIT_MAXCLIENTS" */
|
||||
|
@ -28,8 +28,8 @@
|
|||
*/
|
||||
-#define FNAME_USERLOG "/usr/local/ircd/users" /* */
|
||||
-#define FNAME_OPERLOG "/usr/local/ircd/opers" /* */
|
||||
+#define FNAME_USERLOG "/usr/local/etc/ircd/users" /* */
|
||||
+#define FNAME_OPERLOG "/usr/local/etc/ircd/opers" /* */
|
||||
+#define FNAME_USERLOG "/var/log/ircd.users" /* */
|
||||
+#define FNAME_OPERLOG "/var/log/ircd.opers" /* */
|
||||
|
||||
/* FOLLOW_IDENT_RFC
|
||||
*
|
||||
|
|
20
irc/ircd-hybrid/files/patch-ad
Normal file
20
irc/ircd-hybrid/files/patch-ad
Normal file
|
@ -0,0 +1,20 @@
|
|||
--- src/list.c.orig Tue Jul 7 17:40:52 1998
|
||||
+++ src/list.c Sat Jul 11 23:12:41 1998
|
||||
@@ -49,7 +49,7 @@
|
||||
for smaller nets who knows? -Dianora
|
||||
*/
|
||||
|
||||
-#define LINK_PREALLOCATE 1024
|
||||
+#define LINK_PREALLOCATE 64
|
||||
|
||||
/* Number of aClient structures to preallocate at a time
|
||||
for Efnet 1024 is reasonable
|
||||
@@ -60,7 +60,7 @@
|
||||
rather than 30k times -Dianora
|
||||
*/
|
||||
|
||||
-#define CLIENTS_PREALLOCATE 1024
|
||||
+#define CLIENTS_PREALLOCATE 64
|
||||
|
||||
void outofmemory();
|
||||
|
Loading…
Reference in a new issue