View | Details | Raw Unified | Return to bug 91559
Collapse All | Expand All

(-)/usr/home/db/ircd-hybrid/Makefile (-1 / +1 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	ircd-hybrid
8
PORTNAME=	ircd-hybrid
9
PORTVERSION=	7.1.2
9
PORTVERSION=	7.2.0
10
CATEGORIES=	irc ipv6
10
CATEGORIES=	irc ipv6
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE_EXTENDED}
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE_EXTENDED}
12
MASTER_SITE_SUBDIR=	ircd-hybrid
12
MASTER_SITE_SUBDIR=	ircd-hybrid
(-)/usr/home/db/ircd-hybrid/distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
MD5 (ircd-hybrid-7.1.2.tgz) = 355bfc7bf5b3dbad201c76f46258368a
1
MD5 (ircd-hybrid-7.2.0.tgz) = e3c716fef0c62eaba147df06f32ea87d
2
SIZE (ircd-hybrid-7.1.2.tgz) = 1165828
2
SHA256 (ircd-hybrid-7.2.0.tgz) = b4b5f331efcf44dc6293148db799d1a01eb92db358069277b79f9c68db3f01f4
3
SIZE (ircd-hybrid-7.2.0.tgz) = 990320
(-)/usr/home/db/ircd-hybrid/files/patch-Makefile.in (-4 / +4 lines)
Lines 1-11 Link Here
1
--- Makefile.in.orig	Thu Jul 17 20:41:39 2003
1
--- Makefile.in.orig	Fri Dec  9 00:53:00 2005
2
+++ Makefile.in	Sat Jul 23 12:06:49 2005
2
+++ Makefile.in	Sun Jan  8 23:04:59 2006
3
@@ -24,7 +24,7 @@
3
@@ -24,7 +24,7 @@
4
 # Default make flags - you may want to uncomment this on a multicpu machine
4
 # Default make flags - you may want to uncomment this on a multicpu machine
5
 #MFLAGS   = -j 4
5
 #MFLAGS   = -j 4
6
 DEPEND_DIRS  = modules src servlink
6
 DEPEND_DIRS  = lib modules src servlink
7
-BUILD_DIRS   = ${DEPEND_DIRS} tools
7
-BUILD_DIRS   = ${DEPEND_DIRS} tools
8
+BUILD_DIRS   = ${DEPEND_DIRS} tools contrib messages
8
+BUILD_DIRS   = ${DEPEND_DIRS} tools contrib messages
9
 INSTALL_DIRS = ${BUILD_DIRS} etc doc include
9
 INSTALL_DIRS = ${BUILD_DIRS} etc doc help
10
 CLEAN_DIRS   = ${BUILD_DIRS} contrib
10
 CLEAN_DIRS   = ${BUILD_DIRS} contrib
11
 # Anywhere that we can make install, we obviously can rm -f Makefile
11
 # Anywhere that we can make install, we obviously can rm -f Makefile
(-)/usr/home/db/ircd-hybrid/files/patch-configure (-7 / +23 lines)
Lines 1-5 Link Here
1
--- configure.orig	Sat Jul  9 09:09:19 2005
1
--- configure.orig	Fri Dec  9 00:53:00 2005
2
+++ configure	Sat Jul 23 16:23:25 2005
2
+++ configure	Mon Jan  9 03:11:02 2006
3
@@ -351,6 +351,12 @@
3
@@ -351,6 +351,12 @@
4
 oldincludedir='/usr/include'
4
 oldincludedir='/usr/include'
5
 infodir='${prefix}/info'
5
 infodir='${prefix}/info'
Lines 48-59 Link Here
48
 do
48
 do
49
   eval ac_val=$`echo $ac_var`
49
   eval ac_val=$`echo $ac_var`
50
   case $ac_val in
50
   case $ac_val in
51
@@ -10693,6 +10718,13 @@
51
@@ -10800,6 +10825,13 @@
52
 
52
 
53
 cat >>confdefs.h <<_ACEOF
53
 cat >>confdefs.h <<_ACEOF
54
 #define IRCD_PREFIX "$ac_default_prefix"
54
 #define IRCD_PREFIX "$ac_default_prefix"
55
+#define MODPATH "$moduledir/"
55
+#define MODPATH "$moduledir/"
56
+#define AMODPATH "$automoduledir/"
56
+#define AUTOMODPATH "$automoduledir/"
57
+#define UHPATH "$uhelpdir/"
57
+#define UHPATH "$uhelpdir/"
58
+#define HPATH "$ohelpdir/"
58
+#define HPATH "$ohelpdir/"
59
+#define MSGPATH "$messagedir/"
59
+#define MSGPATH "$messagedir/"
Lines 62-73 Link Here
62
 _ACEOF
62
 _ACEOF
63
 
63
 
64
 
64
 
65
@@ -10703,6 +10735,13 @@
65
@@ -10810,12 +10842,19 @@
66
 
66
 
67
 cat >>confdefs.h <<_ACEOF
67
 cat >>confdefs.h <<_ACEOF
68
 #define IRCD_PREFIX "$prefix"
68
 #define IRCD_PREFIX "$prefix"
69
+#define MODPATH "$moduledir/"
69
+#define MODPATH "$moduledir/"
70
+#define AMODPATH "$automoduledir/"
70
+#define AUTOMODPATH "$automoduledir/"
71
+#define UHPATH "$uhelpdir/"
71
+#define UHPATH "$uhelpdir/"
72
+#define HPATH "$ohelpdir/"
72
+#define HPATH "$ohelpdir/"
73
+#define MSGPATH "$messagedir/"
73
+#define MSGPATH "$messagedir/"
Lines 76-82 Link Here
76
 _ACEOF
