]> git.pld-linux.org Git - packages/ircii.git/blob - ircii-config.patch
rel 3; rediff patches
[packages/ircii.git] / ircii-config.patch
1 diff -urNp -x '*.orig' ircii-20111115.org/Makefile.in ircii-20111115/Makefile.in
2 --- ircii-20111115.org/Makefile.in      2011-07-10 08:18:01.000000000 +0200
3 +++ ircii-20111115/Makefile.in  2023-02-02 08:55:48.090150078 +0100
4 @@ -109,16 +109,16 @@ TRANS_PATH = $(IRCLIB)/translation
5  
6  # Set the next line to the full path for installation of the ircio program
7  # if you wish to use it. 
8 -INSTALL_IRCIO = $(libexecdir)/ircio
9 +INSTALL_IRCIO = $(bindir)/ircio-ircii
10  
11  # This little program is necessary to have an interactive shell
12  # in a window of ircII. The 'shell' script uses it, so also update
13  # the path in there, if you want to enable this.
14 -INSTALL_IRCFLUSH = $(bindir)/ircflush
15 +INSTALL_IRCFLUSH = $(bindir)/ircflush-ircii
16  
17  # This program allows you to use screen/xterm's to put new irc windows
18  # on new screen/xterm windows.
19 -INSTALL_WSERV = $(libexecdir)/wserv
20 +INSTALL_WSERV = $(bindir)/wserv-ircii
21  
22  # This command will be used to install the irc help files.  If you don't
23  # want to install them, replace with the following:
24 @@ -154,7 +154,7 @@ installbin: installirc installio install
25  
26  installirc: irc installdirs
27         $(INSTALL) irc $(INSTALL_IRC)-$(VERSION)
28 -       $(INSTALL) ircbug $(bindir)/ircbug
29 +       $(INSTALL) ircbug $(bindir)/ircbug-ircii
30         @if test -f $(INSTALL_IRC).old; then $(RM) $(INSTALL_IRC).old; fi
31         @if test -f $(INSTALL_IRC); then $(MV) $(INSTALL_IRC) $(INSTALL_IRC).old; fi
32         $(RM) $(INSTALL_IRC)
33 diff -urNp -x '*.orig' ircii-20111115.org/configure.in ircii-20111115/configure.in
34 --- ircii-20111115.org/configure.in     2011-11-14 22:57:23.000000000 +0100
35 +++ ircii-20111115/configure.in 2023-02-02 08:55:48.090150078 +0100
36 @@ -483,7 +483,7 @@ AC_SUBST(bindir)
37  
38  if test ! -n "$IRCLIB";
39  then
40 -       IRCLIB=\${datadir}/irc
41 +       IRCLIB=\${datadir}/ircii
42  fi
43  AC_SUBST(IRCLIB)
44  
45 diff -urNp -x '*.orig' ircii-20111115.org/include/config.h.dist ircii-20111115/include/config.h.dist
46 --- ircii-20111115.org/include/config.h.dist    2008-10-28 17:22:48.000000000 +0100
47 +++ ircii-20111115/include/config.h.dist        2023-02-02 08:55:48.090150078 +0100
48 @@ -47,7 +47,7 @@
49   * file and the ircII can find it, this setting is overridden.
50   */
51  #ifndef DEFAULT_SERVER
52 -# define DEFAULT_SERVER            "change.this.to.a.server"
53 +# define DEFAULT_SERVER            "poznan.irc.pl"
54  #endif
55  
56  /*
57 @@ -89,7 +89,7 @@
58   * DEFAULT_SERVER. 
59  */
60  
61 -#define SERVERS_FILE "ircII.servers"
62 +#define SERVERS_FILE "/etc/irc/ircII.servers"
63  
64  /* Uncomment the following if you want ircII to display the file
65   * ircII.motd in the ircII library at startup.
66 @@ -164,7 +164,7 @@
67  #define DEFAULT_LASTLOG 440
68  #define DEFAULT_LASTLOG_LEVEL "ALL -CRAP"
69  #define DEFAULT_LOG 0
70 -#define DEFAULT_LOGFILE "IrcLog"
71 +#define DEFAULT_LOGFILE ".irciilog"
72  #define DEFAULT_MAIL 0
73  #define DEFAULT_MAKE_NOTICE_MSG 1
74  #define DEFAULT_MAX_RECURSIONS 10
This page took 0.086778 seconds and 3 git commands to generate.