From a038585465e6ab838f954a0dee3477b50cd2f862 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Thu, 2 Apr 2009 12:52:23 +0000 Subject: [PATCH] - up Changed files: irssi-home_etc.patch -> 1.4 irssi.conf.patch -> 1.8 --- irssi-home_etc.patch | 14 +------------- irssi.conf.patch | 4 ++-- 2 files changed, 3 insertions(+), 15 deletions(-) diff --git a/irssi-home_etc.patch b/irssi-home_etc.patch index e31a8f0..990e6a4 100644 --- a/irssi-home_etc.patch +++ b/irssi-home_etc.patch @@ -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"); + diff --git a/irssi.conf.patch b/irssi.conf.patch index 42e8b13..1907313 100644 --- a/irssi.conf.patch +++ b/irssi.conf.patch @@ -3,8 +3,8 @@ diff -ur irssi-0.8.10/irssi.conf irssi-0.8.10.new/irssi.conf +++ 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"; } ); -- 2.43.0