76
 _ACEOF
77
 
77
 
78
 
78
 
79
@@ -11323,6 +11362,12 @@
79
 fi
80
 
81
-                                                                                                                                  ac_config_files="$ac_config_files Makefile etc/Makefile servlink/Makefile contrib/Makefile contrib/help/Makefile src/Makefile messages/Makefile modules/Makefile tools/Makefile doc/Makefile help/Makefile lib/Makefile lib/pcre/Makefile"
82
+                                                                                                                                  ac_config_files="$ac_config_files Makefile etc/Makefile servlink/Makefile contrib/Makefile contrib/help/Makefile help/Makefile src/Makefile messages/Makefile modules/Makefile tools/Makefile doc/Makefile help/Makefile lib/Makefile lib/pcre/Makefile"
83
 
84
 
85
 cat >confcache <<\_ACEOF
86
@@ -11418,6 +11457,8 @@
87
 s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
88
 s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
89
 s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
90
+s,@UPATH@,$uhelpdir,;t t
91
+s,@HPATH@,$ohelpdir,;t t
92
 s,@exec_prefix@,$exec_prefix,;t t
93
 s,@prefix@,$prefix,;t t
94
 s,@program_transform_name@,$program_transform_name,;t t
95
@@ -11433,6 +11474,12 @@
80
 s,@oldincludedir@,$oldincludedir,;t t
96
 s,@oldincludedir@,$oldincludedir,;t t
81
 s,@infodir@,$infodir,;t t
97
 s,@infodir@,$infodir,;t t
82
 s,@mandir@,$mandir,;t t
98
 s,@mandir@,$mandir,;t t
(-)/usr/home/db/ircd-hybrid/files/patch-contrib-help_Makefile.in (+35 lines)
Line 0 Link Here
1
--- contrib/help/Makefile.in.orig	Fri Dec  9 00:52:54 2005
2
+++ contrib/help/Makefile.in	Mon Jan  9 10:54:42 2006
3
@@ -7,8 +7,8 @@
4
 
5
 prefix=		@prefix@
6
 exec_prefix=	@execprefix@
7
-uhelpdir=	${prefix}/help/users
8
-ohelpdir=	${prefix}/help/opers
9
+uhelpdir=	@UPATH@
10
+ohelpdir=	@HPATH@
11
 
12
 SYMLINKS=   topic accept cmode admin names links away whowas \
13
 		version kick who invite quit join list nick oper part \
14
@@ -21,19 +21,13 @@
15
 
16
 install: 
17
 	@echo installing help files...
