SOURCES: irssi-home_etc.patch, irssi.conf.patch - up
arekm
arekm at pld-linux.org
Thu Apr 2 14:52:29 CEST 2009
Author: arekm Date: Thu Apr 2 12:52:29 2009 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- up
---- Files affected:
SOURCES:
irssi-home_etc.patch (1.3 -> 1.4) , irssi.conf.patch (1.7 -> 1.8)
---- Diffs:
================================================================
Index: SOURCES/irssi-home_etc.patch
diff -u SOURCES/irssi-home_etc.patch:1.3 SOURCES/irssi-home_etc.patch:1.4
--- SOURCES/irssi-home_etc.patch:1.3 Thu Jun 7 01:53:11 2007
+++ SOURCES/irssi-home_etc.patch Thu Apr 2 14:52:23 2009
@@ -27,16 +27,4 @@
g_free(awaylog_file);
settings_add_level("log", "awaylog_level", "msgs hilight");
---- irssi-0.8.6.orig/src/lib-popt/poptconfig.c 2002-01-27 21:45:58.000000000 +0100
-+++ irssi-0.8.6/src/lib-popt/poptconfig.c 2003-11-09 12:36:55.000000000 +0100
-@@ -130,7 +130,9 @@
- if (getuid() != geteuid()) return 0;
- #endif
-
-- if ((home = getenv("HOME"))) {
-+ home = getenv("HOME_ETC");
-+ if (!home) home = getenv("HOME");
-+ if (home) {
- fn = malloc(strlen(home) + 20);
- strcpy(fn, home);
- strcat(fn, "/.popt");
+
================================================================
Index: SOURCES/irssi.conf.patch
diff -u SOURCES/irssi.conf.patch:1.7 SOURCES/irssi.conf.patch:1.8
--- SOURCES/irssi.conf.patch:1.7 Sun Dec 11 15:43:29 2005
+++ SOURCES/irssi.conf.patch Thu Apr 2 14:52:23 2009
@@ -3,8 +3,8 @@
+++ irssi-0.8.10.new/irssi.conf 2005-12-11 14:33:31.237162000 +0000
@@ -8,6 +8,7 @@
},
- { address = "irc.dal.net"; chatnet = "DALnet"; port = "6667"; },
- { address = "irc.quakenet.org"; chatnet = "QuakeNet"; port = "6667"; },
+ { address = "irc.rizon.net"; chatnet = "Rizon"; port = "6667"; },
+ { address = "irc.link-net.org"; chatnet = "LinkNet"; port = "6667"; },
+ { address = "irc.pld-linux.org"; chatnet = "PLDNet"; port = "6667"; },
{ address = "silc.silcnet.org"; chatnet = "SILC"; port = "706"; }
);
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/irssi-home_etc.patch?r1=1.3&r2=1.4&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/irssi.conf.patch?r1=1.7&r2=1.8&f=u
More information about the pld-cvs-commit
mailing list