Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 139266 Details for
Bug 196297
net-irc/ircd-hybrid-7.2.3 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Updated default-config patch.
7.2.3-default-config.patch (text/plain), 3.57 KB, created by
intelligent.nerd
on 2007-12-24 19:37:05 UTC
(
hide
)
Description:
Updated default-config patch.
Filename:
MIME Type:
Creator:
intelligent.nerd
Created:
2007-12-24 19:37:05 UTC
Size:
3.57 KB
patch
obsolete
>diff -urN ircd-hybrid-7.2.3-orig/contrib/help/Makefile.in ircd-hybrid-7.2.3/contrib/help/Makefile.in >--- ircd-hybrid-7.2.3-orig/contrib/help/Makefile.in 2006-07-17 06:31:27.000000000 +0000 >+++ ircd-hybrid-7.2.3/contrib/help/Makefile.in 2006-09-02 16:30:28.000000000 +0000 >@@ -5,7 +5,7 @@ > INSTALL_DATA= @INSTALL_DATA@ > RM= @RM@ > >-prefix= @prefix@ >+prefix= ${DESTDIR}/usr/share/ircd-hybrid-7 > exec_prefix= @execprefix@ > datarootdir = $(DESTDIR)@datarootdir@ > uhelpdir= ${prefix}/help/users >diff -urN ircd-hybrid-7.2.3-orig/help/Makefile.in ircd-hybrid-7.2.3/help/Makefile.in >--- ircd-hybrid-7.2.3-orig/help/Makefile.in 2006-07-17 06:31:26.000000000 +0000 >+++ ircd-hybrid-7.2.3/help/Makefile.in 2006-09-02 16:32:19.000000000 +0000 >@@ -5,7 +5,7 @@ > INSTALL_DATA = @INSTALL_DATA@ > RM = @RM@ > >-prefix = @prefix@ >+prefix = ${DESTDIR}/usr/share/ircd-hybrid-7 > exec_prefix = @execprefix@ > datarootdir = $(DESTDIR)@datarootdir@ > uhelpdir = ${prefix}/help/users >@@ -23,12 +23,12 @@ > install: > @echo installing help files... > -@if test ! -d $(prefix)/help; then \ >- echo "mkdir $(prefix)/help"; \ >- mkdir $(prefix)/help; \ >- echo "mkdir $(prefix)/help/users"; \ >- mkdir $(prefix)/help/users; \ >- echo "mkdir $(prefix)/help/opers"; \ >- mkdir $(prefix)/help/opers; \ >+ echo "mkdir -p $(prefix)/help"; \ >+ mkdir -p $(prefix)/help; \ >+ echo "mkdir -p $(prefix)/help/users"; \ >+ mkdir -p $(prefix)/help/users; \ >+ echo "mkdir -p $(prefix)/help/opers"; \ >+ mkdir -p $(prefix)/help/opers; \ > fi > @for help in opers/*; do \ > if [ -f $$help ]; then \ >diff -urN ircd-hybrid-7.2.3-orig/include/defaults.h ircd-hybrid-7.2.3/include/defaults.h >--- ircd-hybrid-7.2.3-orig/include/defaults.h 2006-07-17 06:31:22.000000000 +0000 >+++ ircd-hybrid-7.2.3/include/defaults.h 2006-09-02 16:37:04.000000000 +0000 >@@ -48,13 +48,13 @@ > */ > > /* dirs */ >-#define DPATH IRCD_PREFIX >+#define DPATH IRCD_PREFIX > #define BINPATH IRCD_PREFIX "/bin/" >-#define MSGPATH IRCD_PREFIX "/messages/" >-#define ETCPATH IRCD_PREFIX "/etc" >-#define LOGPATH IRCD_PREFIX "/logs" >-#define MODPATH IRCD_PREFIX "/modules/" >-#define AUTOMODPATH IRCD_PREFIX "/modules/autoload/" >+#define MSGPATH IRCD_PREFIX "/share/ircd-hybrid-7/messages/" >+#define ETCPATH "/etc/ircd" >+#define LOGPATH "/var/log/ircd" >+#define MODPATH IRCD_PREFIX "/lib/ircd-hybrid-7/modules/" >+#define AUTOMODPATH IRCD_PREFIX "/lib/ircd-hybrid-7/modules/autoload" > > /* files */ > #define SPATH BINPATH "/ircd" /* ircd executable */ >@@ -70,7 +70,7 @@ > #define RKPATH ETCPATH "/rkline.conf" > #define MPATH ETCPATH "/ircd.motd" /* MOTD file */ > #define LPATH LOGPATH "/ircd.log" /* ircd logfile */ >-#define PPATH ETCPATH "/ircd.pid" /* pid file */ >+#define PPATH "/var/run/ircd/ircd.pid" /* pid file */ > #define OPATH ETCPATH "/opers.motd" /* oper MOTD file */ > #define LIPATH ETCPATH "/links.txt" /* cached links file */ > >diff -urN ircd-hybrid-7.2.3-orig/modules/m_help.c ircd-hybrid-7.2.3/modules/m_help.c >--- ircd-hybrid-7.2.3-orig/modules/m_help.c 2006-07-17 06:31:35.000000000 +0000 >+++ ircd-hybrid-7.2.3/modules/m_help.c 2006-09-02 16:38:31.000000000 +0000 >@@ -36,8 +36,8 @@ > #include "modules.h" > #include "irc_string.h" > >-#define HPATH IRCD_PREFIX "/help/opers" >-#define UHPATH IRCD_PREFIX "/help/users" >+#define HPATH IRCD_PREFIX "/share/ircd-hybrid-7/help/opers" >+#define UHPATH IRCD_PREFIX "/share/ircd-hybrid-7/help/users" > #define HELPLEN 400 > > static void m_help(struct Client *, struct Client *, int, char *[]);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 196297
:
139265
| 139266