18
-	-@if test ! -d $(prefix)/help; then \
19
-		echo "mkdir $(prefix)/help"; \
20
-		mkdir $(prefix)/help; \
21
-		echo "mkdir $(prefix)/help/users"; \
22
-		mkdir $(prefix)/help/users; \
23
-		echo "mkdir $(prefix)/help/opers"; \
24
-		mkdir $(prefix)/help/opers; \
25
-	fi
26
+	mkdir -p $(ohelpdir)
27
 	@for help in opers/*; do \
28
 	if [ -f $$help ]; then \
29
 		${INSTALL_DATA} $$help $(ohelpdir); \
30
 	fi \
31
 	done
32
+	mkdir -p $(uhelpdir)
33
 	@for help in users/*; do \
34
 	if [ -f $$help ]; then \
35
 		$(INSTALL_DATA) $$help $(uhelpdir); \
(-)/usr/home/db/ircd-hybrid/files/patch-contrib_Makefile.in (-13 / +2 lines)
Lines 1-5 Link Here
1
--- contrib/Makefile.in.orig	Sat Jul 23 10:40:46 2005
1
--- contrib/Makefile.in.orig	Fri Dec  9 00:52:55 2005
2
+++ contrib/Makefile.in	Sat Jul 23 10:41:30 2005
2
+++ contrib/Makefile.in	Sun Jan  8 23:05:43 2006
3
@@ -19,7 +19,7 @@
3
@@ -19,7 +19,7 @@
4
 
4
 
5
 prefix		= $(DESTDIR)@prefix@
5
 prefix		= $(DESTDIR)@prefix@
Lines 9-22 Link Here
9
 
9
 
10
 SSL_LIBS	= @SSL_LIBS@
10
 SSL_LIBS	= @SSL_LIBS@
11
 SSL_INCLUDES	= @SSL_INCLUDES@
11
 SSL_INCLUDES	= @SSL_INCLUDES@
12
@@ -29,8 +29,8 @@
13
 INCLUDES	= -I../include $(SSL_INCLUDES)
14
 CPPFLAGS	= ${INCLUDES} @CPPFLAGS@
15
 
16
-uhelpdir	= ${prefix}/help/users
17
-ohelpdir	= ${prefix}/help/opers
18
+uhelpdir	= @uhelpdir@
19
+ohelpdir	= @ohelpdir@
20
 
21
 SYMLINKS	= topic accept cmode admin names links away whowas \
22
 		  version kick who invite quit join list nick oper part \
(-)/usr/home/db/ircd-hybrid/files/patch-contrib_m_help.c (-11 lines)
Lines 1-11 Link Here
1
--- contrib/m_help.c.orig	Sat Jul 23 15:52:17 2005
2
+++ contrib/m_help.c	Sat Jul 23 15:50:40 2005
3
@@ -36,8 +36,6 @@
4
 #include "modules.h"
5
 #include "irc_string.h"
6
 
7
-#define HPATH  IRCD_PREFIX "/help/opers"
8
-#define UHPATH IRCD_PREFIX "/help/users"
9
 #define HELPLEN 400
10
 
11
 static void m_help(struct Client*, struct Client*, int, char *[]);
(-)/usr/home/db/ircd-hybrid/files/patch-help_Makefile.in (+41 lines)
Line 0 Link Here
1
--- help/Makefile.in.orig	Fri Dec  9 00:52:54 2005
2
+++ help/Makefile.in	Mon Jan  9 09:54:19 2006
3
@@ -7,8 +7,8 @@
4
 
5
 prefix=		@prefix@
6
 exec_prefix=	@execprefix@
7
-uhelpdir=	${prefix}/help/users
8
-ohelpdir=	${prefix}/help/opers
9
+uhelpdir=	@UPATH@
10
+ohelpdir=	@HPATH@
11
 
12
 SYMLINKS=	topic accept cmode admin names links away whowas \
13
 		version kick who invite quit join list nick oper part \
14
@@ -21,14 +21,8 @@
15
 
16
 install: 
17
 	@echo installing help files...
18
-	-@if test ! -d $(prefix)/help; then \
19
-		echo "mkdir $(prefix)/help"; \
20
-		mkdir $(prefix)/help; \
21
-		echo "mkdir $(prefix)/help/users"; \
22
-		mkdir $(prefix)/help/users; \
23
-		echo "mkdir $(prefix)/help/opers"; \
24
-		mkdir $(prefix)/help/opers; \
25
-	fi
26
+	mkdir -p $(ohelpdir)
27
+	mkdir -p $(uhelpdir)
28
 	@for help in opers/*; do \
29
 	if [ -f $$help ]; then \
30
 		${INSTALL_DATA} $$help $(ohelpdir); \
31
@@ -38,10 +32,6 @@
32
 	if [ -f $$help ]; then \
33
 		$(INSTALL_DATA) $$help $(uhelpdir); \
34
 	fi \
35
-	done
36
-	@for link in $(SYMLINKS); do \
37
-		rm -f $(uhelpdir)/$$link; \
38
-		ln -s $(ohelpdir)/$$link $(uhelpdir); \
39
 	done
40
 
41
 distclean:
(-)/usr/home/db/ircd-hybrid/files/patch-include_defaults.h (-16 / +18 lines)
Lines 1-25 Link Here
1
--- include/defaults.h.orig	Sat Oct  4 15:31:17 2003
1
--- include/defaults.h.orig	Fri Dec  9 00:52:49 2005
2
+++ include/defaults.h	Sat Jul 23 14:00:15 2005
2
+++ include/defaults.h	Mon Jan  9 00:44:02 2006
3
@@ -41,17 +41,11 @@
3
@@ -42,19 +42,11 @@
4
  * DPATH       = root directory of installation,
4
  * BINPATH     = directory for binary files
5
  * BINPATH     = directory for binary files,
5
  * MSGPATH     = directory for language files
6
  * ETCPATH     = directory for configuration files,
6
  * ETCPATH     = directory for configuration files
7
- * LOGPATH     = directory for logfiles,
7
- * LOGPATH     = directory for logfiles
8
- * MSGPATH     = directory for language files.
8
- * MODPATH     = directory for modules
9
- * AUTOMODPATH = directory for autoloaded modules
9
  */
10
  */
10
 
11
 
11
 /* dirs */
12
 /* dirs */
12
 #define DPATH   IRCD_PREFIX                                                     
13
 #define DPATH       IRCD_PREFIX                                                     
13
 #define BINPATH IRCD_PREFIX "/bin/"
14
 #define BINPATH     IRCD_PREFIX "/bin/"
14
-#define MSGPATH IRCD_PREFIX "/messages/"
15
-#define MSGPATH     IRCD_PREFIX "/messages/"
15
-#define ETCPATH IRCD_PREFIX "/etc"
16
-#define ETCPATH     IRCD_PREFIX "/etc"
16
-#define LOGPATH IRCD_PREFIX "/logs"
17
-#define LOGPATH     IRCD_PREFIX "/logs"
17
-#define MODPATH IRCD_PREFIX "/modules/"
18
-#define MODPATH     IRCD_PREFIX "/modules/"
19
-#define AUTOMODPATH IRCD_PREFIX "/modules/autoload/"
18
 
20
 
19
 /* files */
21
 /* files */
20
 #define SPATH   BINPATH "/ircd"                 /* ircd executable */
22
 #define SPATH   BINPATH "/ircd"                 /* ircd executable */
21
@@ -65,7 +59,7 @@
23
@@ -70,7 +62,7 @@
22
 #define XPATH   ETCPATH "/xline.conf"           /* xline file */
24
 #define RKPATH  ETCPATH "/rkline.conf"
23
 #define MPATH   ETCPATH "/ircd.motd"            /* MOTD file */
25
 #define MPATH   ETCPATH "/ircd.motd"            /* MOTD file */
24
 #define LPATH   LOGPATH "/ircd.log"             /* ircd logfile */
26
 #define LPATH   LOGPATH "/ircd.log"             /* ircd logfile */
25
-#define PPATH   ETCPATH "/ircd.pid"             /* pid file */
27
-#define PPATH   ETCPATH "/ircd.pid"             /* pid file */
(-)/usr/home/db/ircd-hybrid/files/patch-include_setup.h.in (-4 / +4 lines)
Lines 1-13 Link Here
1
--- include/setup.h.in.orig	Sun Jun 26 20:18:20 2005
1
--- include/setup.h.in.orig	Fri Dec  9 00:52:49 2005
2
+++ include/setup.h.in	Sat Jul 23 16:34:51 2005
2
+++ include/setup.h.in	Mon Jan  9 01:13:18 2006
3
@@ -171,6 +171,22 @@
3
@@ -177,6 +177,22 @@
4
 /* Prefix where the ircd is installed. */
4
 /* Prefix where the ircd is installed. */
5
 #undef IRCD_PREFIX
5
 #undef IRCD_PREFIX
6
 
6
 
7
+/* patched in by FreeBSD port */
7
+/* patched in by FreeBSD port */
8
+#undef MODPATH
8
+#undef MODPATH
9
+
9
+
10
+#undef AMODPATH
10
+#undef AUTOMODPATH
11
+
11
+
12
+#undef UHPATH
12
+#undef UHPATH
13
+
13
+
(-)/usr/home/db/ircd-hybrid/files/patch-modules_m_help.c (+11 lines)
Line 0 Link Here
1
--- modules/m_help.c.orig	Mon Jan  9 01:33:47 2006
2
+++ modules/m_help.c	Mon Jan  9 01:33:51 2006
3
@@ -36,8 +36,6 @@
4
 #include "modules.h"
5
 #include "irc_string.h"
6
 
7
-#define HPATH  IRCD_PREFIX "/help/opers"
8
-#define UHPATH IRCD_PREFIX "/help/users"
9
 #define HELPLEN 400
10
 
11
 static void m_help(struct Client *, struct Client *, int, char *[]);
(-)/usr/home/db/ircd-hybrid/files/patch-src_modules.c (-17 lines)
Lines 1-17 Link Here
1
--- src/modules.c.orig	Wed Jun 22 18:37:48 2005
2
+++ src/modules.c	Sat Jul 23 14:06:28 2005
3
@@ -160,11 +160,10 @@
4
 
5
   MyFree (base_autoload);
6
 
7
-  len = strlen(MODPATH) + 9;
8
-  /* whatever MODPATH + "autoload/" */
9
+  len = strlen(AMODPATH);
10
   
11
-  base_autoload = MyMalloc(len + 1);
12
-  snprintf(base_autoload, len, "%sautoload/", MODPATH);
13
+  base_autoload = MyMalloc(len + 2);
14
+  snprintf(base_autoload, len, "%s/", AMODPATH);
15
 }
16
 
17
 /* mod_add_path()
(-)/usr/home/db/ircd-hybrid/pkg-plist (-75 / +36 lines)
Lines 1-13 Link Here
1
bin/convertconf
2
bin/convertilines
3
bin/convertklines
4
bin/encspeed
1
bin/encspeed
5
bin/ircd
2
bin/ircd
6
bin/mkpasswd
3
bin/mkpasswd
7
bin/servlink
4
bin/servlink
8
bin/viconf
9
bin/viklines
10
bin/vimotd
11
etc/ircd-hybrid/cresv.conf
5
etc/ircd-hybrid/cresv.conf
12
etc/ircd-hybrid/dline.conf
6
etc/ircd-hybrid/dline.conf
13
etc/ircd-hybrid/example.conf
7
etc/ircd-hybrid/example.conf
Lines 16-106 Link Here
16
etc/ircd-hybrid/ircd.motd
10
etc/ircd-hybrid/ircd.motd
17
etc/ircd-hybrid/kline.conf
11
etc/ircd-hybrid/kline.conf
18
etc/ircd-hybrid/nresv.conf
12
etc/ircd-hybrid/nresv.conf
13
etc/ircd-hybrid/rkline.conf
14
etc/ircd-hybrid/rxline.conf
19
etc/ircd-hybrid/simple.conf
15
etc/ircd-hybrid/simple.conf
20
etc/ircd-hybrid/xline.conf
16
etc/ircd-hybrid/xline.conf
21
include/ircd-hybrid-7/balloc.h
22
include/ircd-hybrid-7/client.h
23
include/ircd-hybrid-7/cluster.h
24
include/ircd-hybrid-7/common.h
25
include/ircd-hybrid-7/control.h
26
include/ircd-hybrid-7/dalloca.h
27
include/ircd-hybrid-7/dbuf.h
28
include/ircd-hybrid-7/defaults.h
29
include/ircd-hybrid-7/event.h
30
include/ircd-hybrid-7/fdlist.h
31
include/ircd-hybrid-7/fileio.h
32
include/ircd-hybrid-7/handlers.h
33
include/ircd-hybrid-7/hash.h
34
include/ircd-hybrid-7/hook.h
35
include/ircd-hybrid-7/hostmask.h
36
include/ircd-hybrid-7/channel.h
37
include/ircd-hybrid-7/channel_mode.h
38
include/ircd-hybrid-7/inet_misc.h
39
include/ircd-hybrid-7/io.h
40
include/ircd-hybrid-7/ircdauth.h
41
include/ircd-hybrid-7/ircd.h
42
include/ircd-hybrid-7/ircd_defs.h
43
include/ircd-hybrid-7/ircd_getopt.h
44
include/ircd-hybrid-7/ircd_handler.h
45
include/ircd-hybrid-7/ircd_signal.h
46
include/ircd-hybrid-7/irc_getaddrinfo.h
47
include/ircd-hybrid-7/irc_getnameinfo.h
48
include/ircd-hybrid-7/irc_reslib.h
49
include/ircd-hybrid-7/irc_res.h
50
include/ircd-hybrid-7/irc_string.h
51
include/ircd-hybrid-7/listener.h
52
include/ircd-hybrid-7/list.h
53
include/ircd-hybrid-7/memory.h
54
include/ircd-hybrid-7/modules.h
55
include/ircd-hybrid-7/motd.h
56
include/ircd-hybrid-7/msg.h
57
include/ircd-hybrid-7/m_info.h
58
include/ircd-hybrid-7/numeric.h
59
include/ircd-hybrid-7/packet.h
60
include/ircd-hybrid-7/parse.h
61
include/ircd-hybrid-7/patchlevel.h
62
include/ircd-hybrid-7/restart.h
63
include/ircd-hybrid-7/resv.h
64
include/ircd-hybrid-7/rlimits.h
65
include/ircd-hybrid-7/rsa.h
66
include/ircd-hybrid-7/send.h
67
include/ircd-hybrid-7/serno.h
68
include/ircd-hybrid-7/servlink.h
69
include/ircd-hybrid-7/setup.h
70
include/ircd-hybrid-7/sprintf_irc.h
71
include/ircd-hybrid-7/stdinc.h
72
include/ircd-hybrid-7/supported.h
73
include/ircd-hybrid-7/s_auth.h
74
include/ircd-hybrid-7/s_bsd.h
75
include/ircd-hybrid-7/s_conf.h
76
include/ircd-hybrid-7/s_debug.h
77
include/ircd-hybrid-7/s_gline.h
78
include/ircd-hybrid-7/s_log.h
79
include/ircd-hybrid-7/s_misc.h
80
include/ircd-hybrid-7/s_serv.h
81
include/ircd-hybrid-7/s_stats.h
82
include/ircd-hybrid-7/s_user.h
83
include/ircd-hybrid-7/tools.h
84
include/ircd-hybrid-7/userhost.h
85
include/ircd-hybrid-7/whowas.h
86
share/ircd-hybrid-%%PORTVERSION%%/help/opers/accept
17
share/ircd-hybrid-%%PORTVERSION%%/help/opers/accept
87
share/ircd-hybrid-%%PORTVERSION%%/help/opers/admin
18
share/ircd-hybrid-%%PORTVERSION%%/help/opers/admin
88
share/ircd-hybrid-%%PORTVERSION%%/help/opers/away
19
share/ircd-hybrid-%%PORTVERSION%%/help/opers/away
89
share/ircd-hybrid-%%PORTVERSION%%/help/opers/capab
20
share/ircd-hybrid-%%PORTVERSION%%/help/opers/capab
21
share/ircd-hybrid-%%PORTVERSION%%/help/opers/capture
90
share/ircd-hybrid-%%PORTVERSION%%/help/opers/cburst
22
share/ircd-hybrid-%%PORTVERSION%%/help/opers/cburst
23
share/ircd-hybrid-%%PORTVERSION%%/help/opers/chghost
24
share/ircd-hybrid-%%PORTVERSION%%/help/opers/chgident
25
share/ircd-hybrid-%%PORTVERSION%%/help/opers/chgname
26
share/ircd-hybrid-%%PORTVERSION%%/help/opers/classlist
27
share/ircd-hybrid-%%PORTVERSION%%/help/opers/clearchan
91
share/ircd-hybrid-%%PORTVERSION%%/help/opers/client
28
share/ircd-hybrid-%%PORTVERSION%%/help/opers/client
92
share/ircd-hybrid-%%PORTVERSION%%/help/opers/close
29
share/ircd-hybrid-%%PORTVERSION%%/help/opers/close
93
share/ircd-hybrid-%%PORTVERSION%%/help/opers/cmode
30
share/ircd-hybrid-%%PORTVERSION%%/help/opers/cmode
94
share/ircd-hybrid-%%PORTVERSION%%/help/opers/connect
31
share/ircd-hybrid-%%PORTVERSION%%/help/opers/connect
95
share/ircd-hybrid-%%PORTVERSION%%/help/opers/credits
96
share/ircd-hybrid-%%PORTVERSION%%/help/opers/cryptlink
32
share/ircd-hybrid-%%PORTVERSION%%/help/opers/cryptlink
33
share/ircd-hybrid-%%PORTVERSION%%/help/opers/ctrace
34
share/ircd-hybrid-%%PORTVERSION%%/help/opers/delspoof
97
share/ircd-hybrid-%%PORTVERSION%%/help/opers/die
35
share/ircd-hybrid-%%PORTVERSION%%/help/opers/die
98
share/ircd-hybrid-%%PORTVERSION%%/help/opers/dline
36
share/ircd-hybrid-%%PORTVERSION%%/help/opers/dline
99
share/ircd-hybrid-%%PORTVERSION%%/help/opers/dmem
100
share/ircd-hybrid-%%PORTVERSION%%/help/opers/drop
37
share/ircd-hybrid-%%PORTVERSION%%/help/opers/drop
101
share/ircd-hybrid-%%PORTVERSION%%/help/opers/eob
38
share/ircd-hybrid-%%PORTVERSION%%/help/opers/eob
102
share/ircd-hybrid-%%PORTVERSION%%/help/opers/error
39
share/ircd-hybrid-%%PORTVERSION%%/help/opers/error
40
share/ircd-hybrid-%%PORTVERSION%%/help/opers/etrace
41
share/ircd-hybrid-%%PORTVERSION%%/help/opers/flags
42
share/ircd-hybrid-%%PORTVERSION%%/help/opers/forcejoin
43
share/ircd-hybrid-%%PORTVERSION%%/help/opers/forcepart
103
share/ircd-hybrid-%%PORTVERSION%%/help/opers/gline
44
share/ircd-hybrid-%%PORTVERSION%%/help/opers/gline
45
share/ircd-hybrid-%%PORTVERSION%%/help/opers/hash
104
share/ircd-hybrid-%%PORTVERSION%%/help/opers/help
46
share/ircd-hybrid-%%PORTVERSION%%/help/opers/help
105
share/ircd-hybrid-%%PORTVERSION%%/help/opers/challenge
47
share/ircd-hybrid-%%PORTVERSION%%/help/opers/challenge
106
share/ircd-hybrid-%%PORTVERSION%%/help/opers/index
48
share/ircd-hybrid-%%PORTVERSION%%/help/opers/index
Lines 108-113 Link Here
108
share/ircd-hybrid-%%PORTVERSION%%/help/opers/invite
50
share/ircd-hybrid-%%PORTVERSION%%/help/opers/invite
109
share/ircd-hybrid-%%PORTVERSION%%/help/opers/ison
51
share/ircd-hybrid-%%PORTVERSION%%/help/opers/ison
110
share/ircd-hybrid-%%PORTVERSION%%/help/opers/join
52
share/ircd-hybrid-%%PORTVERSION%%/help/opers/join
53
share/ircd-hybrid-%%PORTVERSION%%/help/opers/jupe
111
share/ircd-hybrid-%%PORTVERSION%%/help/opers/kick
54
share/ircd-hybrid-%%PORTVERSION%%/help/opers/kick
112
share/ircd-hybrid-%%PORTVERSION%%/help/opers/kill
55
share/ircd-hybrid-%%PORTVERSION%%/help/opers/kill
113
share/ircd-hybrid-%%PORTVERSION%%/help/opers/kline
56
share/ircd-hybrid-%%PORTVERSION%%/help/opers/kline
Lines 118-124 Link Here
118
share/ircd-hybrid-%%PORTVERSION%%/help/opers/lljoin
61
share/ircd-hybrid-%%PORTVERSION%%/help/opers/lljoin
119
share/ircd-hybrid-%%PORTVERSION%%/help/opers/llnick
62
share/ircd-hybrid-%%PORTVERSION%%/help/opers/llnick
120
share/ircd-hybrid-%%PORTVERSION%%/help/opers/locops
63
share/ircd-hybrid-%%PORTVERSION%%/help/opers/locops
64
share/ircd-hybrid-%%PORTVERSION%%/help/opers/ltrace
121
share/ircd-hybrid-%%PORTVERSION%%/help/opers/lusers
65
share/ircd-hybrid-%%PORTVERSION%%/help/opers/lusers
66
share/ircd-hybrid-%%PORTVERSION%%/help/opers/map
67
share/ircd-hybrid-%%PORTVERSION%%/help/opers/mkpasswd
122
share/ircd-hybrid-%%PORTVERSION%%/help/opers/modlist
68
share/ircd-hybrid-%%PORTVERSION%%/help/opers/modlist
123
share/ircd-hybrid-%%PORTVERSION%%/help/opers/modload
69
share/ircd-hybrid-%%PORTVERSION%%/help/opers/modload
124
share/ircd-hybrid-%%PORTVERSION%%/help/opers/modrestart
70
share/ircd-hybrid-%%PORTVERSION%%/help/opers/modrestart
Lines 128-135 Link Here
128
share/ircd-hybrid-%%PORTVERSION%%/help/opers/nburst
74
share/ircd-hybrid-%%PORTVERSION%%/help/opers/nburst
129
share/ircd-hybrid-%%PORTVERSION%%/help/opers/nick
75
share/ircd-hybrid-%%PORTVERSION%%/help/opers/nick
130
share/ircd-hybrid-%%PORTVERSION%%/help/opers/notice
76
share/ircd-hybrid-%%PORTVERSION%%/help/opers/notice
77
share/ircd-hybrid-%%PORTVERSION%%/help/opers/ojoin
78
share/ircd-hybrid-%%PORTVERSION%%/help/opers/omotd
131
share/ircd-hybrid-%%PORTVERSION%%/help/opers/oper
79
share/ircd-hybrid-%%PORTVERSION%%/help/opers/oper
132
share/ircd-hybrid-%%PORTVERSION%%/help/opers/operwall
80
share/ircd-hybrid-%%PORTVERSION%%/help/opers/operwall
81
share/ircd-hybrid-%%PORTVERSION%%/help/opers/opme
133
share/ircd-hybrid-%%PORTVERSION%%/help/opers/part
82
share/ircd-hybrid-%%PORTVERSION%%/help/opers/part
134
share/ircd-hybrid-%%PORTVERSION%%/help/opers/pass
83
share/ircd-hybrid-%%PORTVERSION%%/help/opers/pass
135
share/ircd-hybrid-%%PORTVERSION%%/help/opers/ping
84
share/ircd-hybrid-%%PORTVERSION%%/help/opers/ping
Lines 140-157 Link Here
140
share/ircd-hybrid-%%PORTVERSION%%/help/opers/rehash
89
share/ircd-hybrid-%%PORTVERSION%%/help/opers/rehash
141
share/ircd-hybrid-%%PORTVERSION%%/help/opers/restart
90
share/ircd-hybrid-%%PORTVERSION%%/help/opers/restart
142
share/ircd-hybrid-%%PORTVERSION%%/help/opers/resv
91
share/ircd-hybrid-%%PORTVERSION%%/help/opers/resv
92
share/ircd-hybrid-%%PORTVERSION%%/help/opers/rkline
93
share/ircd-hybrid-%%PORTVERSION%%/help/opers/rxline
143
share/ircd-hybrid-%%PORTVERSION%%/help/opers/server
94
share/ircd-hybrid-%%PORTVERSION%%/help/opers/server
144
share/ircd-hybrid-%%PORTVERSION%%/help/opers/set
95
share/ircd-hybrid-%%PORTVERSION%%/help/opers/set
145
share/ircd-hybrid-%%PORTVERSION%%/help/opers/sjoin
96
share/ircd-hybrid-%%PORTVERSION%%/help/opers/sjoin
97
share/ircd-hybrid-%%PORTVERSION%%/help/opers/spoof
146
share/ircd-hybrid-%%PORTVERSION%%/help/opers/squit
98
share/ircd-hybrid-%%PORTVERSION%%/help/opers/squit
147
share/ircd-hybrid-%%PORTVERSION%%/help/opers/stats
99
share/ircd-hybrid-%%PORTVERSION%%/help/opers/stats
148
share/ircd-hybrid-%%PORTVERSION%%/help/opers/svinfo
100
share/ircd-hybrid-%%PORTVERSION%%/help/opers/svinfo
101
share/ircd-hybrid-%%PORTVERSION%%/help/opers/svsnick
102
share/ircd-hybrid-%%PORTVERSION%%/help/opers/testgecos
103
share/ircd-hybrid-%%PORTVERSION%%/help/opers/testmask
149
share/ircd-hybrid-%%PORTVERSION%%/help/opers/testline
104
share/ircd-hybrid-%%PORTVERSION%%/help/opers/testline
150
share/ircd-hybrid-%%PORTVERSION%%/help/opers/time
105
share/ircd-hybrid-%%PORTVERSION%%/help/opers/time
151
share/ircd-hybrid-%%PORTVERSION%%/help/opers/topic
106
share/ircd-hybrid-%%PORTVERSION%%/help/opers/topic
152
share/ircd-hybrid-%%PORTVERSION%%/help/opers/trace
107
share/ircd-hybrid-%%PORTVERSION%%/help/opers/trace
153
share/ircd-hybrid-%%PORTVERSION%%/help/opers/uhelp
108
share/ircd-hybrid-%%PORTVERSION%%/help/opers/uhelp
154
share/ircd-hybrid-%%PORTVERSION%%/help/opers/umode
109
share/ircd-hybrid-%%PORTVERSION%%/help/opers/umode
110
share/ircd-hybrid-%%PORTVERSION%%/help/opers/uncapture
155
share/ircd-hybrid-%%PORTVERSION%%/help/opers/undline
111
share/ircd-hybrid-%%PORTVERSION%%/help/opers/undline
156
share/ircd-hybrid-%%PORTVERSION%%/help/opers/ungline
112
share/ircd-hybrid-%%PORTVERSION%%/help/opers/ungline
157
share/ircd-hybrid-%%PORTVERSION%%/help/opers/unkline
113
share/ircd-hybrid-%%PORTVERSION%%/help/opers/unkline
Lines 170-179 Link Here
170
share/ircd-hybrid-%%PORTVERSION%%/help/users/admin
126
share/ircd-hybrid-%%PORTVERSION%%/help/users/admin
171
share/ircd-hybrid-%%PORTVERSION%%/help/users/away
127
share/ircd-hybrid-%%PORTVERSION%%/help/users/away
172
share/ircd-hybrid-%%PORTVERSION%%/help/users/cmode
128
share/ircd-hybrid-%%PORTVERSION%%/help/users/cmode
173
share/ircd-hybrid-%%PORTVERSION%%/help/users/credits
174
share/ircd-hybrid-%%PORTVERSION%%/help/users/error
129
share/ircd-hybrid-%%PORTVERSION%%/help/users/error
175
share/ircd-hybrid-%%PORTVERSION%%/help/users/help
130
share/ircd-hybrid-%%PORTVERSION%%/help/users/help
176
share/ircd-hybrid-%%PORTVERSION%%/help/users/challenge
131
share/ircd-hybrid-%%PORTVERSION%%/help/users/challenge
132
share/ircd-hybrid-%%PORTVERSION%%/help/users/flags
177
share/ircd-hybrid-%%PORTVERSION%%/help/users/index
133
share/ircd-hybrid-%%PORTVERSION%%/help/users/index
178
share/ircd-hybrid-%%PORTVERSION%%/help/users/info
134
share/ircd-hybrid-%%PORTVERSION%%/help/users/info
179
share/ircd-hybrid-%%PORTVERSION%%/help/users/invite
135
share/ircd-hybrid-%%PORTVERSION%%/help/users/invite
Lines 207-212 Link Here
207
share/ircd-hybrid-%%PORTVERSION%%/help/users/whois
163
share/ircd-hybrid-%%PORTVERSION%%/help/users/whois
208
share/ircd-hybrid-%%PORTVERSION%%/help/users/whowas
164
share/ircd-hybrid-%%PORTVERSION%%/help/users/whowas
209
share/ircd-hybrid-%%PORTVERSION%%/messages/ayb.lang
165
share/ircd-hybrid-%%PORTVERSION%%/messages/ayb.lang
166
share/ircd-hybrid-%%PORTVERSION%%/messages/custom.lang
210
share/ircd-hybrid-%%PORTVERSION%%/messages/ircd-croatian.lang
167
share/ircd-hybrid-%%PORTVERSION%%/messages/ircd-croatian.lang
211
share/ircd-hybrid-%%PORTVERSION%%/messages/ircd-danish.lang
168
share/ircd-hybrid-%%PORTVERSION%%/messages/ircd-danish.lang
212
share/ircd-hybrid-%%PORTVERSION%%/messages/ircd-dutch.lang
169
share/ircd-hybrid-%%PORTVERSION%%/messages/ircd-dutch.lang
Lines 217-222 Link Here
217
share/ircd-hybrid-%%PORTVERSION%%/messages/ircd-russian.lang
174
share/ircd-hybrid-%%PORTVERSION%%/messages/ircd-russian.lang
218
share/ircd-hybrid-%%PORTVERSION%%/messages/ircd-spanish.lang
175
share/ircd-hybrid-%%PORTVERSION%%/messages/ircd-spanish.lang
219
share/ircd-hybrid-%%PORTVERSION%%/messages/ircd-swedish.lang
176
share/ircd-hybrid-%%PORTVERSION%%/messages/ircd-swedish.lang
177
share/ircd-hybrid-%%PORTVERSION%%/modules/autoload/ip_cloaking.so
220
share/ircd-hybrid-%%PORTVERSION%%/modules/autoload/m_accept.so
178
share/ircd-hybrid-%%PORTVERSION%%/modules/autoload/m_accept.so
221
share/ircd-hybrid-%%PORTVERSION%%/modules/autoload/m_admin.so
179
share/ircd-hybrid-%%PORTVERSION%%/modules/autoload/m_admin.so
222
share/ircd-hybrid-%%PORTVERSION%%/modules/autoload/m_away.so
180
share/ircd-hybrid-%%PORTVERSION%%/modules/autoload/m_away.so
Lines 239-244 Link Here
239
share/ircd-hybrid-%%PORTVERSION%%/modules/autoload/m_help.so
197
share/ircd-hybrid-%%PORTVERSION%%/modules/autoload/m_help.so
240
share/ircd-hybrid-%%PORTVERSION%%/modules/autoload/m_challenge.so
198
share/ircd-hybrid-%%PORTVERSION%%/modules/autoload/m_challenge.so
241
share/ircd-hybrid-%%PORTVERSION%%/modules/autoload/m_change.so
199
share/ircd-hybrid-%%PORTVERSION%%/modules/autoload/m_change.so
200
share/ircd-hybrid-%%PORTVERSION%%/modules/autoload/m_hash.so
242
share/ircd-hybrid-%%PORTVERSION%%/modules/autoload/m_info.so
201
share/ircd-hybrid-%%PORTVERSION%%/modules/autoload/m_info.so
243
share/ircd-hybrid-%%PORTVERSION%%/modules/autoload/m_invite.so
202
share/ircd-hybrid-%%PORTVERSION%%/modules/autoload/m_invite.so
244
share/ircd-hybrid-%%PORTVERSION%%/modules/autoload/m_ison.so
203
share/ircd-hybrid-%%PORTVERSION%%/modules/autoload/m_ison.so
Lines 271-276 Link Here
271
share/ircd-hybrid-%%PORTVERSION%%/modules/autoload/m_rehash.so
230
share/ircd-hybrid-%%PORTVERSION%%/modules/autoload/m_rehash.so
272
share/ircd-hybrid-%%PORTVERSION%%/modules/autoload/m_restart.so
231
share/ircd-hybrid-%%PORTVERSION%%/modules/autoload/m_restart.so
273
share/ircd-hybrid-%%PORTVERSION%%/modules/autoload/m_resv.so
232
share/ircd-hybrid-%%PORTVERSION%%/modules/autoload/m_resv.so
233
share/ircd-hybrid-%%PORTVERSION%%/modules/autoload/m_rkline.so
234
share/ircd-hybrid-%%PORTVERSION%%/modules/autoload/m_rxline.so
235
share/ircd-hybrid-%%PORTVERSION%%/modules/autoload/m_services.so
274
share/ircd-hybrid-%%PORTVERSION%%/modules/autoload/m_set.so
236
share/ircd-hybrid-%%PORTVERSION%%/modules/autoload/m_set.so
275
share/ircd-hybrid-%%PORTVERSION%%/modules/autoload/m_spoof.so
237
share/ircd-hybrid-%%PORTVERSION%%/modules/autoload/m_spoof.so
276
share/ircd-hybrid-%%PORTVERSION%%/modules/autoload/m_stats.so
238
share/ircd-hybrid-%%PORTVERSION%%/modules/autoload/m_stats.so
Lines 317-321 Link Here
317
@dirrm share/ircd-hybrid-%%PORTVERSION%%/help/opers
279
@dirrm share/ircd-hybrid-%%PORTVERSION%%/help/opers
318
@dirrm share/ircd-hybrid-%%PORTVERSION%%/help
280
@dirrm share/ircd-hybrid-%%PORTVERSION%%/help
319
@dirrm share/ircd-hybrid-%%PORTVERSION%%
281
@dirrm share/ircd-hybrid-%%PORTVERSION%%
320
@dirrm include/ircd-hybrid-7
321
@dirrm etc/ircd-hybrid
282
@dirrm etc/ircd-hybrid

Return to bug 91559